Skip to content

Commit 8392748

Browse files
committed
Update changelog and global.json for .NET 10.0 and C# 14 upgrade
1 parent f4e76e1 commit 8392748

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
## v4.0.0
22
* Switch to .Net 10.0
3+
* Switch to C# 14
34
* Code refactoring
45
* Fix code example 7 and 8 in readme
56
* Add tests for readme code examples
67
* Adjust readme code example to use filePath instead of filename or path
78
* Suppress warnings CA2022 and S2674 due to expected dynamic array length
9+
* Remove Serializable annotation from EncodingSecurityException
810

911
## v3.0.0 - 5 Feb 2024
1012
* Switch to .Net 8.0

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.1",
3+
"version": "10.0.0",
44
"rollForward": "latestMajor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)