Skip to content

Commit

Permalink
Change version to 7.2.4
Browse files Browse the repository at this point in the history
Change version to 7.2.4 for next release.
  • Loading branch information
martincostello committed Jan 17, 2022
1 parent 1a5e00c commit dfa9040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GitVersionConfig.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
next-version: 7.3.1
next-version: 7.2.4
8 changes: 4 additions & 4 deletions src/Polly/Polly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.1;netstandard2.0;net461;net472</TargetFrameworks>
<Version>7.3.1</Version>
<Version>7.2.4</Version>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.3.1.0</FileVersion>
<InformationalVersion>7.3.1.0</InformationalVersion>
<PackageVersion>7.3.1</PackageVersion>
<FileVersion>7.2.4.0</FileVersion>
<InformationalVersion>7.2.4.0</InformationalVersion>
<PackageVersion>7.2.4</PackageVersion>
<Company>App vNext</Company>
<Copyright>Copyright (c) $([System.DateTime]::Now.ToString(yyyy)), 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 dfa9040

Please sign in to comment.