Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLVS-1716 Update version to 8.8.1 for hotfix release #5903

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/Version.props
Original file line number Diff line number Diff line change
@@ -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.9.0</MainVersion>
<MainVersion>8.8.1</MainVersion>
<!-- Properties set by the CI build pipeline -->
<BuildNumber>0</BuildNumber>
<Sha1>not-set</Sha1>
6 changes: 3 additions & 3 deletions src/AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
@@ -22,9 +22,9 @@
using System.Runtime.InteropServices;

// Note: keep the version numbers in sync with the VSIX (source.extension.manifest)
[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: 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: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: AssemblyProduct("SonarQube for Visual Studio")]

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<!-- Note: keep the version number in sync with AssemblyInfo.Shared.cs -->
<Identity Id="SonarLint.0DE19254-1DCA-4479-8EAF-58E5D677FF4D" Version="8.9.0.0" Language="en-US" Publisher="SonarSource" />
<Identity Id="SonarLint.0DE19254-1DCA-4479-8EAF-58E5D677FF4D" Version="8.8.1.0" Language="en-US" Publisher="SonarSource" />
<DisplayName>SonarQube for Visual Studio 2022</DisplayName>
<Preview>false</Preview>
<Description xml:space="preserve">Linter to detect and fix coding issues locally in C#, VB.NET, C, C++, JS, TS and CSS code. Use with SonarQube (Server, Cloud) for optimal team performance.</Description>
2 changes: 1 addition & 1 deletion src/Integration.Vsix/SonarLintIntegrationPackage.cs
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ namespace SonarLint.VisualStudio.Integration.Vsix
[ProvideAutoLoad(CommonGuids.PackageActivation, PackageAutoLoadFlags.BackgroundLoad)]
// Register the information needed to show the package in the Help/About dialog of VS.
// NB: The version is automatically updated by the ChangeVersion.proj
[InstalledProductRegistration("#110", "#112", "8.9.0.0", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "8.8.1.0", IconResourceID = 400)]
[ProvideOptionPage(typeof(GeneralOptionsDialogPage), "SonarQube for Visual Studio", GeneralOptionsDialogPage.PageName, 901, 902, false, 903)]
[ProvideOptionPage(typeof(OtherOptionsDialogPage), "SonarQube for Visual Studio", OtherOptionsDialogPage.PageName, 901, 904, true)]
[ProvideUIContextRule(CommonGuids.PackageActivation, "SonarLintIntegrationPackageActivation",