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 16:50:37 +0300
commit91be8bb746000e2657ddee7682788b0f6fadf5c8 (patch)
tree62dd7b9b240075c17cbb6d4ad47037c8f5343886
parent9d4aa950aac64d0b673b107bd99fa784a00e3b1d (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):