Skip to content

Commit 38c07eb

Browse files
committed
Update release notes (2.0.0-rc2)
1 parent 35ecde7 commit 38c07eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.build/Build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ foreach ($src in ls ../src/*) {
2020

2121
write-host "build: Packaging project in $src" -ForegroundColor Green
2222

23-
& dotnet msbuild "/t:Restore;Pack" /p:VersionSuffix=beta6 /p:Configuration=Release
23+
& dotnet msbuild "/t:Restore;Pack" /p:VersionSuffix=rc2 /p:Configuration=Release
2424
# & dotnet pack -c Release -o ..\..\artifacts --version-suffix="beta2"
2525
if($LASTEXITCODE -ne 0) { exit 1 }
2626

RELEASENOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.0.0-rc2
2+
3+
- [#289](https://github.com/pardahlman/RawRabbit/pull/289) - Add UseContext pipe extension to respond operation contributed by Paul Tierney ([tiredknees](https://github.com/tiredknees))
4+
- [#263](https://github.com/pardahlman/RawRabbit/issues/263) - Retrying message in case of failure.
5+
6+
Commits: 27b203ec76...35ecde7c03
7+
8+
19
# 2.0.0-rc1
210

311
- [#279](https://github.com/pardahlman/RawRabbit/issues/279) - Re-write of channel management

0 commit comments

Comments
 (0)