From: Andrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com> Date: Mon, 9 Mar 2020 14:33:13 +0000 (+0100) Subject: DOCS update S4MSB version (#2602) X-Git-Tag: 8.3.0.34182~147 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1a74d67563de5725296f4be91714c42f3e3eba94;p=sonarqube.git DOCS update S4MSB version (#2602) --- diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md index 88e7a892bfa..1b90179887a 100644 --- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md +++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md @@ -4,11 +4,12 @@ url: /analysis/scan/sonarscanner-for-msbuild/ --- [[info]] -| **Download SonarScanner for MSBuild 4.7.1.2311** - Compatible with SonarQube 6.7+ (LTS) +| **Download SonarScanner for MSBuild 4.8.0.12008** - Compatible with [SonarQube 7.9+ (LTS)](https://www.sonarqube.org/sonarqube-7-9-lts/) | By [SonarSource](https://www.sonarsource.com/) – GNU LGPL 3 – [Issue Tracker](https://github.com/SonarSource/sonar-scanner-msbuild/issues) – [Source](https://github.com/SonarSource/sonar-scanner-msbuild) | -| [.NET Framework 4.6+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.7.1.2311/sonar-scanner-msbuild-4.7.1.2311-net46.zip) | -| [.NET Core 2.0+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.7.1.2311/sonar-scanner-msbuild-4.7.1.2311-netcoreapp2.0.zip) | +| [.NET Framework 4.6+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.8.0.12008/sonar-scanner-msbuild-4.8.0.12008-net46.zip) | +| [.NET Core 2.0+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.8.0.12008/sonar-scanner-msbuild-4.8.0.12008-netcoreapp2.0.zip) | +| [.NET Core 3.0+](https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.8.0.12008/sonar-scanner-msbuild-4.8.0.12008-netcoreapp3.0.zip) | | [.NET Core Global Tool](https://www.nuget.org/packages/dotnet-sonarscanner) @@ -45,7 +46,7 @@ Consider setting file system permissions to restrict access to this file.: ### Installation of the SonarScanner for MSBuild .NET Core Global Tool ``` -dotnet tool install --global dotnet-sonarscanner --version 4.7.1 +dotnet tool install --global dotnet-sonarscanner --version 4.8.0 ``` The _--version_ argument is optional. If it is omitted the latest version will be installed.