File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.1.1
4+
5+ Whats's new in version 3.1.1:
6+
7+ - No changes to the library's code or API
8+ - Matchmaker is now built with .NET 10 and uses C# 14 (but still targets .NET Standard)
9+ - The .NET 6 target was removed and the .NET 10 target was added
10+ - Microsoft.Testing.Platform is now used to run tests
11+ - GitHub Trusted Publising is now used to publish the package
12+
313## v3.1.0
414
515Whats's new in version 3.1.0:
@@ -54,7 +64,7 @@ What's new in version 2.0 (almost all changes are breaking):
5464- Creating custom patterns became possible through factory methods and extension methods
5565- The default mode of match statements changed from non-strict to strict
5666
57- Read the [ migration guide] ( https://matchmaker.tolik.io/v2.1.0/ articles/migration.html ) for more info.
67+ Read the [ migration guide] ( https://matchmaker.tolik.io/articles/migration.html ) for more info.
5868
5969## v1.2
6070
Original file line number Diff line number Diff line change 44 "src" : [
55 {
66 "files" : [
7- " artifacts/bin/Matchmaker/release_net6 .0/Matchmaker.dll"
7+ " artifacts/bin/Matchmaker/release_net10 .0/Matchmaker.dll"
88 ],
99 "src" : " ../"
1010 }
1111 ],
1212 "dest" : " api" ,
1313 "properties" : {
14- "TargetFramework" : " net6 .0"
14+ "TargetFramework" : " net10 .0"
1515 },
1616 "disableGitFeatures" : false ,
1717 "disableDefaultFilter" : false
You can’t perform that action at this time.
0 commit comments