Skip to content

Commit

Permalink
SCAN4NET-258 Update version to 9.3.0 (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource authored Feb 19, 2025
1 parent 376f225 commit e8e1379
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
using System.Resources;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("9.2.0")]
[assembly: AssemblyFileVersion("9.2.0.0")]
[assembly: AssemblyInformationalVersion("Version:9.2.0.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyVersion("9.3.0")]
[assembly: AssemblyFileVersion("9.3.0.0")]
[assembly: AssemblyInformationalVersion("Version:9.3.0.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SonarSource")]
[assembly: AssemblyCopyright("Copyright © SonarSource 2015-2025")]
Expand Down
2 changes: 1 addition & 1 deletion nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>dotnet-sonarscanner</id>
<version>9.2.0</version>
<version>9.3.0</version>
<title>SonarScanner for .NET</title>
<authors>SonarSource</authors>
<projectUrl>https://redirect.sonarsource.com/doc/msbuild-sq-runner.html</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion scripts/version/Version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MainVersion>9.2.0</MainVersion>
<MainVersion>9.3.0</MainVersion>
<BuildNumber>0</BuildNumber>
<PrereleaseSuffix>
</PrereleaseSuffix>
Expand Down

0 comments on commit e8e1379

Please sign in to comment.