Skip to content

Commit

Permalink
Finalise v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Jan 9, 2020
1 parent c511d20 commit 994edec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@
- Extend tests on original jitter policy to cover range of seed values
- Modernise build
- Add SourceLink support
- Improve .NET Framework support: Add explicit targets for .NET Framework 4.6.1 and 4.7.2, to match Polly v7.2.0.

## 1.0.0
- Launch version
2 changes: 1 addition & 1 deletion GitVersionConfig.yaml
@@ -1 +1 @@
next-version: 1.0.0
next-version: 1.1.0
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<!-- The Polly dependency is artificial right now, nothing uses it. -->
<!--<PackageReference Include="Polly" Version="7.1.0" />-->
<!--<PackageReference Include="Polly" Version="7.2.0" />-->
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.1" PrivateAssets="All" />
Expand Down

0 comments on commit 994edec

Please sign in to comment.