Skip to content

Commit c24df90

Browse files
SeanFarrowreisenberger
authored andcommitted
Increment the next git version to v2.0.0.
Update the change log and NuGet release notes.
1 parent 6409eda commit c24df90

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Polly.Caching.MemoryCache change log
22

3+
## 2.0.0
4+
- The namespaces have changed from Polly.Caching.MemoryCache to Polly.Caching.Memory.
5+
- removed .net 4 and 4.5 support and added .net standard 2.0 as a target framework.
6+
- Removed all the projects with the -signed suffix.
7+
- Reference Polly version 6.0.1.
8+
39
## 1.1.0
410

511
- Polly.Caching.MemoryCache-Signed now references Polly-Signed

GitVersionConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
next-version: 1.1.0
1+
next-version: 2.0.0

src/Polly.Caching.Memory.nuspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<tags>Polly Cache Caching Cache-aside</tags>
1414
<copyright>Copyright © 2018, App vNext</copyright>
1515
<releaseNotes>
16+
2.0.0
17+
---------------------
18+
- we now reference Polly version 6.0.1.
19+
- The namespaces have changed from Polly.Caching.MemoryCache to Polly.Caching.Memory.
20+
- .net 4 and 4.5 support has been removed with .net standard 2.0 added
21+
1622
1.1.0
1723
---------------------
1824
- Polly.Caching.MemoryCache-Signed now references Polly-Signed

0 commit comments

Comments
 (0)