Skip to content

Commit 6342cff

Browse files
authored
Fixed links + update change log (#1515)
1 parent ef31827 commit 6342cff

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

Documentation/Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88

99
### Fixed
10+
-Fix broken links in documentation [#1514](https://github.com/coverlet-coverage/coverlet/issues/1514)
1011
-Fix problem with coverage for .net5 WPF application [#1221](https://github.com/coverlet-coverage/coverlet/issues/1221) by https://github.com/lg2de
1112
-Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor [#1459](https://github.com/coverlet-coverage/coverlet/issues/1459) by https://github.com/lg2de
1213

14+
### Improvements
15+
-Use System.CommandLine instead of McMaster.Extensions.CommandLineUtils [#1474](https://github.com/coverlet-coverage/coverlet/issues/1474) by https://github.com/Bertk
16+
1317
## Release date 2023-05-21
1418
### Packages
1519
coverlet.msbuild 6.0.0

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Coverlet is a cross platform code coverage framework for .NET, with support for
1414
**Check the [changelog](Documentation/Changelog.md) to understand if the documented feature you want to use has been officially released.**
1515

1616
# Main contents
17-
* [QuickStart](#Quick-Start)
18-
* [How It Works](#How-It-Works)
17+
* [QuickStart](#quick-start)
18+
* [How It Works](#how-it-works)
1919
* [Drivers features differences](Documentation/DriversFeatures.md)
20-
* [Deterministic build support](#Deterministic-build-support)
21-
* [Known Issues](#Known-Issues)
22-
* [Consume nightly build](#Consume-nightly-build)
20+
* [Deterministic build support](#deterministic-build-support)
21+
* [Known Issues](#known-issues)
22+
* [Consume nightly build](#consume-nightly-build)
2323
* [Feature samples](Documentation/Examples.md)
24-
* [Cake Add-In](#Cake-Add-In)
25-
* [Visual Studio Add-In](#Visual-Studio-Add-In)
24+
* [Cake Add-In](#cake-add-in)
25+
* [Visual Studio Add-In](#visual-studio-add-in)
2626
* [Changelog](Documentation/Changelog.md)
2727
* [Roadmap](Documentation/Roadmap.md)
2828

0 commit comments

Comments
 (0)