Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 1, 2021
2 parents f66c102 + d3509a9 commit 39fbcbe
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.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/1.3.1</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -43,7 +43,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
<PackageReference Include="Cake.Issues.DupFinder" Version="1.0.0" />
<PackageReference Include="Cake.Issues.EsLint" Version="1.0.1" />
<PackageReference Include="Cake.Issues.InspectCode" Version="1.0.0" />
<PackageReference Include="Cake.Issues.Markdownlint" Version="1.1.0" />
<PackageReference Include="Cake.Issues.Markdownlint" Version="1.1.1" />
<PackageReference Include="Cake.Issues.MsBuild" Version="1.0.0" />
<PackageReference Include="Cake.Issues.PullRequests" Version="1.0.0" />
<PackageReference Include="Cake.Issues.PullRequests.AppVeyor" 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 @@ -7,7 +7,7 @@
#addin nuget:?package=Cake.Issues.MsBuild&version=1.0.0
#addin nuget:?package=Cake.Issues.InspectCode&version=1.0.0
#addin nuget:?package=Cake.Issues.DupFinder&version=1.0.0
#addin nuget:?package=Cake.Issues.Markdownlint&version=1.1.0
#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
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.0</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/1.3.1</releaseNotes>
</metadata>
<files>
<file src="icon.png" target="" />
Expand Down

0 comments on commit 39fbcbe

Please sign in to comment.