Skip to content

Commit

Permalink
Change version to 9.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-paidis-sonarsource committed Aug 29, 2024
1 parent a96c095 commit 805d588
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("9.0.0")]

Check failure on line 25 in AssemblyInfo.Shared.cs

View check run for this annotation

Azure Pipelines / SonarScanner for MSBuild (Build: Build and stage to repox)

AssemblyInfo.Shared.cs#L25

AssemblyInfo.Shared.cs(25,28): Error CS7034: The specified version string '9.0.0-rc' does not conform to the required format - major[.minor[.build[.revision]]]

Check failure on line 25 in AssemblyInfo.Shared.cs

View check run for this annotation

Azure Pipelines / SonarScanner for MSBuild (Build: Build and stage to repox)

AssemblyInfo.Shared.cs#L25

AssemblyInfo.Shared.cs(25,28): Error CS7034: The specified version string '9.0.0-rc' does not conform to the required format - major[.minor[.build[.revision]]]

Check failure on line 25 in AssemblyInfo.Shared.cs

View check run for this annotation

Azure Pipelines / SonarScanner for MSBuild (Build: Build and stage to repox)

AssemblyInfo.Shared.cs#L25

AssemblyInfo.Shared.cs(25,28): Error CS7034: The specified version string '9.0.0-rc' does not conform to the required format - major[.minor[.build[.revision]]]
[assembly: AssemblyFileVersion("9.0.0.0")]
[assembly: AssemblyInformationalVersion("Version:9.0.0.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyFileVersion("9.0.0-rc.0")]
[assembly: AssemblyInformationalVersion("Version:9.0.0-rc.0 Branch:not-set Sha1:not-set")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SonarSource and Microsoft")]
[assembly: AssemblyCopyright("Copyright © SonarSource and Microsoft 2015-2023")]
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.0.0</version>
<version>9.0.0-rc</version>
<title>SonarScanner for .NET</title>
<authors>SonarSource,Microsoft</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.0.0</MainVersion>
<MainVersion>9.0.0-rc</MainVersion>
<BuildNumber>0</BuildNumber>
<Sha1>not-set</Sha1>
<BranchName>not-set</BranchName>
Expand Down

0 comments on commit 805d588

Please sign in to comment.