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

Commit

Permalink
Bump Cake.Issues from 0.9.0-beta0002 to 0.9.0-beta0004 in /src (#186)
Browse files Browse the repository at this point in the history
* Bump Cake.Issues from 0.9.0-beta0002 to 0.9.0-beta0004 in /src

Bumps [Cake.Issues](https://github.com/cake-contrib/Cake.Issues) from 0.9.0-beta0002 to 0.9.0-beta0004.
- [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
- [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
- [Commits](https://github.com/cake-contrib/Cake.Issues/commits)

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

* Bump Cake.Issues.Testing from 0.9.0-beta0002 to 0.9.0-beta0004 in /src

Bumps [Cake.Issues.Testing](https://github.com/cake-contrib/Cake.Issues) from 0.9.0-beta0002 to 0.9.0-beta0004.
- [Release notes](https://github.com/cake-contrib/Cake.Issues/releases)
- [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml)
- [Commits](https://github.com/cake-contrib/Cake.Issues/commits)

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

* Bump Cake.Issues.PullRequests in /src

Bumps [Cake.Issues.PullRequests](https://github.com/cake-contrib/Cake.Issues.PullRequests) from 0.9.0-beta0002 to 0.9.0-beta0003.
- [Release notes](https://github.com/cake-contrib/Cake.Issues.PullRequests/releases)
- [Changelog](https://github.com/cake-contrib/Cake.Issues.PullRequests/blob/develop/GitReleaseManager.yaml)
- [Commits](https://github.com/cake-contrib/Cake.Issues.PullRequests/commits)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Aug 1, 2020
1 parent 1bdb62a commit 0637320
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0002" />
<PackageReference Include="Cake.Issues.PullRequests" Version="0.9.0-beta0002" />
<PackageReference Include="Cake.Issues.Testing" Version="0.9.0-beta0002" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0004" />
<PackageReference Include="Cake.Issues.PullRequests" Version="0.9.0-beta0003" />
<PackageReference Include="Cake.Issues.Testing" Version="0.9.0-beta0004" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Cake.AzureDevOps" Version="0.4.0" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
Expand All @@ -33,4 +33,4 @@
<ProjectReference Include="..\Cake.Issues.PullRequests.AzureDevOps\Cake.Issues.PullRequests.AzureDevOps.csproj" />
</ItemGroup>

</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ See the Project Site for an overview of the whole ecosystem of addins for workin

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0002" PrivateAssets="All" />
<PackageReference Include="Cake.Issues.PullRequests" Version="0.9.0-beta0002" PrivateAssets="All" />
<PackageReference Include="Cake.Issues" Version="0.9.0-beta0004" PrivateAssets="All" />
<PackageReference Include="Cake.Issues.PullRequests" Version="0.9.0-beta0003" PrivateAssets="All" />
<PackageReference Include="Cake.AzureDevOps" Version="0.4.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
Expand All @@ -53,4 +53,4 @@ See the Project Site for an overview of the whole ecosystem of addins for workin
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 0637320

Please sign in to comment.