Skip to content

Commit

Permalink
Update release notes (2.0.0-rc2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pardahlman committed Dec 9, 2017
1 parent 35ecde7 commit 38c07eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .build/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 38c07eb

Please sign in to comment.