Skip to content

Commit

Permalink
Merge branch 'release/1.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed May 5, 2022
2 parents 4572f97 + a8911c5 commit 43d216c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cake-contrib/Cake.Issues.Recipe.git</RepositoryUrl>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/1.3.2</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/1.3.3</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -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
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Issues.Recipe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For recipe compatible with Cake Frosting see Cake.Frosting.Issues.Recipe.
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.Recipe.git"/>
<copyright>Copyright © Pascal Berger</copyright>
<tags>cake cake-recipe cake-issues</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/1.3.2</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/1.3.3</releaseNotes>
</metadata>
<files>
<file src="icon.png" target="" />
Expand Down

0 comments on commit 43d216c

Please sign in to comment.