Skip to content

Commit c7cfb4c

Browse files
committed
Merge branch 'release/0.6.0'
* release/0.6.0: (GH-13) Target Cake.Core 0.33.0 & Nuspec icon * Target Cake.Core 0.33.0 * Use jsdelivr for NuSpec icon * Update to Cake.Recipe 1.0.0 * Build with Cake 0.31.1 * Update Pri.LongPath to 2.0.47 * fixes #13
2 parents c9fa5ed + df06add commit c7cfb4c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

nuspec/nuget/Cake.LongPath.Module.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<owners>Mattias Karlsson</owners>
88
<licenseUrl>https://github.com/cake-build/cake/blob/develop/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/cake-build/cake</projectUrl>
10-
<iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
10+
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>The Cake long path module.</description>
1313
<summary>This enables long path support for Cake on Windows using the Pri.LongPath library.</summary>

setup.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load "nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease"
1+
#load "nuget:?package=Cake.Recipe&version=1.0.0"
22

33
Environment.SetVariableNames();
44

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<DebugSymbols>true</DebugSymbols>
3535
</PropertyGroup>
3636
<ItemGroup>
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>
37+
<Reference Include="Cake.Core, Version=0.33.0.0, Culture=neutral, processorArchitecture=MSIL">
38+
<HintPath>..\packages\Cake.Core.0.33.0\lib\net46\Cake.Core.dll</HintPath>
3939
</Reference>
40-
<Reference Include="Pri.LongPath, Version=2.0.45.0, Culture=neutral, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Pri.LongPath.2.0.45\lib\net45\Pri.LongPath.dll</HintPath>
40+
<Reference Include="Pri.LongPath, Version=2.0.47.0, Culture=neutral, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Pri.LongPath.2.0.47\lib\net45\Pri.LongPath.dll</HintPath>
4242
</Reference>
4343
<Reference Include="System" />
4444
<Reference Include="System.Core" />
Lines changed: 2 additions & 2 deletions
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.26.0" targetFramework="net46" />
4-
<package id="Pri.LongPath" version="2.0.45" targetFramework="net452" />
3+
<package id="Cake.Core" version="0.33.0" targetFramework="net46" developmentDependency="true" />
4+
<package id="Pri.LongPath" version="2.0.47" targetFramework="net46" />
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.26.0" />
3+
<package id="Cake" version="0.32.1" />
44
</packages>

0 commit comments

Comments
 (0)