Skip to content

Commit

Permalink
Document issue 510 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Nov 11, 2018
1 parent fc93b15 commit 4379f4b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 6.1.1
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 510)

## 6.1.0
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 463)
- Bug Fix: CachePolicy behaviour with non-nullable types (issues 472, 475)
Expand Down
2 changes: 1 addition & 1 deletion GitVersionConfig.yaml
@@ -1 +1 @@
next-version: 6.1.0
next-version: 6.1.1
4 changes: 2 additions & 2 deletions src/Polly.NetStandard11/Properties/AssemblyInfo.cs
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Polly")]
[assembly: AssemblyInformationalVersion("6.1.0.0")]
[assembly: AssemblyFileVersion("6.1.0.0")]
[assembly: AssemblyInformationalVersion("6.1.1.0")]
[assembly: AssemblyFileVersion("6.1.1.0")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: CLSCompliant(true)]

Expand Down
4 changes: 2 additions & 2 deletions src/Polly.NetStandard20/Properties/AssemblyInfo.cs
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Polly")]
[assembly: AssemblyInformationalVersion("6.1.0.0")]
[assembly: AssemblyFileVersion("6.1.0.0")]
[assembly: AssemblyInformationalVersion("6.1.1.0")]
[assembly: AssemblyFileVersion("6.1.1.0")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: CLSCompliant(true)]

Expand Down
4 changes: 4 additions & 0 deletions src/Polly.nuspec
Expand Up @@ -13,6 +13,10 @@
<tags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization</tags>
<copyright>Copyright © 2018, App vNext</copyright>
<releaseNotes>
6.1.1
---------------------
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap (issue 510)

6.1.0
---------------------
- Bug Fix: Context.PolicyKey behaviour in PolicyWrap
Expand Down

0 comments on commit 4379f4b

Please sign in to comment.