Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Updating nuget to 3.5 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza committed Aug 20, 2016
1 parent edf9d90 commit 1c5cef7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified Setup/NuGet/NuGet.exe
Binary file not shown.
18 changes: 9 additions & 9 deletions Setup/NuGet/Update.cmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@echo off

:: Make sure the nuget executable is writable
attrib -R NuGet.exe

echo.
echo Updating NuGet...
cmd /c nuget.exe update -Self

@echo off

:: Make sure the nuget executable is writable
attrib -R NuGet.exe

echo.
echo Updating NuGet...
cmd /c nuget.exe update -Self

:eof

0 comments on commit 1c5cef7

Please sign in to comment.