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>2019-03-12 21:14:38 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-13 00:37:15 +0300
commit60e60904ac62990e65a7dae69179d74a1211c886 (patch)
treee50581b85a7465cd973c3f44671d31b479a3e347
parent89d7665e281a7f539b6f91501f4dcf1864961bf5 (diff)
[MacSDK] Bump Nuget to 4.8.2
-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 d18dd3b995b..57212c5e210 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.8.1', sources=[
+ Package.__init__(self, name='NuGet', version='4.8.2', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):