Skip to content

Commit f4b3db7

Browse files
SCAN4NET-441 Bump version to 10.1.2 (#2491)
1 parent 56010b8 commit f4b3db7

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("10.2.0")]
26-
[assembly: AssemblyFileVersion("10.2.0.0")]
27-
[assembly: AssemblyInformationalVersion("Version:10.2.0.0 Branch:not-set Sha1:not-set")]
25+
[assembly: AssemblyVersion("10.1.2")]
26+
[assembly: AssemblyFileVersion("10.1.2.0")]
27+
[assembly: AssemblyInformationalVersion("Version:10.1.2.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>10.2.0</version>
5+
<version>10.1.2</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>10.2.0</MainVersion>
3+
<MainVersion>10.1.2</MainVersion>
44
<BuildNumber>0</BuildNumber>
55
<PrereleaseSuffix>
66
</PrereleaseSuffix>

0 commit comments

Comments
 (0)