Skip to content

Commit

Permalink
Remove trailing period after generic guidance uri. (#599)
Browse files Browse the repository at this point in the history
* Remove trailing period after generic guidance uri.

* Update Changelog.md

* Update dependencies.
  • Loading branch information
gfs authored Jan 8, 2024
1 parent 935af10 commit 5b7d83e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.28] - 2024-1-4
### Fix
Remove trailing period after general guidance URI in output to make it clickable when automatically converted to uri by terminal

### Dependencies
Update dependencies

## [1.0.27] - 2023-12-12
### Pipelines
Move GitHub Release task to last task in publish pipeline.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
<PackageReference Include="Microsoft.CST.ApplicationInspector.Logging" Version="1.9.16" />
<PackageReference Include="Microsoft.CST.ApplicationInspector.Logging" Version="1.9.17" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Sarif.Sdk" Version="4.3.7" />
<PackageReference Include="Sarif.Sdk" Version="4.4.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public override void FlushAndClose()
{
if (anyIssues)
{
TextWriter.WriteLine("For guidance on reported issues visit the relevant page here: https://github.com/microsoft/DevSkim/tree/main/guidance.");
TextWriter.WriteLine("For guidance on reported issues visit the relevant page here: https://github.com/microsoft/DevSkim/tree/main/guidance");
}

TextWriter.Flush();
Expand Down

0 comments on commit 5b7d83e

Please sign in to comment.