|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 2.0.0 |
| 4 | + |
| 5 | +- Add support for `net462`, `net7.0` and `net8.0` |
| 6 | +- **[BREAKING CHANGE]** Drop support for `net461`, `netcoreapp3.1` and `net5.0`, all of which are EOL |
| 7 | +- Added `SourceLink` support to improve consumer debugging experience |
| 8 | +- Upgrade nuget packages to latest versions |
| 9 | +- Updated `.gitignore` using `dotnet new gitignore` |
| 10 | +- Added `.editorconfig` using `dotnet new editorconfig` |
| 11 | +- Added `global.json` with SDK version configuration |
| 12 | +- Moved solution file to project root |
| 13 | +- Added recommended VS Code extensions to `extensions.json` |
| 14 | +- Added VS Code settings for formatting and file associations |
| 15 | +- Added tool manifest using `dotnet new tool-manifest` |
| 16 | +- Added `dotnet-format` to tool manifest |
| 17 | +- Added ReSharper/Rider config |
| 18 | +- Formatted `README.md`, `Benchmark.md`, `ReleaseNotes.md`, `Directory.Build.props` files, `csproj` files, and `test/Examples` json files |
| 19 | +- Ran `dotnet format` for error, warn, and info severity |
| 20 | +- Moved test `TargetFrameworks` to `Directory.Build.props` for test folder |
| 21 | + |
3 | 22 | ## 1.3.1 |
4 | 23 |
|
5 | 24 | - Added `PropertyFilter` to `JsonDiffOptions` (#29) |
|
0 commit comments