Skip to content

Commit 0b05f64

Browse files
added v1.2.1 release notes (#154)
* added v1.2.1 release notes * fixed date * cleaned up release notes
1 parent 79fa720 commit 0b05f64

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

RELEASE_NOTES.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
#### 1.2.0 October 05 2019 ####
2-
HOCON 1.2.0 contains an entirely new model for working with HOCON, via the `Hocon.Immutable` NuGet package.
1+
#### 1.2.1 December 27 2019 ####
2+
HOCON 1.2.1 contains many minor bug fixes and behavioral changes.
3+
4+
**Default HOCON loading order**
5+
Per [issue 151](https://github.com/akkadotnet/HOCON/issues/151), `HOCON.Configuration` now looks for default HOCON content in the following places in the following order:
6+
7+
1. [.NET Core / .NET Framework] An "app.conf" or an "app.hocon" file in the current working directory of the executable when it loads;
8+
2. [.NET Framework] - the `<hocon>` `ConfigurationSection` inside `App.config` or `Web.config`; or
9+
3. [.NET Framework] - and a legacy option, to load the old `<akka>` HOCON section for backwards compatibility purposes with all users who have been using HOCON with Akka.NET.
10+
11+
**Bug fixes**:
12+
For a set of complete bug fixes and changes, please see [the HOCON v1.2.1 milestone on Github](https://github.com/akkadotnet/HOCON/milestone/2).

src/common.props

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2014-2019 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.2.0</VersionPrefix>
6-
<PackageReleaseNotes>HOCON 1.2.0 contains an entirely new model for working with HOCON, via the `Hocon.Immutable` NuGet package.</PackageReleaseNotes>
5+
<VersionPrefix>1.2.1</VersionPrefix>
6+
<PackageReleaseNotes>HOCON 1.2.1 contains many minor bug fixes and behavioral changes.
7+
Default HOCON loading order**
8+
Per [issue 151](https://github.com/akkadotnet/HOCON/issues/151), `HOCON.Configuration` now looks for default HOCON content in the following places in the following order:
9+
1. [.NET Core / .NET Framework] An "app.conf" or an "app.hocon" file in the current working directory of the executable when it loads;
10+
2. [.NET Framework] - the `&lt;hocon&gt;` `ConfigurationSection` inside `App.config` or `Web.config`; or
11+
3. [.NET Framework] - and a legacy option, to load the old `&lt;akka&gt;` HOCON section for backwards compatibility purposes with all users who have been using HOCON with Akka.NET.
12+
Bug fixes**:
13+
For a set of complete bug fixes and changes, please see [the HOCON v1.2.1 milestone on Github](https://github.com/akkadotnet/HOCON/milestone/2).</PackageReleaseNotes>
714
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
815
<PackageProjectUrl>https://github.com/akkadotnet/HOCON</PackageProjectUrl>
916
<PackageLicenseUrl>https://github.com/akkadotnet/HOCON/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)