Skip to content

Commit da9fa0e

Browse files
committed
Update FAKE.BuildLib 0.1.6
1 parent ce8caea commit da9fa0e

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

build.cmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ SET NUGET=.\tools\nuget\NuGet.exe
77
SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion
88

99
IF 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

1921
set encoding=utf-8
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// <auto-generated/>
22
using 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")]
77
namespace 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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// <auto-generated/>
22
using 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")]
77
namespace 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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// <auto-generated/>
22
using 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")]
77
namespace 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
}

0 commit comments

Comments
 (0)