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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-10-12 11:19:10 +0300
committerGitHub <noreply@github.com>2022-10-12 11:19:10 +0300
commit4fd399ee799828ac9d98e82741d83e3839da3569 (patch)
tree758696265c15549eec79391b88979a8c66f43498
parent4cb02dbdffff3899a65f95f87c7a9afacffd78f9 (diff)
Bump nuget.exe to v6.3.1
-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 4b40df25fea..3518177d7be 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='6.2.1', sources=[
+ Package.__init__(self, name='NuGet', version='6.3.1', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])
def build(self):