Skip to content

Commit

Permalink
Change version to 8.2.1 (#5581)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii-borovinskikh-sonarsource authored Aug 7, 2024
1 parent fb487d4 commit 7a8ca7a
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 147 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.3.0</MainVersion>
<MainVersion>8.2.1</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.3.0")]
[assembly: AssemblyFileVersion("8.3.0.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.3.0.0 Branch:not-set Sha1:not-set Configuration:not-set")]
[assembly: AssemblyVersion("8.2.1")]
[assembly: AssemblyFileVersion("8.2.1.0")] // This should exactly match the VSIX version
[assembly: AssemblyInformationalVersion("Version:8.2.1.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 7a8ca7a

Please sign in to comment.