Skip to content

Commit

Permalink
[MacSDK] Bump NuGet to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radical authored and marek-safar committed Dec 19, 2018
1 parent 4ad781f commit 2a91002
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='4.7.0', sources=[
Package.__init__(self, name='NuGet', version='4.8.1', sources=[
'https://dist.nuget.org/win-x86-commandline/v%{version}/nuget.exe'])

def build(self):
Expand Down

0 comments on commit 2a91002

Please sign in to comment.