Skip to content

Commit

Permalink
Add README line and minor tick version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankatronic committed Apr 7, 2019
1 parent a10a4ce commit e949e04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Please also make sure all feature additions have a corresponding unit test.

## Release notes:

v6.0.4 (Netstd only)
- fix bug that would cause the ServiceBusCommunicationListener to close before all messages are processed, when MaxConcurrentCalls is greater than 1.

v6.0.3 (Netstd only)
- add IServiceBusCommunicationListener to DefaultServiceBusMessageReceiver

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Receive BrokeredMessages in ServiceFabric Services through Service Bus. Add this package to your Reliable Service projects. The ServiceFabric.ServiceBus.Services Class Library can be used in conjunction with ServiceFabric.ServiceBus.Clients (optional)</Description>
<Copyright>2019</Copyright>
<VersionPrefix>6.0.3</VersionPrefix>
<VersionPrefix>6.0.4</VersionPrefix>
<Authors>Loek Duys</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
Expand Down

0 comments on commit e949e04

Please sign in to comment.