Skip to content

Commit

Permalink
added v0.9.13 release notes (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Feb 10, 2020
1 parent 01ed0c8 commit f24687b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
### 0.9.12 January 20 2020 ####
### 0.9.13 February 09 2020 ####

* Added version tolerance during deserialization.
* Added `ArrayList` and non-generic `IEnumerable` support.
* [Added support for serializing and deserializing `IDictionary<TKey, TValue>`](https://github.com/akkadotnet/Hyperion/pull/156)
5 changes: 2 additions & 3 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<PropertyGroup>
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>0.9.12</VersionPrefix>
<PackageReleaseNotes>Added version tolerance during deserialization.
Added `ArrayList` and non-generic `IEnumerable` support.</PackageReleaseNotes>
<VersionPrefix>0.9.13</VersionPrefix>
<PackageReleaseNotes>[Added support for serializing and deserializing `IDictionary&lt;TKey, TValue&gt;`](https://github.com/akkadotnet/Hyperion/pull/156)</PackageReleaseNotes>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit f24687b

Please sign in to comment.