Skip to content

Commit ceee861

Browse files
SCAN4NET-266 Set version to 9.2.1 for hotfix (#2336)
1 parent 2ffa6f0 commit ceee861

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AssemblyInfo.Shared.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
using System.Resources;
2323
using System.Runtime.InteropServices;
2424

25-
[assembly: AssemblyVersion("9.3.0")]
26-
[assembly: AssemblyFileVersion("9.3.0.0")]
27-
[assembly: AssemblyInformationalVersion("Version:9.3.0.0 Branch:not-set Sha1:not-set")]
25+
[assembly: AssemblyVersion("9.2.1")]
26+
[assembly: AssemblyFileVersion("9.2.1.0")]
27+
[assembly: AssemblyInformationalVersion("Version:9.2.1.0 Branch:not-set Sha1:not-set")]
2828
[assembly: AssemblyConfiguration("")]
2929
[assembly: AssemblyCompany("SonarSource")]
3030
[assembly: AssemblyCopyright("Copyright © SonarSource 2015-2025")]

nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>dotnet-sonarscanner</id>
5-
<version>9.3.0</version>
5+
<version>9.2.1</version>
66
<title>SonarScanner for .NET</title>
77
<authors>SonarSource</authors>
88
<projectUrl>https://redirect.sonarsource.com/doc/msbuild-sq-runner.html</projectUrl>

scripts/version/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<MainVersion>9.3.0</MainVersion>
3+
<MainVersion>9.2.1</MainVersion>
44
<BuildNumber>0</BuildNumber>
55
<PrereleaseSuffix>
66
</PrereleaseSuffix>

0 commit comments

Comments
 (0)