Skip to content

Commit c875ae6

Browse files
aldomskeithrob
authored andcommitted
Update default version of NuGet to 4.3.0 (#5523)
1 parent c708117 commit c875ae6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Tasks/NuGetToolInstaller/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"loc.friendlyName": "NuGet Tool Installer",
33
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=852538)",
4-
"loc.description": "Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH. Use this step to change the version of NuGet used in the NuGet Restore and NuGet Command steps.",
4+
"loc.description": "Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH. Use this step to change the version of NuGet used in the NuGet steps.",
55
"loc.instanceNameFormat": "Use NuGet $(versionSpec)",
66
"loc.input.label.versionSpec": "Version of NuGet.exe to install",
77
"loc.input.help.versionSpec": "A version or version range that specifies the NuGet version to make available on the path. Use x as a wildcard. See the [list of available NuGet versions](http://dist.nuget.org/tools.json).\n\nIf you want to match a pre-release version, the specification must contain a major, minor, patch, and pre-release version from the list above.\n\nExamples: 4.x, 3.3.x, 2.8.6, >=4.0.0-0",
@@ -16,4 +16,4 @@
1616
"loc.messages.Error_NoUrlWasFoundWhichMatches": "No download URL was found for %s",
1717
"loc.messages.Error_NuGetToolInstallerFailer": "Tool install failed: %s",
1818
"loc.messages.Warning_UpdatingNuGetVersion": "Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, uncheck the 'Check for Latest Version' option in the task."
19-
}
19+
}

Tasks/NuGetToolInstaller/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "2C65196A-54FD-4A02-9BE8-D9D1837B7C5D",
33
"name": "NuGetToolInstaller",
44
"friendlyName": "NuGet Tool Installer",
5-
"description": "Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH. Use this step to change the version of NuGet used in the NuGet Restore and NuGet Command steps.",
5+
"description": "Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH. Use this step to change the version of NuGet used in the NuGet steps.",
66
"helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=852538)",
77
"category": "Tool",
88
"runsOn": [
@@ -24,7 +24,7 @@
2424
"name": "versionSpec",
2525
"type": "string",
2626
"label": "Version of NuGet.exe to install",
27-
"defaultValue": "4.0.0",
27+
"defaultValue": "4.3.0",
2828
"required": true,
2929
"helpMarkDown": "A version or version range that specifies the NuGet version to make available on the path. Use x as a wildcard. See the [list of available NuGet versions](http://dist.nuget.org/tools.json).\n\nIf you want to match a pre-release version, the specification must contain a major, minor, patch, and pre-release version from the list above.\n\nExamples: 4.x, 3.3.x, 2.8.6, >=4.0.0-0"
3030
},
@@ -54,4 +54,4 @@
5454
"Error_NuGetToolInstallerFailer": "Tool install failed: %s",
5555
"Warning_UpdatingNuGetVersion": "Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, uncheck the 'Check for Latest Version' option in the task."
5656
}
57-
}
57+
}

Tasks/NuGetToolInstaller/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"name": "versionSpec",
2828
"type": "string",
2929
"label": "ms-resource:loc.input.label.versionSpec",
30-
"defaultValue": "4.0.0",
30+
"defaultValue": "4.3.0",
3131
"required": true,
3232
"helpMarkDown": "ms-resource:loc.input.help.versionSpec"
3333
},
@@ -57,4 +57,4 @@
5757
"Error_NuGetToolInstallerFailer": "ms-resource:loc.messages.Error_NuGetToolInstallerFailer",
5858
"Warning_UpdatingNuGetVersion": "ms-resource:loc.messages.Warning_UpdatingNuGetVersion"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)