Skip to content

Commit f24687b

Browse files
added v0.9.13 release notes (#159)
1 parent 01ed0c8 commit f24687b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
### 0.9.12 January 20 2020 ####
1+
### 0.9.13 February 09 2020 ####
22

3-
* Added version tolerance during deserialization.
4-
* Added `ArrayList` and non-generic `IEnumerable` support.
3+
* [Added support for serializing and deserializing `IDictionary<TKey, TValue>`](https://github.com/akkadotnet/Hyperion/pull/156)

src/common.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>0.9.12</VersionPrefix>
6-
<PackageReleaseNotes>Added version tolerance during deserialization.
7-
Added `ArrayList` and non-generic `IEnumerable` support.</PackageReleaseNotes>
5+
<VersionPrefix>0.9.13</VersionPrefix>
6+
<PackageReleaseNotes>[Added support for serializing and deserializing `IDictionary&lt;TKey, TValue&gt;`](https://github.com/akkadotnet/Hyperion/pull/156)</PackageReleaseNotes>
87
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
98
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
109
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)