Skip to content

Commit d5942ad

Browse files
committed
Revert "HOCON v2.0.2 Release Notes (akkadotnet#248)"
This reverts commit b4ad447.
1 parent 22951f8 commit d5942ad

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

RELEASE_NOTES.md

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

4-
See [the HOCON 2.0.2 milestone for a full set of changes](https://github.com/akkadotnet/HOCON/milestone/8).
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).

src/common.props

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

0 commit comments

Comments
 (0)