Skip to content

Commit

Permalink
Bump Cake.AzureDevOps from 1.0.0 to 1.1.0 (#246)
Browse files Browse the repository at this point in the history
* Bump Cake.AzureDevOps in /Cake.Frosting.Issues.Recipe

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

---
updated-dependencies:
- dependency-name: Cake.AzureDevOps
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update scripting  recipe

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <[email protected]>
  • Loading branch information
dependabot[bot] and pascalberger authored Dec 17, 2021
1 parent 1814609 commit 5cd8241
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 @@ -36,7 +36,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.AzureDevOps" Version="1.0.0" />
<PackageReference Include="Cake.AzureDevOps" Version="1.1.0" />
<PackageReference Include="Cake.Frosting" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Git" Version="1.1.0" />
<PackageReference Include="Cake.Issues" Version="1.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Cake.Issues.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#addin nuget:?package=Cake.Issues.PullRequests.AppVeyor&version=1.0.0
#addin nuget:?package=Cake.Issues.PullRequests.AzureDevOps&version=1.0.0
#addin nuget:?package=Cake.Issues.PullRequests.GitHubActions&version=1.0.0
#addin nuget:?package=Cake.AzureDevOps&version=1.0.0
#addin nuget:?package=Cake.AzureDevOps&version=1.1.0

0 comments on commit 5cd8241

Please sign in to comment.