Skip to content

Commit cf20153

Browse files
Merge pull request #74 from akkadotnet/dev
Hyperion v0.9.6 master release
2 parents ff0a22c + 15a56e9 commit cf20153

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

Hyperion/Hyperion.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="..\common.props" />
23

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

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.9.6 August 17 2017
2+
3+
Resolving issues with conflicting binary being downloaded via NuGet with version bump.
4+
15
### 0.9.5 August 11 2017
26

37
Provides support for .NET Standard 1.6.

build.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,6 @@ Target "Nuget" DoNothing
264264
// all
265265
"BuildRelease" ==> "All"
266266
"RunTests" ==> "All"
267+
"Nuget" ==> "All"
267268

268269
RunTargetOrDefault "Help"

common.props

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project>
2+
<PropertyGroup>
3+
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
4+
<Authors>Akka.NET Team</Authors>
5+
<VersionPrefix>0.9.6</VersionPrefix>
6+
<PackageReleaseNotes>Placeholder</PackageReleaseNotes>
7+
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
8+
<PackageIconUrl></PackageIconUrl>
9+
<PackageProjectUrl>https://github.com/akkadotnet/Hyperion</PackageProjectUrl>
10+
<PackageLicenseUrl>https://github.com/akkadotnet/Hyperion/blob/master/LICENSE</PackageLicenseUrl>
11+
<NoWarn>$(NoWarn);CS1591</NoWarn>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<XunitVersion>2.3.0-beta4-*</XunitVersion>
15+
</PropertyGroup>
16+
</Project>

0 commit comments

Comments
 (0)