Skip to content

Commit

Permalink
Add v7.1.0 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Mar 13, 2019
1 parent ff9c4e7 commit 521728b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 7.0.4
## 7.1.0
- Add SourceLink debugger support.
- Bug fix: PolicyRegistry with .NET Core services.AddPolicyRegistry() overload (affects Polly v7.0.1-3 only)
- Rationalise solution layout
- Add explicit .NET framework 4.6.2 and 4.7.2 test runs
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.4
next-version: 7.1.0
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,9 @@ For more detail see: [Polly and interfaces](https://github.com/App-vNext/Polly/w
* [@seanfarrow](https://github.com/SeanFarrow) - Enable collection initialization syntax for PolicyRegistry.
* [@moerwald](https://github.com/moerwald) - Code clean-ups, usage of more concise C# members.
* [@cmeeren](https://github.com/cmeeren) - Enable cache policies to cache values of default(TResult).
* [@aprooks](https://github.com/aprooks) - Build script tweaks for Mac and mono.
* [@kesmy](https://github.com/Kesmy) - Add Soucelink support, clean up cake build.

# Sample Projects

Expand Down
8 changes: 4 additions & 4 deletions src/Polly/Polly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
<AssemblyName>Polly</AssemblyName>
<RootNamespace>Polly</RootNamespace>
<Version>7.0.4</Version>
<Version>7.1.0</Version>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.0.4.0</FileVersion>
<InformationalVersion>7.0.4.0</InformationalVersion>
<PackageVersion>7.0.4</PackageVersion>
<FileVersion>7.1.0.0</FileVersion>
<InformationalVersion>7.1.0.0</InformationalVersion>
<PackageVersion>7.1.0</PackageVersion>
<Company>App vNext</Company>
<Copyright>Copyright (c) 2019, App vNext</Copyright>
<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>
Expand Down

0 comments on commit 521728b

Please sign in to comment.