File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
ConcurrentDictionary/Properties Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ SET NUGET=.\tools\nuget\NuGet.exe
77SET NUGETOPTIONS = -ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion
88
99IF NOT EXIST %PACKAGEPATH% FAKE\Ver_4.23.0 (
10+ RD /S/Q %PACKAGEPATH% FAKE
1011 %NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS%
1112 COPY NUL %PACKAGEPATH% FAKE\Ver_4.23.0
1213)
1314
14- IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.1.5 (
15- %NUGET% install FAKE.BuildLib -Version 0.1.5 %NUGETOPTIONS%
16- COPY NUL %PACKAGEPATH% FAKE.BuildLib\Ver_0.1.5
15+ IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.1.6 (
16+ RD /S/Q %PACKAGEPATH% FAKE.BuildLib
17+ %NUGET% install FAKE.BuildLib -Version 0.1.6 %NUGETOPTIONS%
18+ COPY NUL %PACKAGEPATH% FAKE.BuildLib\Ver_0.1.6
1719)
1820
1921set encoding = utf-8
Original file line number Diff line number Diff line change 11// <auto-generated/>
22using System . Reflection ;
33
4- [ assembly: AssemblyVersionAttribute ( "1.1 .0" ) ]
4+ [ assembly: AssemblyVersionAttribute ( "1.0 .0" ) ]
55[ assembly: AssemblyFileVersionAttribute ( "1.1.0" ) ]
66[ assembly: AssemblyInformationalVersionAttribute ( "1.1.0" ) ]
77namespace System {
88 internal static class AssemblyVersionInformation {
9- internal const string Version = "1.1 .0" ;
9+ internal const string Version = "1.0 .0" ;
1010 internal const string InformationalVersion = "1.1.0" ;
1111 }
1212}
Original file line number Diff line number Diff line change 11// <auto-generated/>
22using System . Reflection ;
33
4- [ assembly: AssemblyVersionAttribute ( "1.1 .0" ) ]
4+ [ assembly: AssemblyVersionAttribute ( "1.0 .0" ) ]
55[ assembly: AssemblyFileVersionAttribute ( "1.1.0" ) ]
66[ assembly: AssemblyInformationalVersionAttribute ( "1.1.0" ) ]
77namespace System {
88 internal static class AssemblyVersionInformation {
9- internal const string Version = "1.1 .0" ;
9+ internal const string Version = "1.0 .0" ;
1010 internal const string InformationalVersion = "1.1.0" ;
1111 }
1212}
Original file line number Diff line number Diff line change 11// <auto-generated/>
22using System . Reflection ;
33
4- [ assembly: AssemblyVersionAttribute ( "1.1 .0" ) ]
4+ [ assembly: AssemblyVersionAttribute ( "1.0 .0" ) ]
55[ assembly: AssemblyFileVersionAttribute ( "1.1.0" ) ]
66[ assembly: AssemblyInformationalVersionAttribute ( "1.1.0" ) ]
77namespace System {
88 internal static class AssemblyVersionInformation {
9- internal const string Version = "1.1 .0" ;
9+ internal const string Version = "1.0 .0" ;
1010 internal const string InformationalVersion = "1.1.0" ;
1111 }
1212}
You can’t perform that action at this time.
0 commit comments