Skip to content

Commit

Permalink
Bump nuget to the latest suggested version
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Nov 1, 2019
1 parent 9bd3079 commit a3f3bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MacSDK/nuget.py
Expand Up @@ -4,7 +4,7 @@
class NuGetBinary (Package):

def __init__(self):
Package.__init__(self, name='NuGet', version='5.2.0', sources=[
Package.__init__(self, name='NuGet', version='5.3.1', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])

def build(self):
Expand Down

0 comments on commit a3f3bfc

Please sign in to comment.