From 92d4d4d85e5321cb136ad3cd0bb2bf1d176d6d9a Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 24 Jul 2018 16:51:41 -0500 Subject: [PATCH] added v1.2.2 release notes --- RELEASE_NOTES.md | 4 ++++ src/common.props | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0023f005..e06f33e8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### v1.2.2 July 24 2018 +* [Bug: unable to propagate --concurrent setting to .NET Core executables via dotnet nbench](https://github.com/petabridge/NBench/issues/250) - fixed. +* [.Net Core: NU1605 Detected package downgrade: System.Reflection.TypeExtensions](https://github.com/petabridge/NBench/issues/246) - fixed. + #### v1.2.1 July 11 2018 Fixed an issue with the `dotnet-nbench` package where it missed a required runtime in order to execute against .NET Core 2.* projects. diff --git a/src/common.props b/src/common.props index 31e08747..90ba86db 100644 --- a/src/common.props +++ b/src/common.props @@ -2,8 +2,9 @@ Copyright © 2015-2018 Petabridge Petabridge - 1.2.1 - Fixed an issue with the `dotnet-nbench` package where it missed a required runtime in order to execute against .NET Core 2.* projects. + 1.2.2 + [Bug: unable to propagate --concurrent setting to .NET Core executables via dotnet nbench](https://github.com/petabridge/NBench/issues/250) - fixed. +[.Net Core: NU1605 Detected package downgrade: System.Reflection.TypeExtensions](https://github.com/petabridge/NBench/issues/246) - fixed. https://github.com/petabridge/NBench