Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
v2 RTM
Browse files Browse the repository at this point in the history
Bump to v2.0.1 RTM.  Reference Polly v6.0.1 RTM
  • Loading branch information
reisenberger committed May 6, 2018
1 parent 52407e7 commit f6c643a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.1
- Version 2 RTM, for integration to ASPNET Core 2.1 IHttpClientFactory

## 2.0.0-v2alpha
- Publish as strong-named package only (discontinue non-strong-named versions)
- Add .NetStandard 2.0 target
Expand Down
2 changes: 1 addition & 1 deletion GitVersionConfig.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
next-version: 2.0.0
next-version: 2.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Polly" Version="6.0.0-v6alpha0001" />
<PackageReference Include="Polly" Version="6.0.1" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Polly" Version="6.0.0-v6alpha0001" />
<PackageReference Include="Polly" Version="6.0.1" />
</ItemGroup>
<Import Project="..\Polly.Extensions.Http.Shared\Polly.Extensions.Http.Shared.projitems" Label="Shared" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Polly.Extensions.Http")]
[assembly: AssemblyInformationalVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: CLSCompliant(true)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Polly" Version="6.0.0-v6alpha0001" />
<PackageReference Include="Polly" Version="6.0.1" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Polly" Version="6.0.0-v6alpha0001" />
<PackageReference Include="Polly" Version="6.0.1" />
</ItemGroup>
<Import Project="..\Polly.Extensions.Http.Shared\Polly.Extensions.Http.Shared.projitems" Label="Shared" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Polly.Extensions.Http")]
[assembly: AssemblyInformationalVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: CLSCompliant(true)]

Expand Down
8 changes: 6 additions & 2 deletions src/Polly.Extensions.Http.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<tags>HttpClient Exception Handling Resilience Transient Fault Policy</tags>
<copyright>Copyright © 2018, App vNext</copyright>
<releaseNotes>
2.0.1
---------------------
- Version 2 RTM, for integration to ASPNET Core 2.1 IHttpClientFactory

2.0.0-v2alpha
---------------------
- Publish as strong-named package only (discontinue non-strong-named versions)
Expand Down Expand Up @@ -41,11 +45,11 @@
</releaseNotes>
<dependencies>
<group targetFramework="netstandard1.1">
<dependency id="Polly" version="6.0.0-v6alpha0001" />
<dependency id="Polly" version="6.0.1" />
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Polly" version="6.0.0-v6alpha0001" />
<dependency id="Polly" version="6.0.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit f6c643a

Please sign in to comment.