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

Commit

Permalink
Merge branch 'release/0.37.0'
Browse files Browse the repository at this point in the history
* release/0.37.0:
  Updated to Cake.Core 0.37.0
  • Loading branch information
devlead committed Feb 10, 2020
2 parents 7798080 + 5c8f9b7 commit f84ac75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.36.0" />
<PackageReference Include="Cake.Common" Version="0.36.0" />
<PackageReference Include="Cake.Core" Version="0.37.0" />
<PackageReference Include="Cake.Common" Version="0.37.0" />
<None Include="../../LICENSE" Pack="true" PackagePath="$(PackageLicenseFile)"/>
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
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.36.0" />
<PackageReference Include="Cake.Frosting" Version="0.37.0" />
</ItemGroup>

</Project>

0 comments on commit f84ac75

Please sign in to comment.