Skip to content

Commit

Permalink
v7.2.1 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed May 2, 2020
1 parent d5421e3 commit 52968c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.2.1
- Upgrade SourceLink to RTM v1 (fixes building from source for latest .NET Core 3.1.x)
- Bug fix: rare circuit-breaker race condition causing NullReferenceException when circuit throws BrokenCircuitException.

## 7.2.0
- Add test target for netcoreapp3.0.
- Extend PolicyRegistry with concurrent method support, TryAdd, TryRemove, TryUpdate, GetOrAdd, AddOrUpdate; new interface IConcurrentPolicyRegistry
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.2.0
next-version: 7.2.1
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;net461;net472</TargetFrameworks>
<AssemblyName>Polly</AssemblyName>
<RootNamespace>Polly</RootNamespace>
<Version>7.1.1</Version>
<Version>7.2.1</Version>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.1.1.0</FileVersion>
<InformationalVersion>7.1.1.0</InformationalVersion>
<PackageVersion>7.1.1</PackageVersion>
<FileVersion>7.2.1.0</FileVersion>
<InformationalVersion>7.2.1.0</InformationalVersion>
<PackageVersion>7.2.1</PackageVersion>
<Company>App vNext</Company>
<Copyright>Copyright (c) 2020, 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 52968c2

Please sign in to comment.