File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
DevSkim-DotNet/Microsoft.DevSkim.CLI Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.28] - 2024-1-4
8
+ ### Fix
9
+ Remove trailing period after general guidance URI in output to make it clickable when automatically converted to uri by terminal
10
+
11
+ ### Dependencies
12
+ Update dependencies
13
+
7
14
## [ 1.0.27] - 2023-12-12
8
15
### Pipelines
9
16
Move GitHub Release task to last task in publish pipeline.
Original file line number Diff line number Diff line change 37
37
<ItemGroup >
38
38
<PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
39
39
<PackageReference Include =" LibGit2Sharp" Version =" 0.29.0" />
40
- <PackageReference Include =" Microsoft.CST.ApplicationInspector.Logging" Version =" 1.9.16 " />
40
+ <PackageReference Include =" Microsoft.CST.ApplicationInspector.Logging" Version =" 1.9.17 " />
41
41
<PackageReference Include =" Microsoft.Extensions.CommandLineUtils" Version =" 1.1.1" />
42
- <PackageReference Include =" Sarif.Sdk" Version =" 4.3.7 " />
42
+ <PackageReference Include =" Sarif.Sdk" Version =" 4.4.0 " />
43
43
</ItemGroup >
44
44
45
45
</Project >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public override void FlushAndClose()
42
42
{
43
43
if ( anyIssues )
44
44
{
45
- TextWriter . WriteLine ( "For guidance on reported issues visit the relevant page here: https://github.com/microsoft/DevSkim/tree/main/guidance. " ) ;
45
+ TextWriter . WriteLine ( "For guidance on reported issues visit the relevant page here: https://github.com/microsoft/DevSkim/tree/main/guidance" ) ;
46
46
}
47
47
48
48
TextWriter . Flush ( ) ;
You can’t perform that action at this time.
0 commit comments