Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion nuspec/nuget/Cake.Issues.PullRequests.Tfs.nuspec
Original file line number Diff line number Diff line change
@@ -20,9 +20,10 @@ See the Project Site for an overview of the whole ecosystem of addins for workin
<projectUrl>http://cake-contrib.github.io/Cake.Issues.Website</projectUrl>
<iconUrl>https://cdn.rawgit.com/cake-contrib/graphics/a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.PullRequests.Tfs"/>
<copyright>Copyright © BBT Software AG and contributors</copyright>
<tags>Cake Script Cake-Issues Cake-PullRequestSystem Issues PullRequest TFS VSTS</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.PullRequests.Tfs/releases/tag/0.4.1</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.PullRequests.Tfs/releases/tag/0.5.0</releaseNotes>
</metadata>
<files>
<file src="Cake.Issues.PullRequests.Tfs.dll" target="lib\net461" />
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.28.0" />
<PackageReference Include="Cake.Issues" Version="0.4.0" />
<PackageReference Include="Cake.Issues.Testing" Version="0.4.0" />
<PackageReference Include="Cake.Issues" Version="0.5.0" />
<PackageReference Include="Cake.Issues.Testing" Version="0.5.0" />
<PackageReference Include="Cake.Testing" Version="0.28.0" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<PackageReference Include="StyleCop.Analyzers">
Original file line number Diff line number Diff line change
@@ -38,8 +38,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.28.0" />
<PackageReference Include="Cake.Issues" Version="0.4.0" />
<PackageReference Include="Cake.Issues.PullRequests" Version="0.4.0" />
<PackageReference Include="Cake.Issues" Version="0.5.0" />
<PackageReference Include="Cake.Issues.PullRequests" Version="0.5.0" />
<PackageReference Include="Costura.Fody">
<Version>3.1.0</Version>
</PackageReference>

0 comments on commit 124ac96

Please sign in to comment.