Skip to content

Commit

Permalink
Merge branch 'release/0.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 9, 2018
2 parents 5d6d343 + 2c25bf9 commit b341d3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions nuspec/nuget/Cake.Gulp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<id>Cake.Gulp</id>
<title>Cake.Gulp</title>
<authors>Phil Oyston</authors>
<owners>Phil Oyston, cake-contrib</owners>
<owners>philo, pascalberger, cake-contrib</owners>
<licenseUrl>https://github.com/cake-contrib/Cake.Gulp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/cake-contrib/Cake.Gulp</projectUrl>
<iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.Gulp"/>
<summary>Adds Gulp helpers for Cake</summary>
<description>A set of aliases for Cake to help with running Gulp scripts as part of a build</description>
<tags>Cake Script Build Gulp</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Gulp/releases/tag/0.9.0</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Gulp/releases/tag/0.10.0</releaseNotes>
</metadata>
<files>
<file src="net46\Cake.Gulp.dll" target="lib\net46" />
Expand Down
6 changes: 3 additions & 3 deletions src/Cake.Gulp.Tests/Cake.Gulp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.Testing" Version="0.26.0" />
<PackageReference Include="Cake.Testing" Version="0.28.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="15.3.0" />
<PackageReference Include="Shouldly" Version="2.8.3" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Gulp/Cake.Gulp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.26.0">
<PackageReference Include="Cake.Core" Version="0.28.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.25.0" />
<package id="Cake" version="0.30.0" />
</packages>

0 comments on commit b341d3e

Please sign in to comment.