Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in readme #1515

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

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

### Improvements
-Use System.CommandLine instead of McMaster.Extensions.CommandLineUtils [#1474](https://github.com/coverlet-coverage/coverlet/issues/1474) by https://github.com/Bertk

## Release date 2023-05-21
### Packages
coverlet.msbuild 6.0.0
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Coverlet is a cross platform code coverage framework for .NET, with support for
**Check the [changelog](Documentation/Changelog.md) to understand if the documented feature you want to use has been officially released.**

# Main contents
* [QuickStart](#Quick-Start)
* [How It Works](#How-It-Works)
* [QuickStart](#quick-start)
* [How It Works](#how-it-works)
* [Drivers features differences](Documentation/DriversFeatures.md)
* [Deterministic build support](#Deterministic-build-support)
* [Known Issues](#Known-Issues)
* [Consume nightly build](#Consume-nightly-build)
* [Deterministic build support](#deterministic-build-support)
* [Known Issues](#known-issues)
* [Consume nightly build](#consume-nightly-build)
* [Feature samples](Documentation/Examples.md)
* [Cake Add-In](#Cake-Add-In)
* [Visual Studio Add-In](#Visual-Studio-Add-In)
* [Cake Add-In](#cake-add-in)
* [Visual Studio Add-In](#visual-studio-add-in)
* [Changelog](Documentation/Changelog.md)
* [Roadmap](Documentation/Roadmap.md)

Expand Down