Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2018-05-23 16:51:16 +0300
committerGitHub <noreply@github.com>2018-05-23 16:51:16 +0300
commit52f79b48de7d2c7248ef89c64ca774aa20d6e6b7 (patch)
tree2d9beb41fe013df6f4a78db28f3f731d91589102 /packaging
parent054e0874718b475bb407f2b6200d4dd837eb7de8 (diff)
parentc1c7daa6979a9cbbe5dbc6e53d310618be0e2fcc (diff)
Merge pull request #7412 from mono/update-macsdk-nuget
[MacSDK] Update Nuget to 4.7.0
Diffstat (limited to 'packaging')
-rw-r--r--packaging/MacSDK/nuget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/nuget.py b/packaging/MacSDK/nuget.py
index 61de39e94ad..d88fd9a46c8 100644
--- a/packaging/MacSDK/nuget.py
+++ b/packaging/MacSDK/nuget.py
@@ -4,7 +4,7 @@ import fileinput
class NuGetBinary (Package):
def __init__(self):
- Package.__init__(self, name='NuGet', version='4.3.0', sources=[
+ Package.__init__(self, name='NuGet', version='4.7.0', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):