Skip to content

Commit 75c05f6

Browse files
added v0.9.9 release notes (#130)
1 parent cb473a5 commit 75c05f6

File tree

2 files changed

+3
-42
lines changed

2 files changed

+3
-42
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,2 @@
1-
### 0.9.9 November 1 2018 ####
2-
*Placeholder for Nightlies*
3-
4-
### 0.9.8 January 31 2018 ####
5-
**Maintenance release for Hyperion v0.9.***
6-
This small patch conists of the following bug fixes to Hyperion v0.9.* branch:
7-
8-
* [Support for FSharpSet<T>](https://github.com/akkadotnet/Hyperion/pull/92)
9-
10-
### 0.9.7 January 18 2018 ####
11-
**Maintenance release for Hyperion v0.9.***
12-
13-
This patch mostly contains bugfixes and enhancements to the existing Hyperion v0.9.* branch. No major API changes have been made.
14-
15-
* [EnumerableSerializeFactory fixes](https://github.com/akkadotnet/Hyperion/pull/81)
16-
* [Fix: ObjectDisposedException cannot be deserialized](https://github.com/akkadotnet/Hyperion/issues/64)
17-
* [Added support for DateTimeOffset as a primitive](https://github.com/akkadotnet/Hyperion/pull/79)
18-
19-
You can [see the full set of changes for Hyperion v0.9.7 here](https://github.com/akkadotnet/Hyperion/milestone/5).
20-
21-
### 0.9.6 August 17 2017
22-
23-
Resolving issues with conflicting binary being downloaded via NuGet with version bump.
24-
25-
### 0.9.5 August 11 2017
26-
27-
Provides support for .NET Standard 1.6.
28-
29-
See the full set of changes here: [Hyperion 0.9.5](https://github.com/akkadotnet/Hyperion/milestone/3)
30-
31-
### 0.9.2 January 05 2017
32-
Includes bug fixes for immutable data structures and lists.
33-
34-
See the full set of changes here: [Hyperion 0.9.2 Milestone](https://github.com/akkadotnet/Hyperion/milestone/2)
35-
36-
### 0.9.1 January 02 2017
37-
Includes bug fixes for numerous data structures as well as improved build chain and tools standardization.
38-
39-
See the full set of changes here: [Hyperion 0.9.1 Milestone](https://github.com/akkadotnet/Hyperion/milestone/1)
40-
41-
### New in 0.9.0 (Released 2016/11/24)
1+
### 0.9.9 October 10 2019 ####
2+
Hyperion now supports .NET Core 3.0.

src/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
55
<VersionPrefix>0.9.9</VersionPrefix>
6-
<PackageReleaseNotes>Placeholder for Nightlies*</PackageReleaseNotes>
6+
<PackageReleaseNotes>Hyperion now supports .NET Core 3.0.</PackageReleaseNotes>
77
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
88
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
99
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)