From 38c07eb0bf282e40431630b104245d92762a59b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Dahlman?= Date: Sat, 9 Dec 2017 14:23:58 +0100 Subject: [PATCH] Update release notes (2.0.0-rc2) --- .build/Build.ps1 | 2 +- RELEASENOTES.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.build/Build.ps1 b/.build/Build.ps1 index e87266db..b7131b0a 100644 --- a/.build/Build.ps1 +++ b/.build/Build.ps1 @@ -20,7 +20,7 @@ foreach ($src in ls ../src/*) { write-host "build: Packaging project in $src" -ForegroundColor Green - & dotnet msbuild "/t:Restore;Pack" /p:VersionSuffix=beta6 /p:Configuration=Release + & dotnet msbuild "/t:Restore;Pack" /p:VersionSuffix=rc2 /p:Configuration=Release # & dotnet pack -c Release -o ..\..\artifacts --version-suffix="beta2" if($LASTEXITCODE -ne 0) { exit 1 } diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 03e86889..b6373b3a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,11 @@ +# 2.0.0-rc2 + + - [#289](https://github.com/pardahlman/RawRabbit/pull/289) - Add UseContext pipe extension to respond operation contributed by Paul Tierney ([tiredknees](https://github.com/tiredknees)) + - [#263](https://github.com/pardahlman/RawRabbit/issues/263) - Retrying message in case of failure. + +Commits: 27b203ec76...35ecde7c03 + + # 2.0.0-rc1 - [#279](https://github.com/pardahlman/RawRabbit/issues/279) - Re-write of channel management