Skip to content

Commit

Permalink
v7.0.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Feb 11, 2019
1 parent f8c7dc9 commit 8a1fe6b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 7.0.1
- Explicitly state System.ValueTuple dependency in nuspec (for Net Standard 1.1)
## 7.0.2
- Bug fix for PolicyRegistry (issue affecting v7.0.1 only)

## 7.0.0
## 7.0.1
- Clarify separation of sync and async policies (breaking change)
- Enable extensibility by custom policies hosted external to Polly
- Enable collection initialization syntax for PolicyRegistry
Expand Down
2 changes: 1 addition & 1 deletion GitVersionConfig.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
next-version: 7.0.1
next-version: 7.0.2
4 changes: 2 additions & 2 deletions src/Polly.NetStandard11/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Polly")]
[assembly: AssemblyInformationalVersion("7.0.1.0")]
[assembly: AssemblyFileVersion("7.0.1.0")]
[assembly: AssemblyInformationalVersion("7.0.2.0")]
[assembly: AssemblyFileVersion("7.0.2.0")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: CLSCompliant(true)]

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

[assembly: AssemblyTitle("Polly")]
[assembly: AssemblyInformationalVersion("7.0.1.0")]
[assembly: AssemblyFileVersion("7.0.1.0")]
[assembly: AssemblyInformationalVersion("7.0.2.0")]
[assembly: AssemblyFileVersion("7.0.2.0")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: CLSCompliant(true)]

Expand Down
6 changes: 3 additions & 3 deletions src/Polly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<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>
7.0.1
7.0.2
---------------------
- Explicitly state System.ValueTuple dependency in nuspec (for Net Standard 1.1)
- Bug fix for PolicyRegistry (issue affecting v7.0.1 only)

7.0.0
7.0.1
---------------------
- Clarify separation of sync and async policies (breaking change)
- Enable extensibility by custom policies hosted external to Polly
Expand Down

0 comments on commit 8a1fe6b

Please sign in to comment.