From 0d0ec2890c5a7f5b954880b052c38442dbd6a024 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 14:09:11 -0500 Subject: [PATCH 1/4] Bump BenchmarkDotNet from 0.11.5 to 0.12.0 (#137) Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.11.5 to 0.12.0. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.11.5...v0.12.0) Signed-off-by: dependabot-preview[bot] --- src/Hyperion.Benchmarks/Hyperion.Benchmarks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hyperion.Benchmarks/Hyperion.Benchmarks.csproj b/src/Hyperion.Benchmarks/Hyperion.Benchmarks.csproj index 2c907735..1cd99f66 100644 --- a/src/Hyperion.Benchmarks/Hyperion.Benchmarks.csproj +++ b/src/Hyperion.Benchmarks/Hyperion.Benchmarks.csproj @@ -7,7 +7,7 @@ - + From 7540c03241385db573c4c5701143a3f07e35b151 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 14:36:42 -0600 Subject: [PATCH 2/4] Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 (#140) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.3.0 to 16.4.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.3...v16.4.0) Signed-off-by: dependabot-preview[bot] --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index f075f912..a43a6029 100644 --- a/src/common.props +++ b/src/common.props @@ -11,7 +11,7 @@ 2.4.1 - 16.3.0 + 16.4.0 1.2.2 \ No newline at end of file From 4d7356fd103dac3423a199dffe46012906c463c4 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 13 Nov 2019 14:55:05 -0600 Subject: [PATCH 3/4] moved Hyperion back to .NET 4.5 (#141) need to do this in order to release a patch that will allow us to run Hyperion in .NET Core 3.0 on Akka.NET v1.3.* --- src/Hyperion/Hyperion.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Hyperion/Hyperion.csproj b/src/Hyperion/Hyperion.csproj index c9a54535..ea82a236 100644 --- a/src/Hyperion/Hyperion.csproj +++ b/src/Hyperion/Hyperion.csproj @@ -4,7 +4,7 @@ Hyperion Hyperion, fast binary POCO serializer - netstandard1.6;netstandard2.0;net452 + netstandard1.6;netstandard2.0;net45 true serialization;poco @@ -19,7 +19,7 @@ - + @@ -33,7 +33,7 @@ $(DefineConstants);NETSTANDARD20 - + $(DefineConstants);SERIALIZATION;UNSAFE;NET45 From cb7c6d0cc4244877cce4916562e67e3f154b438b Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Wed, 13 Nov 2019 16:06:36 -0600 Subject: [PATCH 4/4] added v0.9.11 release notes (#142) --- RELEASE_NOTES.md | 4 ++-- src/common.props | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a8d78fe3..6abf2a45 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,3 @@ -### 0.9.10 October 15 2019 #### +### 0.9.11 November 13 2019 #### -Hyperion now [supports cross-framework communication between .NET Core and .NET Framework](https://github.com/akkadotnet/Hyperion/pull/116). \ No newline at end of file +[Hyperion now targets .NET 4.5 again so it can be included inside Akka.NET v1.3.* releases](https://github.com/akkadotnet/Hyperion/pull/141). \ No newline at end of file diff --git a/src/common.props b/src/common.props index a43a6029..6797e68e 100644 --- a/src/common.props +++ b/src/common.props @@ -2,8 +2,8 @@ Copyright © 2016-2017 Akka.NET Team Akka.NET Team - 0.9.10 - Hyperion now [supports cross-framework communication between .NET Core and .NET Framework](https://github.com/akkadotnet/Hyperion/pull/116). + 0.9.11 + [Hyperion now targets .NET 4.5 again so it can be included inside Akka.NET v1.3.* releases](https://github.com/akkadotnet/Hyperion/pull/141). http://getakka.net/images/akkalogo.png https://github.com/akkadotnet/Hyperion https://github.com/akkadotnet/Hyperion/blob/master/LICENSE