Skip to content

Commit cbcbfdf

Browse files
added v0.9.10 Release Notes (#134)
1 parent 105dffc commit cbcbfdf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
### 0.9.9 October 10 2019 ####
2-
Hyperion now supports .NET Core 3.0.
1+
### 0.9.10 October 15 2019 ####
2+
3+
Hyperion now [supports cross-framework communication between .NET Core and .NET Framework](https://github.com/akkadotnet/Hyperion/pull/116).

src/common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>0.9.9</VersionPrefix>
6-
<PackageReleaseNotes>Hyperion now supports .NET Core 3.0.</PackageReleaseNotes>
5+
<VersionPrefix>0.9.10</VersionPrefix>
6+
<PackageReleaseNotes>Hyperion now [supports cross-framework communication between .NET Core and .NET Framework](https://github.com/akkadotnet/Hyperion/pull/116).</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)