Skip to content

Commit

Permalink
Embed Scanner for MSBuild 4.4.2.1543 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanp-sonar authored Oct 15, 2018
1 parent 811155f commit ec46f95
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const msBuildVersion = '4.4.1.1530';
const msBuildVersion = '4.4.2.1543';
const cliVersion = '3.2.0.1227'; // Has to be the same version as the one embedded in the Scanner for MSBuild

const scannerUrlCommon =
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarcloud/tasks/analyze/new/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 1,
"Minor": 4,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "2.119.1",
"demands": ["java"],
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarcloud/tasks/prepare/new/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 1,
"Minor": 4,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "1.95.1",
"instanceNameFormat": "Prepare analysis on SonarCloud",
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarcloud/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "sonarcloud",
"name": "SonarCloud",
"version": "1.4.0",
"version": "1.4.1",
"branding": {
"color": "rgb(243, 243, 243)",
"theme": "light"
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarqube/tasks/analyze/new/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 4,
"Minor": 4,
"Patch": 0
"Patch": 1
},
"releaseNotes": "To be used with the new version of the `Prepare Analysis Configuration` task.",
"minimumAgentVersion": "2.119.1",
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarqube/tasks/analyze/old/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 3,
"Minor": 5,
"Patch": 0
"Patch": 1
},
"demands": ["msbuild", "java"],
"minimumAgentVersion": "1.95.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarqube/tasks/prepare/new/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 4,
"Minor": 4,
"Patch": 0
"Patch": 1
},
"releaseNotes":
"* __Support non MSBuild projects:__ This task can be used to configure analysis also for non MSBuild projects.",
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarqube/tasks/prepare/old/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 3,
"Minor": 5,
"Patch": 0
"Patch": 1
},
"demands": ["msbuild", "java"],
"minimumAgentVersion": "1.95.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/sonarqube/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "sonarqube",
"name": "SonarQube",
"version": "4.4.0",
"version": "4.4.1",
"branding": {
"color": "rgb(67, 157, 210)",
"theme": "dark"
Expand Down

0 comments on commit ec46f95

Please sign in to comment.