Skip to content

Commit 083fe34

Browse files
Update the docs for version 3.1.1
1 parent 78ea845 commit 083fe34

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

515
Whats'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

docs/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
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

0 commit comments

Comments
 (0)