diff --git a/Hyperion/Hyperion.csproj b/Hyperion/Hyperion.csproj index e5c46eaa..608c63da 100644 --- a/Hyperion/Hyperion.csproj +++ b/Hyperion/Hyperion.csproj @@ -1,16 +1,12 @@  + Hyperion Hyperion, fast binary POCO serializer - Copyright © 2016-2017 Akka.NET Team - 0.9.5 - akkadotnet netstandard1.6;net45 true serialization;poco - https://github.com/akkadotnet/Hyperion - https://github.com/akkadotnet/Hyperion/blob/master/LICENSE 1.6.1 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aaf9c41b..d7cf16d4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. diff --git a/build.fsx b/build.fsx index e3dd2b27..f006098e 100644 --- a/build.fsx +++ b/build.fsx @@ -264,5 +264,6 @@ Target "Nuget" DoNothing // all "BuildRelease" ==> "All" "RunTests" ==> "All" +"Nuget" ==> "All" RunTargetOrDefault "Help" \ No newline at end of file diff --git a/common.props b/common.props new file mode 100644 index 00000000..973e3486 --- /dev/null +++ b/common.props @@ -0,0 +1,16 @@ + + + Copyright © 2016-2017 Akka.NET Team + Akka.NET Team + 0.9.6 + Placeholder + http://getakka.net/images/akkalogo.png + + https://github.com/akkadotnet/Hyperion + https://github.com/akkadotnet/Hyperion/blob/master/LICENSE + $(NoWarn);CS1591 + + + 2.3.0-beta4-* + + \ No newline at end of file