Skip to content

Commit

Permalink
Bump Cake.Frosting and Cake.NuGet
Browse files Browse the repository at this point in the history
Bumps [Cake.Frosting](https://github.com/cake-build/cake) and [Cake.NuGet](https://github.com/cake-build/cake). These dependencies needed to be updated together.

Updates `Cake.Frosting` from 4.2.0 to 5.0.0
- [Release notes](https://github.com/cake-build/cake/releases)
- [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md)
- [Commits](cake-build/cake@v4.2.0...v5.0.0)

Updates `Cake.NuGet` from 4.2.0 to 5.0.0
- [Release notes](https://github.com/cake-build/cake/releases)
- [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md)
- [Commits](cake-build/cake@v4.2.0...v5.0.0)

---
updated-dependencies:
- dependency-name: Cake.Frosting
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Cake.NuGet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bdukes committed Nov 14, 2024
1 parent 69b8391 commit 5cbea1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Engage.Dnn.SqlServerTypes.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="4.2.0" />
<PackageReference Include="Cake.NuGet" Version="4.2.0" />
<PackageReference Include="Cake.Frosting" Version="5.0.0" />
<PackageReference Include="Cake.NuGet" Version="5.0.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
</ItemGroup>
</Project>

0 comments on commit 5cbea1e

Please sign in to comment.