Skip to content

Commit

Permalink
Merge tag '2.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Dec 8, 2022
2 parents 0dbcb0b + e5a7144 commit d73de1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Issues.DupFinder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See the Project Site for an overview of the whole ecosystem of addins for workin
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.DupFinder.git"/>
<copyright>Copyright © janniksam and contributors</copyright>
<tags>cake cake-addin cake-issues cake-issueprovider codeanalysis dupFinder</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.DupFinder/releases/tag/1.0.0</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.DupFinder/releases/tag/2.0.0</releaseNotes>
</metadata>
<files>
<file src="..\..\..\..\nuspec\nuget\icon.png" target="" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.Issues" Version="2.0.0-beta0001" />
<PackageReference Include="Cake.Issues" Version="2.0.0" />
<PackageReference Include="Cake.Issues.Testing" Version="2.0.0-beta0001" />
<PackageReference Include="Cake.Testing" Version="2.0.0" />
<PackageReference Include="Shouldly" Version="4.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Issues.DupFinder/Cake.Issues.DupFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Cake.Core" Version="2.0.0" />
<PackageReference Include="Cake.Issues" Version="2.0.0-beta0001" />
<PackageReference Include="Cake.Issues" Version="2.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit d73de1b

Please sign in to comment.