Skip to content

Commit b596a93

Browse files
V0.9.8 release notes (#93)
* added release notes for Hyperion v0.9.8 * fixed markdown syntax
1 parent f587c9e commit b596a93

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.9.8 January 31 2018 ####
2+
**Maintenance release for Hyperion v0.9.***
3+
This small patch conists of the following bug fixes to Hyperion v0.9.* branch:
4+
5+
* [Support for FSharpSet<T>](https://github.com/akkadotnet/Hyperion/pull/92)
6+
17
### 0.9.7 January 18 2018 ####
28
**Maintenance release for Hyperion v0.9.***
39

src/common.props

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>0.9.7</VersionPrefix>
6-
<PackageReleaseNotes>Maintenance release for Hyperion v0.9.0**
7-
This patch mostly contains bugfixes and enhancements to the existing Hyperion v0.9.* branch. No major API changes have been made.
8-
[EnumerableSerializeFactory fixes](https://github.com/akkadotnet/Hyperion/pull/81)
9-
[Fix: ObjectDisposedException cannot be deserialized](https://github.com/akkadotnet/Hyperion/issues/64)
10-
[Added support for DateTimeOffset as a primitive](https://github.com/akkadotnet/Hyperion/pull/79)
11-
You can [see the full set of changes for Hyperion v0.9.7 here](https://github.com/akkadotnet/Hyperion/milestone/5).</PackageReleaseNotes>
5+
<VersionPrefix>0.9.8</VersionPrefix>
6+
<PackageReleaseNotes>Maintenance release for Hyperion v0.9.***
7+
This small patch conists of the following bug fixes to Hyperion v0.9.*:
8+
[Support for FSharpSet&lt;T&gt;](https://github.com/akkadotnet/Hyperion/pull/92)</PackageReleaseNotes>
129
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
1310
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
1411
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)