]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS update S4MSB version (#2602)
authorAndrei Epure <38876598+andrei-epure-sonarsource@users.noreply.github.com>
Mon, 9 Mar 2020 14:33:13 +0000 (15:33 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 9 Mar 2020 20:04:22 +0000 (20:04 +0000)
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-msbuild.md

index 88e7a892bfa26ac1ee4f2187cd67c3e84ea832f3..1b90179887a039ab42d800ee9cf6e4a99c1a7f48 100644 (file)
@@ -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.