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

Commit

Permalink
Merge pull request #16 from reisenberger/v103stable
Browse files Browse the repository at this point in the history
First full release
  • Loading branch information
joelhulen authored Apr 14, 2018
2 parents ea1b118 + 4312beb commit 9b97e08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.3
- RTM version

## 1.0.2-rc1
- Reference Polly v5.9.0
- Update xUnit and FluentAssertions dependencies
Expand Down
2 changes: 1 addition & 1 deletion GitVersionConfig.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
next-version: 1.0.2-rc1
next-version: 1.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Polly.Extensions.Http")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: CLSCompliant(true)]

[assembly: InternalsVisibleTo("Polly.Extensions.Http.NetStandard11-Signed.Specs")]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("Polly.Extensions.Http")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: CLSCompliant(true)]

[assembly: InternalsVisibleTo("Polly.Extensions.Http.NetStandard11.Specs")]
4 changes: 4 additions & 0 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>
1.0.3
---------------------
- RTM version

1.0.2-rc1
---------------------
- Reference Polly v5.9.0
Expand Down

0 comments on commit 9b97e08

Please sign in to comment.