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:
authorAnkit Jain <radical@gmail.com>2018-12-12 23:04:49 +0300
committerMarek Safar <marek.safar@gmail.com>2018-12-19 16:03:23 +0300
commit56581e9cc4ab3c9cb5874f6c58ecc367c8e33015 (patch)
tree9160cbb030329f3e32b475c98017891bd8a63600 /packaging
parent713162263d31159eb5103e491b35914c4b5ed991 (diff)
[MacSDK] Bump NuGet to 4.8.1
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 d88fd9a46c8..d18dd3b995b 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.7.0', sources=[
+ Package.__init__(self, name='NuGet', version='4.8.1', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):