Skip to content

Commit

Permalink
Merge pull request #74 from akkadotnet/dev
Browse files Browse the repository at this point in the history
Hyperion v0.9.6 master release
  • Loading branch information
Aaronontheweb authored Aug 17, 2017
2 parents ff0a22c + 15a56e9 commit cf20153
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
6 changes: 1 addition & 5 deletions Hyperion/Hyperion.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\common.props" />

<PropertyGroup>
<AssemblyTitle>Hyperion</AssemblyTitle>
<Description>Hyperion, fast binary POCO serializer</Description>
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
<VersionPrefix>0.9.5</VersionPrefix>
<Authors>akkadotnet</Authors>
<TargetFrameworks>netstandard1.6;net45</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageTags>serialization;poco</PackageTags>
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
</PropertyGroup>

Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.9.6 August 17 2017

Resolving issues with conflicting binary being downloaded via NuGet with version bump.

### 0.9.5 August 11 2017

Provides support for .NET Standard 1.6.
Expand Down
1 change: 1 addition & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,6 @@ Target "Nuget" DoNothing
// all
"BuildRelease" ==> "All"
"RunTests" ==> "All"
"Nuget" ==> "All"

RunTargetOrDefault "Help"
16 changes: 16 additions & 0 deletions common.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>0.9.6</VersionPrefix>
<PackageReleaseNotes>Placeholder</PackageReleaseNotes>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageIconUrl></PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<XunitVersion>2.3.0-beta4-*</XunitVersion>
</PropertyGroup>
</Project>

0 comments on commit cf20153

Please sign in to comment.