22<package >
33 <metadata >
44 <id >KGySoft.Json</id >
5- <version >2.0.0 </version >
5+ <version >2.0.1 </version >
66 <title >KGy SOFT JSON Libraries</title >
77 <authors >György Kőszeg</authors >
88 <owners >György Kőszeg</owners >
@@ -19,7 +19,7 @@ Main highlights:
1919- Easy DOM navigation with compact and intuitive syntax
2020- Just call ToString to get the JSON content (compact or indented)
2121- Simple serialization into StringBuilder, Stream or any TextWriter
22- - A lot of extensions for converting to and from .NET types including enums, DateTime or TimeSpan
22+ - A lot of extensions for converting to and from .NET types including enums, BigInteger, DateTime, TimeSpan, etc.
2323
2424Documentation: https://docs.kgysoft.net/json</description >
2525 <releaseNotes >See the detailed release notes here: https://github.com/koszeggy/KGySoft.Json/blob/master/KGySoft.Json/changelog.txt</releaseNotes >
@@ -29,34 +29,34 @@ Documentation: https://docs.kgysoft.net/json</description>
2929 <repository type =" git" url =" https://github.com/koszeggy/KGySoft.Json" />
3030 <dependencies >
3131 <group targetFramework =" net35" >
32- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
32+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
3333 </group >
3434 <group targetFramework =" net40" >
35- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
35+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
3636 </group >
3737 <group targetFramework =" net45" >
38- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
38+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
3939 </group >
4040 <group targetFramework =" net472" >
41- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
41+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
4242 </group >
4343 <group targetFramework =" netstandard2.0" >
44- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
44+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
4545 </group >
4646 <group targetFramework =" netstandard2.1" >
47- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
47+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
4848 </group >
4949 <group targetFramework =" netcoreapp2.0" >
50- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
50+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
5151 </group >
5252 <group targetFramework =" netcoreapp2.1" >
53- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
53+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
5454 </group >
5555 <group targetFramework =" net5.0" >
56- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
56+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
5757 </group >
5858 <group targetFramework =" net6.0" >
59- <dependency id =" KGySoft.CoreLibraries" version =" 6.0.0 " />
59+ <dependency id =" KGySoft.CoreLibraries" version =" 6.0.2 " />
6060 </group >
6161 </dependencies >
6262 </metadata >
0 commit comments