Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperion v0.9.7 release notes [dev] #87

Merged
merged 2 commits into from
Jan 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A high performance polymorphic serializer for the .NET framework, fork of the [Wire](https://github.com/rogeralsing/Wire) serializer.

Current status: **BETA** (v0.9.2).
Current status: **BETA** (v0.9.7).

## License
Licensed under Apache 2.0, see [LICENSE](LICENSE) for the full text.
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 0.9.7 January 18 2018 ####
**Maintenance release for Hyperion v0.9.***

This patch mostly contains bugfixes and enhancements to the existing Hyperion v0.9.* branch. No major API changes have been made.

* [EnumerableSerializeFactory fixes](https://github.com/akkadotnet/Hyperion/pull/81)
* [Fix: ObjectDisposedException cannot be deserialized](https://github.com/akkadotnet/Hyperion/issues/64)
* [Added support for DateTimeOffset as a primitive](https://github.com/akkadotnet/Hyperion/pull/79)

You can [see the full set of changes for Hyperion v0.9.7 here](https://github.com/akkadotnet/Hyperion/milestone/5).

### 0.9.6 August 17 2017

Resolving issues with conflicting binary being downloaded via NuGet with version bump.
Expand Down
9 changes: 7 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
<PropertyGroup>
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>0.9.6</VersionPrefix>
<PackageReleaseNotes>Resolving issues with conflicting binary being downloaded via NuGet with version bump.</PackageReleaseNotes>
<VersionPrefix>0.9.7</VersionPrefix>
<PackageReleaseNotes>Maintenance release for Hyperion v0.9.0**
This patch mostly contains bugfixes and enhancements to the existing Hyperion v0.9.* branch. No major API changes have been made.
[EnumerableSerializeFactory fixes](https://github.com/akkadotnet/Hyperion/pull/81)
[Fix: ObjectDisposedException cannot be deserialized](https://github.com/akkadotnet/Hyperion/issues/64)
[Added support for DateTimeOffset as a primitive](https://github.com/akkadotnet/Hyperion/pull/79)
You can [see the full set of changes for Hyperion v0.9.7 here](https://github.com/akkadotnet/Hyperion/milestone/5).</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