File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ SET PACKAGEPATH=.\packages\
66SET NUGET = .\tools\nuget\NuGet.exe
77SET NUGETOPTIONS = -ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion
88
9- IF NOT EXIST %PACKAGEPATH% FAKE\Ver_4.25.4 (
9+ IF NOT EXIST %PACKAGEPATH% FAKE\Ver_4.28.0 (
1010 RD /S/Q %PACKAGEPATH% FAKE
11- %NUGET% install FAKE -Version 4.25.4 %NUGETOPTIONS%
12- COPY NUL %PACKAGEPATH% FAKE\Ver_4.25.4
11+ %NUGET% install FAKE -Version 4.28.0 %NUGETOPTIONS%
12+ COPY NUL %PACKAGEPATH% FAKE\Ver_4.28.0
1313)
1414
15- IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.0 (
15+ IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.6 (
1616 RD /S/Q %PACKAGEPATH% FAKE.BuildLib
17- %NUGET% install FAKE.BuildLib -Version 0.3.0 %NUGETOPTIONS%
18- COPY NUL %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.0
17+ %NUGET% install FAKE.BuildLib -Version 0.3.6 %NUGETOPTIONS%
18+ COPY NUL %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.6
1919)
2020
2121set encoding = utf-8
Original file line number Diff line number Diff line change 11{
2- "version" : " 8 .0.3 " ,
2+ "version" : " 9 .0.1 " ,
33 "authors" : [ " James Newton-King" ],
44 "owners" : [ " Esun Kim" ],
55 "description" : " Unity3D port of Json.NET which is a popular high-performance JSON framework for .NET"
You can’t perform that action at this time.
0 commit comments