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 (#79)
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] <support@dependabot.com>

* 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] <support@dependabot.com>

* Update code for Cake.Issues 0.9.0 Beta 4

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <pascal.berger@gmail.com>
  • Loading branch information
dependabot-preview[bot] and pascalberger committed Aug 1, 2020
1 parent 9587d00 commit d040614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -23,10 +23,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cake.Issues">
<Version>0.9.0-beta0003</Version>
<Version>0.9.0-beta0004</Version>
</PackageReference>
<PackageReference Include="Cake.Issues.Testing">
<Version>0.9.0-beta0003</Version>
<Version>0.9.0-beta0004</Version>
</PackageReference>
<PackageReference Include="Cake.Testing">
<Version>0.33.0</Version>
Expand All @@ -48,4 +48,4 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>
Expand Up @@ -30,7 +30,7 @@
<Version>0.33.0</Version>
</PackageReference>
<PackageReference Include="Cake.Issues">
<Version>0.9.0-beta0003</Version>
<Version>0.9.0-beta0004</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
<Version>3.0.0</Version>
Expand All @@ -43,4 +43,4 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>
Expand Up @@ -74,7 +74,7 @@ internal class GitRepositoryIssuesProvider : BaseIssueProvider
protected GitRepositoryIssuesSettings IssueProviderSettings { get; private set; }

/// <inheritdoc />
protected override IEnumerable<IIssue> InternalReadIssues(FileLinkSettings fileLinkSettings)
protected override IEnumerable<IIssue> InternalReadIssues()
{
var result = new List<IIssue>();

Expand Down

0 comments on commit d040614

Please sign in to comment.