Skip to content

Commit

Permalink
Update version to 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-trutan-sonarsource committed Dec 18, 2024
1 parent 9c11712 commit 09f0a4b
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 146 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.8.1</MainVersion>
<MainVersion>8.9.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.8.1")]
[assembly: AssemblyFileVersion("8.8.1.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.8.1.0 Branch:not-set Sha1:not-set Configuration:not-set")]
[assembly: AssemblyVersion("8.9.0")]
[assembly: AssemblyFileVersion("8.9.0.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.9.0.0 Branch:not-set Sha1:not-set Configuration:not-set")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: AssemblyProduct("SonarQube for Visual Studio")]
Expand Down
Loading

0 comments on commit 09f0a4b

Please sign in to comment.