Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Bump Cake.Issues from 0.9.0-beta0002 to 0.9.0-beta0004 in /src (#119)
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]>

* Update code to Cake.Issues 0.9.0 Beta 4

* Update documentation for IIssues.FileLink

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <[email protected]>
  • Loading branch information
dependabot-preview[bot] and pascalberger authored Aug 1, 2020
1 parent 1c92d6f commit bc34d57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The [Cake.Issues.DocFx addin] provides the following features.
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | `IIssue.EndLine` | |
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | `IIssue.Column` | |
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | `IIssue.EndColumn` | |
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | `IIssue.FileLink` | Can be set while reading issues |
| <span class="glyphicon glyphicon-ok" style="color:green"></span> | `IIssue.MessageText` | |
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | `IIssue.MessageHtml` | |
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | `IIssue.MessageMarkdown` | |
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Issues.DocFx.Tests/Cake.Issues.DocFx.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Cake.Issues">
<Version>0.9.0-beta0002</Version>
<Version>0.9.0-beta0004</Version>
</PackageReference>
<PackageReference Include="Cake.Issues.Testing">
<Version>0.9.0-beta0002</Version>
<Version>0.9.0-beta0004</Version>
</PackageReference>
<PackageReference Include="Cake.Testing">
<Version>0.33.0</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Issues.DocFx.Tests/DocFxProviderFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public DocFxProviderFixture(string fileResourceName, DirectoryPath docRootPath)
docRootPath.NotNull(nameof(docRootPath));

this.docRootPath = docRootPath;
this.RepositorySettings =
new RepositorySettings(@"c:\Source\Cake.Issues");
this.ReadIssuesSettings =
new ReadIssuesSettings(@"c:\Source\Cake.Issues");
}

protected override string FileResourceNamespace => "Cake.Issues.DocFx.Tests.Testfiles.";
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Issues.DocFx/Cake.Issues.DocFx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Version>0.33.0</Version>
</PackageReference>
<PackageReference Include="Cake.Issues">
<Version>0.9.0-beta0002</Version>
<Version>0.9.0-beta0004</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
<Version>3.0.0</Version>
Expand Down

0 comments on commit bc34d57

Please sign in to comment.