We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e76e1 commit 8392748Copy full SHA for 8392748
CHANGELOG.md
@@ -1,10 +1,12 @@
1
## v4.0.0
2
* Switch to .Net 10.0
3
+* Switch to C# 14
4
* Code refactoring
5
* Fix code example 7 and 8 in readme
6
* Add tests for readme code examples
7
* Adjust readme code example to use filePath instead of filename or path
8
* Suppress warnings CA2022 and S2674 due to expected dynamic array length
9
+* Remove Serializable annotation from EncodingSecurityException
10
11
## v3.0.0 - 5 Feb 2024
12
* Switch to .Net 8.0
global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.1",
+ "version": "10.0.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
0 commit comments