Skip to content

Commit b4ad447

Browse files
HOCON v2.0.2 Release Notes (akkadotnet#248)
1 parent 94981ce commit b4ad447

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

RELEASE_NOTES.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
### 2.0.1 February 25 2020 ####
2-
Bugfixes and improvements made to HOCON 2.0.0
1+
### 2.0.2 February 27 2020 ####
2+
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.
33

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).

src/common.props

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2014-2020 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>2.0.1</VersionPrefix>
6-
<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>
128
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
139
<PackageProjectUrl>https://github.com/akkadotnet/HOCON</PackageProjectUrl>
1410
<PackageLicenseUrl>https://github.com/akkadotnet/HOCON/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)