Skip to content

Commit 521728b

Browse files
committed
Add v7.1.0 documentation
1 parent ff9c4e7 commit 521728b

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## 7.0.4
1+
## 7.1.0
2+
- Add SourceLink debugger support.
23
- Bug fix: PolicyRegistry with .NET Core services.AddPolicyRegistry() overload (affects Polly v7.0.1-3 only)
34
- Rationalise solution layout
45
- Add explicit .NET framework 4.6.2 and 4.7.2 test runs

GitVersionConfig.yaml

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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,9 @@ For more detail see: [Polly and interfaces](https://github.com/App-vNext/Polly/w
10111011
* [@seanfarrow](https://github.com/SeanFarrow) - Enable collection initialization syntax for PolicyRegistry.
10121012
* [@moerwald](https://github.com/moerwald) - Code clean-ups, usage of more concise C# members.
10131013
* [@cmeeren](https://github.com/cmeeren) - Enable cache policies to cache values of default(TResult).
1014+
* [@aprooks](https://github.com/aprooks) - Build script tweaks for Mac and mono.
1015+
* [@kesmy](https://github.com/Kesmy) - Add Soucelink support, clean up cake build.
1016+
10141017

10151018
# Sample Projects
10161019

src/Polly/Polly.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
55
<AssemblyName>Polly</AssemblyName>
66
<RootNamespace>Polly</RootNamespace>
7-
<Version>7.0.4</Version>
7+
<Version>7.1.0</Version>
88
<AssemblyVersion>7.0.0.0</AssemblyVersion>
9-
<FileVersion>7.0.4.0</FileVersion>
10-
<InformationalVersion>7.0.4.0</InformationalVersion>
11-
<PackageVersion>7.0.4</PackageVersion>
9+
<FileVersion>7.1.0.0</FileVersion>
10+
<InformationalVersion>7.1.0.0</InformationalVersion>
11+
<PackageVersion>7.1.0</PackageVersion>
1212
<Company>App vNext</Company>
1313
<Copyright>Copyright (c) 2019, App vNext</Copyright>
1414
<Description>Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.</Description>

0 commit comments

Comments
 (0)