Skip to content

Commit

Permalink
Update version to 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaskos-sonar committed Jan 22, 2025
1 parent 8b9902d commit 5d88528
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 144 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.10.0</MainVersion>
<MainVersion>8.11.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.10.0")]
[assembly: AssemblyFileVersion("8.10.0.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.10.0.0 Branch:not-set Sha1:not-set Configuration:not-set")]
[assembly: AssemblyVersion("8.11.0")]
[assembly: AssemblyFileVersion("8.11.0.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.11.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 5d88528

Please sign in to comment.