Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Bump Cake.Issues from 0.9.0-beta0002 to 0.9.0-beta0004 in /src (#185)
Browse files Browse the repository at this point in the history
* Bump Cake.Issues from 0.9.0-beta0002 to 0.9.0-beta0004 in /src

Bumps [Cake.Issues](https://github.com/cake-contrib/Cake.Issues) from 0.9.0-beta0002 to 0.9.0-beta0004.
- [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
- [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
- [Commits](https://github.com/cake-contrib/Cake.Issues/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Bump Cake.Issues.Testing from 0.9.0-beta0002 to 0.9.0-beta0004 in /src

Bumps [Cake.Issues.Testing](https://github.com/cake-contrib/Cake.Issues) from 0.9.0-beta0002 to 0.9.0-beta0004.
- [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
- [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
- [Commits](https://github.com/cake-contrib/Cake.Issues/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Aug 1, 2020
1 parent 40cc0d7 commit 7ed45b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0003" />
<PackageReference Include="Cake.Issues.Testing" Version="0.9.0-beta0003" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0004" />
<PackageReference Include="Cake.Issues.Testing" Version="0.9.0-beta0004" />
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Issues.MsBuild/Cake.Issues.MsBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0003" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0004" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.0.174" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
Expand Down

0 comments on commit 7ed45b9

Please sign in to comment.