From 0fb729fcec062be5aa3a9c8a4dd871c0f46e0406 Mon Sep 17 00:00:00 2001 From: Martin Strecker <103252490+martin-strecker-sonarsource@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:42:17 +0200 Subject: [PATCH] Set version to 8.0.1 (#2157) --- AssemblyInfo.Shared.cs | 6 +++--- nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec | 2 +- scripts/version/Version.props | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AssemblyInfo.Shared.cs b/AssemblyInfo.Shared.cs index 2e4c45f30..bebdaa091 100644 --- a/AssemblyInfo.Shared.cs +++ b/AssemblyInfo.Shared.cs @@ -22,9 +22,9 @@ using System.Resources; using System.Runtime.InteropServices; -[assembly: AssemblyVersion("8.1.0")] -[assembly: AssemblyFileVersion("8.1.0.0")] -[assembly: AssemblyInformationalVersion("Version:8.1.0.0 Branch:not-set Sha1:not-set")] +[assembly: AssemblyVersion("8.0.1")] +[assembly: AssemblyFileVersion("8.0.1.0")] +[assembly: AssemblyInformationalVersion("Version:8.0.1.0 Branch:not-set Sha1:not-set")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("SonarSource and Microsoft")] [assembly: AssemblyCopyright("Copyright © SonarSource and Microsoft 2015-2023")] diff --git a/nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec b/nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec index 6a25e80b3..a45f51416 100644 --- a/nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec +++ b/nuspec/netcoreglobaltool/dotnet-sonarscanner.nuspec @@ -2,7 +2,7 @@ dotnet-sonarscanner - 8.1.0 + 8.0.1 SonarScanner for .NET SonarSource,Microsoft https://redirect.sonarsource.com/doc/msbuild-sq-runner.html diff --git a/scripts/version/Version.props b/scripts/version/Version.props index 30f89e4f4..667982b8b 100644 --- a/scripts/version/Version.props +++ b/scripts/version/Version.props @@ -1,6 +1,6 @@ - 8.1.0 + 8.0.1 0 not-set not-set