Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'devlead-feature/gh-62' into develop
Browse files Browse the repository at this point in the history
* devlead-feature/gh-62:
  (GH-62) Update to Cake 0.33.0 * fixes  #62
  • Loading branch information
devlead committed Apr 9, 2019
2 parents 064456b + 726be74 commit 9eb70bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="0.31.0" />
<PackageReference Include="Cake.Frosting" Version="0.32.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Cake.Frosting.Tests/Cake.Frosting.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="NSubstitute" Version="3.1.0" />
<PackageReference Include="Cake.Testing" Version="0.32.1" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Frosting/Cake.Frosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.32.1" />
<PackageReference Include="Cake.Common" Version="0.32.1" />
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Common" Version="0.33.0" />
<None Include="../../LICENSE" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void ReportErrors(Action<Exception> action, Exception exception)
{
}

public void HandleErrors(Action<Exception> action, Exception exception)
public void HandleErrors(Action<Exception, ICakeContext> action, Exception exception, ICakeContext context)
{
}

Expand Down
2 changes: 1 addition & 1 deletion template/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="0.32.1" />
<PackageReference Include="Cake.Frosting" Version="0.33.0" />
</ItemGroup>

</Project>

0 comments on commit 9eb70bd

Please sign in to comment.