Skip to content

Commit

Permalink
Bump version to 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaskos-sonar authored and gabriela-trutan-sonarsource committed Oct 2, 2024
1 parent 1e6caa2 commit 38a1dde
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 159 deletions.
2 changes: 1 addition & 1 deletion build/Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Manually set the three-part main version and check in the changed file.
The other required build properties (e.g. Sha1) will be set by the CI build when
it builds ChangeVersion.proj. -->
<MainVersion>8.4.0</MainVersion>
<MainVersion>8.5.0</MainVersion>
<!-- Properties set by the CI build pipeline -->
<BuildNumber>0</BuildNumber>
<Sha1>not-set</Sha1>
Expand Down
6 changes: 3 additions & 3 deletions src/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
using System.Runtime.InteropServices;

// Note: keep the version numbers in sync with the VSIX (source.extension.manifest)
[assembly: AssemblyVersion("8.4.0")]
[assembly: AssemblyFileVersion("8.4.0.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.4.0.0 Branch:not-set Sha1:not-set Configuration:not-set")]
[assembly: AssemblyVersion("8.5.0")]
[assembly: AssemblyFileVersion("8.5.0.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.5.0.0 Branch:not-set Sha1:not-set Configuration:not-set")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: AssemblyProduct("SonarLint for Visual Studio")]
Expand Down
Loading

0 comments on commit 38a1dde

Please sign in to comment.