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 341c27f commit b89590fCopy full SHA for b89590f
src/Simplify.Web.Json/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [2.2.6] - 2023-08-20
+## [2.3.0] - 2023-08-20
4
5
### Removed
6
@@ -10,6 +10,7 @@
10
11
### Added
12
13
+- Throw ModelValidationException in case of JsonReaderException (#24)
14
- .NET Standard 2.1 support
15
- .NET 4.8 support
16
src/Simplify.Web.Json/Simplify.Web.Json.csproj
@@ -10,7 +10,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <Version>2.2.6</Version>
+ <Version>2.3</Version>
<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
0 commit comments