Skip to content

Commit

Permalink
Prepare for v1.0.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Keller committed Jul 13, 2017
1 parent 3d87512 commit f46dd52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -68,6 +68,9 @@ In addition, you can of course also implement your own custom strategies tailore

## Recent Changes

* v1.0.6.0
* Fix a bug in the `Consumer`'s handling of binary messages which cannot be converted to string -- treat them as bad
messages and apply the configured behavior.
* v1.0.5.0
* Fix a bug in the `InfiniteRepeaterRetryStrategy` which would end up using an intermediate wait time if hopping
between attempts.
Expand Down
2 changes: 1 addition & 1 deletion src/AzureQueueAgentLib/AzureQueueAgentLib.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>aqua.lib</id>
<version>1.0.5.0</version>
<version>1.0.6.0</version>
<title>Azure Queue Agent</title>
<authors>Roger Keller</authors>
<language>en-US</language>
Expand Down
2 changes: 1 addition & 1 deletion src/AzureQueueAgentLib/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]

[assembly: InternalsVisibleTo("Aqua.Lib.Tests, PublicKey=002400000480000094" +
"00000006020000002400005253413100040000010001007df44373ffc570ae5b0d36f1" +
Expand Down

0 comments on commit f46dd52

Please sign in to comment.