|
2 | 2 | <PropertyGroup>
|
3 | 3 | <Copyright>Copyright © 2014-2019 Akka.NET Team</Copyright>
|
4 | 4 | <Authors>Akka.NET Team</Authors>
|
5 |
| - <VersionPrefix>1.2.2</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 `<hocon>` `ConfigurationSection` inside `App.config` or `Web.config`; or |
11 |
| -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. |
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> |
| 5 | + <VersionPrefix>1.3.0</VersionPrefix> |
| 6 | + <PackageReleaseNotes>HOCON 1.3.0 contains some significant API changes: |
| 7 | +[API parity with pre-existing Akka.NET HOCON implementation](https://github.com/akkadotnet/HOCON/issues/157) |
| 8 | +Added `HoconType.String`, `HoconType.Number`, `HoconType.Bool`, and removed `HoconType.Literal` - now it's possible to discover data types more easily while inspecting individual HOCON objects. |
| 9 | +[Fixed: Need to be able to include Config fallback values to string representation](https://github.com/akkadotnet/HOCON/issues/161) |
| 10 | +[Added SourceLink.Github support](https://github.com/akkadotnet/HOCON/pull/166) |
| 11 | +For a set of complete bug fixes and changes, please see [the HOCON v1.3.0 milestone on Github](https://github.com/akkadotnet/HOCON/milestone/3).</PackageReleaseNotes> |
14 | 12 | <PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
|
15 | 13 | <PackageProjectUrl>https://github.com/akkadotnet/HOCON</PackageProjectUrl>
|
16 | 14 | <PackageLicenseUrl>https://github.com/akkadotnet/HOCON/blob/master/LICENSE</PackageLicenseUrl>
|
|
0 commit comments