File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
Polly.NetStandard11/Properties
Polly.NetStandard20/Properties Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.0.1
2
+ - Explicitly state System.ValueTuple dependency in nuspec (for Net Standard 1.1)
3
+
1
4
## 7.0.0
2
5
- Clarify separation of sync and async policies (breaking change)
3
6
- Enable extensibility by custom policies hosted external to Polly
Original file line number Diff line number Diff line change 1
- next-version : 7.0.0
1
+ next-version : 7.0.1
Original file line number Diff line number Diff line change 3
3
using System . Runtime . CompilerServices ;
4
4
5
5
[ assembly: AssemblyTitle ( "Polly" ) ]
6
- [ assembly: AssemblyInformationalVersion ( "7.0.0 .0" ) ]
7
- [ assembly: AssemblyFileVersion ( "7.0.0 .0" ) ]
6
+ [ assembly: AssemblyInformationalVersion ( "7.0.1 .0" ) ]
7
+ [ assembly: AssemblyFileVersion ( "7.0.1 .0" ) ]
8
8
[ assembly: AssemblyVersion ( "7.0.0.0" ) ]
9
9
[ assembly: CLSCompliant ( true ) ]
10
10
Original file line number Diff line number Diff line change 3
3
using System . Runtime . CompilerServices ;
4
4
5
5
[ assembly: AssemblyTitle ( "Polly" ) ]
6
- [ assembly: AssemblyInformationalVersion ( "7.0.0 .0" ) ]
7
- [ assembly: AssemblyFileVersion ( "7.0.0 .0" ) ]
6
+ [ assembly: AssemblyInformationalVersion ( "7.0.1 .0" ) ]
7
+ [ assembly: AssemblyFileVersion ( "7.0.1 .0" ) ]
8
8
[ assembly: AssemblyVersion ( "7.0.0.0" ) ]
9
9
[ assembly: CLSCompliant ( true ) ]
10
10
Original file line number Diff line number Diff line change 13
13
<tags >Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization</tags >
14
14
<copyright >Copyright © 2018, App vNext</copyright >
15
15
<releaseNotes >
16
+ 7.0.1
17
+ ---------------------
18
+ - Explicitly state System.ValueTuple dependency in nuspec (for Net Standard 1.1)
19
+
16
20
7.0.0
17
21
---------------------
18
22
- Clarify separation of sync and async policies (breaking change)
168
172
<dependencies >
169
173
<group targetFramework =" netstandard1.1" >
170
174
<dependency id =" NETStandard.Library" version =" 1.6.1" />
175
+ <dependency id =" System.ValueTuple" version =" 4.5.0" />
171
176
</group >
172
177
<group targetFramework =" netstandard2.0" />
173
178
</dependencies >
You can’t perform that action at this time.
0 commit comments