Skip to content

Commit c9fa5ed

Browse files
committed
Merge branch 'release/0.5.0'
* release/0.5.0: (GH-11) Update to cake 0.26.0
2 parents 3d0ae3f + c8cf256 commit c9fa5ed

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ $CAKE_EXE = Join-Path $TOOLS_DIR "Cake/Cake.exe"
8787
$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
8888
$PACKAGES_CONFIG = Join-Path $TOOLS_DIR "packages.config"
8989
$PACKAGES_CONFIG_MD5 = Join-Path $TOOLS_DIR "packages.config.md5sum"
90+
$ENV:CAKE_SETTINGS_SKIPVERIFICATION='true'
9091

9192
# Should we use mono?
9293
$UseMono = "";

src/Cake.LongPath.Module/Cake.LongPath.Module.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<DebugSymbols>true</DebugSymbols>
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="Cake.Core, Version=0.22.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Cake.Core.0.22.0\lib\net46\Cake.Core.dll</HintPath>
37+
<Reference Include="Cake.Core, Version=0.26.0.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Cake.Core.0.26.0\lib\net46\Cake.Core.dll</HintPath>
3939
</Reference>
4040
<Reference Include="Pri.LongPath, Version=2.0.45.0, Culture=neutral, processorArchitecture=MSIL">
4141
<HintPath>..\packages\Pri.LongPath.2.0.45\lib\net45\Pri.LongPath.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Cake.Core" version="0.22.0" targetFramework="net46" />
3+
<package id="Cake.Core" version="0.26.0" targetFramework="net46" />
44
<package id="Pri.LongPath" version="2.0.45" targetFramework="net452" />
55
</packages>

tools/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Cake" version="0.18.0" />
3+
<package id="Cake" version="0.26.0" />
44
</packages>

0 commit comments

Comments
 (0)