You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOCON 2.0.2 contains a final stabilization of the HOCON 2.0 milestone, designed to provide 100% immutability to HOCON objects and high performance on reads.
3
3
4
-
*[Bugfix: HoconValue.TryGetObject can throw System.ArgumentNullException](https://github.com/akkadotnet/HOCON/issues/233)
5
-
*[Bugfix: System.InvalidOperationException : Collection was modified; enumeration operation may not execute](https://github.com/akkadotnet/HOCON/issues/234)
6
-
*[Bugfix: unquoted key error during serialization](https://github.com/akkadotnet/HOCON/pull/223)
7
-
*[Fixed NuGet symbol package publication](https://github.com/akkadotnet/HOCON/issues/222)
8
-
9
-
For more details, please [see the issues in the HOCON v2.0.1 milestone here](https://github.com/akkadotnet/HOCON/milestone/7).
4
+
See [the HOCON 2.0.2 milestone for a full set of changes](https://github.com/akkadotnet/HOCON/milestone/8).
<PackageReleaseNotes>Bugfixes and improvements made to HOCON 2.0.0
7
-
[Bugfix: HoconValue.TryGetObject can throw System.ArgumentNullException](https://github.com/akkadotnet/HOCON/issues/233)
8
-
[Bugfix: System.InvalidOperationException : Collection was modified; enumeration operation may not execute](https://github.com/akkadotnet/HOCON/issues/234)
9
-
[Bugfix: unquoted key error during serialization](https://github.com/akkadotnet/HOCON/pull/223)
10
-
[Fixed NuGet symbol package publication](https://github.com/akkadotnet/HOCON/issues/222)
11
-
For more details, please [see the issues in the HOCON v2.0.1 milestone here](https://github.com/akkadotnet/HOCON/milestone/7).</PackageReleaseNotes>
5
+
<VersionPrefix>2.0.2</VersionPrefix>
6
+
<PackageReleaseNotes>HOCON 2.0.2 contains a final stabilization of the HOCON 2.0 milestone, designed to provide 100% immutability to HOCON objects and high performance on reads.
7
+
See [the HOCON 2.0.2 milestone for a full set of changes](https://github.com/akkadotnet/HOCON/milestone/8).</PackageReleaseNotes>
0 commit comments