Skip to content

Commit

Permalink
Update dependency Cake.BuildSystems.Module to v3.1.0 (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 1414198 commit ef1b335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/dsl/build.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#module nuget:?package=Cake.BuildSystems.Module&version=3.0.3
#module nuget:?package=Cake.BuildSystems.Module&version=3.1.0

///////////////////////////////////////////////////////////////////////////////
// ARGUMENTS
Expand Down
2 changes: 1 addition & 1 deletion demo/frosting/build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.BuildSystems.Module" Version="3.0.3" />
<PackageReference Include="Cake.BuildSystems.Module" Version="3.1.0" />
<PackageReference Include="Cake.Frosting" Version="1.1.0" />
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />
</ItemGroup>
Expand Down

0 comments on commit ef1b335

Please sign in to comment.