Skip to content

Commit 8a1fe6b

Browse files
committed
v7.0.2 release notes
1 parent f8c7dc9 commit 8a1fe6b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 7.0.1
2-
- Explicitly state System.ValueTuple dependency in nuspec (for Net Standard 1.1)
1+
## 7.0.2
2+
- Bug fix for PolicyRegistry (issue affecting v7.0.1 only)
33

4-
## 7.0.0
4+
## 7.0.1
55
- Clarify separation of sync and async policies (breaking change)
66
- Enable extensibility by custom policies hosted external to Polly
77
- Enable collection initialization syntax for PolicyRegistry

GitVersionConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
next-version: 7.0.1
1+
next-version: 7.0.2

src/Polly.NetStandard11/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
using System.Runtime.CompilerServices;
44

55
[assembly: AssemblyTitle("Polly")]
6-
[assembly: AssemblyInformationalVersion("7.0.1.0")]
7-
[assembly: AssemblyFileVersion("7.0.1.0")]
6+
[assembly: AssemblyInformationalVersion("7.0.2.0")]
7+
[assembly: AssemblyFileVersion("7.0.2.0")]
88
[assembly: AssemblyVersion("7.0.0.0")]
99
[assembly: CLSCompliant(true)]
1010

src/Polly.NetStandard20/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
using System.Runtime.CompilerServices;
44

55
[assembly: AssemblyTitle("Polly")]
6-
[assembly: AssemblyInformationalVersion("7.0.1.0")]
7-
[assembly: AssemblyFileVersion("7.0.1.0")]
6+
[assembly: AssemblyInformationalVersion("7.0.2.0")]
7+
[assembly: AssemblyFileVersion("7.0.2.0")]
88
[assembly: AssemblyVersion("7.0.0.0")]
99
[assembly: CLSCompliant(true)]
1010

src/Polly.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<tags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization</tags>
1414
<copyright>Copyright © 2018, App vNext</copyright>
1515
<releaseNotes>
16-
7.0.1
16+
7.0.2
1717
---------------------
18-
- Explicitly state System.ValueTuple dependency in nuspec (for Net Standard 1.1)
18+
- Bug fix for PolicyRegistry (issue affecting v7.0.1 only)
1919

20-
7.0.0
20+
7.0.1
2121
---------------------
2222
- Clarify separation of sync and async policies (breaking change)
2323
- Enable extensibility by custom policies hosted external to Polly

0 commit comments

Comments
 (0)