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>2019-04-30 03:03:04 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-30 21:12:08 +0300
commita27a7737c4d1902f5194b1e0caabc4189e437209 (patch)
treec0ee533f0840585a370950569691c0bae7644bfd /packaging
parent450e296221a8c0abd1792448d3992b7c02e7d2a6 (diff)
Update nuget.exe too
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 96bb67761aa..582f5cdecbf 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='5.0.0', sources=[
+ Package.__init__(self, name='NuGet', version='5.0.2', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):