Skip to content

Commit

Permalink
Add hedging to package tags
Browse files Browse the repository at this point in the history
Add a tag for hedging to the NuGet packages.
  • Loading branch information
martincostello committed Jun 15, 2023
1 parent 0d8061d commit 86b562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Library.targets
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/App-vNext/Polly</PackageProjectUrl>
<PackageTags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization</PackageTags>
<PackageTags>Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization Hedging</PackageTags>
<PackageReleaseNotes>See https://github.com/App-vNext/Polly/blob/master/CHANGELOG.md for details</PackageReleaseNotes>
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit 86b562d

Please sign in to comment.