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