Skip to content

Commit

Permalink
Bump Cake.Frosting.Issues.Reporting.Generic from 1.0.0 to 1.0.1 in /C…
Browse files Browse the repository at this point in the history
…ake.Frosting.Issues.Recipe (#257)

* Bump Cake.Frosting.Issues.Reporting.Generic

Bumps [Cake.Frosting.Issues.Reporting.Generic](https://github.com/cake-contrib/Cake.Issues.Reporting.Generic) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/releases)
- [Changelog](https://github.com/cake-contrib/Cake.Issues.Reporting.Generic/blob/develop/GitReleaseManager.yaml)
- [Commits](cake-contrib/Cake.Issues.Reporting.Generic@1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: Cake.Frosting.Issues.Reporting.Generic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Cake Scripting

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <pascal.berger@gmail.com>
  • Loading branch information
dependabot[bot] and pascalberger authored May 5, 2022
1 parent b3bca0f commit d15932e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
<PackageReference Include="Cake.Issues.PullRequests.AzureDevOps" Version="1.0.0" />
<PackageReference Include="Cake.Issues.PullRequests.GitHubActions" Version="1.0.0" />
<PackageReference Include="Cake.Issues.Reporting" Version="1.0.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Generic" Version="1.0.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Generic" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Cake.Issues.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#addin nuget:?package=Cake.Issues.Markdownlint&version=1.1.1
#addin nuget:?package=Cake.Issues.EsLint&version=1.0.1
#addin nuget:?package=Cake.Issues.Reporting&version=1.0.0
#addin nuget:?package=Cake.Issues.Reporting.Generic&version=1.0.0
#addin nuget:?package=Cake.Issues.Reporting.Generic&version=1.0.1
#addin nuget:?package=Cake.Issues.PullRequests&version=1.0.0
#addin nuget:?package=Cake.Issues.PullRequests.AppVeyor&version=1.0.0
#addin nuget:?package=Cake.Issues.PullRequests.AzureDevOps&version=1.0.0
Expand Down

0 comments on commit d15932e

Please sign in to comment.