Skip to content
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ runtime behavior change vs v1.1.0.
consumers without a binding redirect. (See DateTime-Extensions v1.3.1
for the post-mortem on what happens when this regression reaches a
release.)

[Unreleased]: https://github.com/Chris-Wolfgang/IComparable-Extensions/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/Chris-Wolfgang/IComparable-Extensions/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Chris-Wolfgang/IComparable-Extensions/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Chris-Wolfgang/IComparable-Extensions/releases/tag/v1.0.0
5 changes: 4 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ This guide will help you quickly start using Wolfgang.Extensions.IComparable in

## Prerequisites

- .NET 8.0 or later
- Any .NET runtime that supports **.NET Standard 2.0** or later. That includes:
- .NET Framework 4.6.2 and later
- .NET Core 2.0 and later
- .NET 5, 6, 7, 8, 9, and 10
- A C# project (any project type: console, web, library, etc.)

## Installation
Expand Down