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\
6
6
SET NUGET = .\tools\nuget\NuGet.exe
7
7
SET NUGETOPTIONS = -ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion
8
8
9
- IF NOT EXIST %PACKAGEPATH% FAKE\Ver_4.25.4 (
9
+ IF NOT EXIST %PACKAGEPATH% FAKE\Ver_4.28.0 (
10
10
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
13
13
)
14
14
15
- IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.0 (
15
+ IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.6 (
16
16
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
19
19
)
20
20
21
21
set encoding = utf-8
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 8 .0.3 " ,
2
+ "version" : " 9 .0.1 " ,
3
3
"authors" : [ " James Newton-King" ],
4
4
"owners" : [ " Esun Kim" ],
5
5
"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