Skip to content

Commit 7a8ca7a

Browse files
Change version to 8.2.1 (#5581)
1 parent fb487d4 commit 7a8ca7a

6 files changed

+147
-147
lines changed

build/Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Manually set the three-part main version and check in the changed file.
44
The other required build properties (e.g. Sha1) will be set by the CI build when
55
it builds ChangeVersion.proj. -->
6-
<MainVersion>8.3.0</MainVersion>
6+
<MainVersion>8.2.1</MainVersion>
77
<!-- Properties set by the CI build pipeline -->
88
<BuildNumber>0</BuildNumber>
99
<Sha1>not-set</Sha1>

src/AssemblyInfo.Shared.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
using System.Runtime.InteropServices;
2323

2424
// Note: keep the version numbers in sync with the VSIX (source.extension.manifest)
25-
[assembly: AssemblyVersion("8.3.0")]
26-
[assembly: AssemblyFileVersion("8.3.0.0")] // This should exactly match the VSIX version
27-
[assembly: AssemblyInformationalVersion("Version:8.3.0.0 Branch:not-set Sha1:not-set Configuration:not-set")]
25+
[assembly: AssemblyVersion("8.2.1")]
26+
[assembly: AssemblyFileVersion("8.2.1.0")] // This should exactly match the VSIX version
27+
[assembly: AssemblyInformationalVersion("Version:8.2.1.0 Branch:not-set Sha1:not-set Configuration:not-set")]
2828
[assembly: AssemblyConfiguration("")]
2929
[assembly: ComVisible(false)]
3030
[assembly: AssemblyProduct("SonarLint for Visual Studio")]

0 commit comments

Comments
 (0)