Skip to content

Commit

Permalink
RockLib.Messaging version 2.0.0-alpha14
Browse files Browse the repository at this point in the history
- Adds an `Error` event to the `IReceiver` interface.
- The `IMessageHandler` interface is now async. Added additional asynchronous `IReceiver.Start` extension method overloads.
  • Loading branch information
Brian Friesen committed Dec 19, 2018
1 parent 749b24f commit eb98cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RockLib.Messaging/RockLib.Messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<PackageId>RockLib.Messaging</PackageId>
<PackageVersion>2.0.0-alpha13</PackageVersion>
<PackageVersion>2.0.0-alpha14</PackageVersion>
<Authors>Quicken Loans</Authors>
<Description>A simple API for sending and receiving messages.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit eb98cca

Please sign in to comment.