File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 99
1010 <WarningLevel >3</WarningLevel >
1111
12- <VersionPrefix >0.8 .0</VersionPrefix >
12+ <VersionPrefix >0.9 .0</VersionPrefix >
1313 <VersionSuffix ></VersionSuffix >
1414 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
1515 <Version Condition =" '$(VersionSuffix)' == '' " >$(VersionPrefix)</Version >
Original file line number Diff line number Diff line change 1+ #### 0.9.0 - October 28 2021
2+ * Added Result codec and overload
3+ * Fix problem decoding null values into Options.
4+ * Fix parsing of floats for infinities and nan.
5+ * Fix parsing of Datetime when using newtonsoft.json
6+
17#### 0.8.0 - May 17 2020
28* Added System.Text.Json implementation
39* Support for enums and all tuple sizes
You can’t perform that action at this time.
0 commit comments