Skip to content

Commit ea8b975

Browse files
committed
Nuspec formatting and copyright year
1 parent 85e4503 commit ea8b975

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/GlobalAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[assembly: AssemblyProduct("Polly.Caching.MemoryCache")]
44
[assembly: AssemblyCompany("App vNext")]
55
[assembly: AssemblyDescription("Polly.Caching.MemoryCache is a MemoryCache plug-in for the Polly CachePolicy. Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.")]
6-
[assembly: AssemblyCopyright("Copyright (c) 2017, App vNext")]
6+
[assembly: AssemblyCopyright("Copyright (c) 2018, App vNext")]
77

88
#if DEBUG
99
[assembly: AssemblyConfiguration("Debug")]

src/Polly.Caching.MemoryCache.nuspec

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,24 @@
1010
<licenseUrl>https://raw.github.com/App-vNext/Polly/master/LICENSE.txt</licenseUrl>
1111
<iconUrl>https://raw.github.com/App-vNext/Polly/master/Polly.png</iconUrl>
1212
<projectUrl>https://github.com/App-vNext/Polly.Caching.MemoryCache</projectUrl>
13-
<tags>Exception Handling Resilience Transient Fault Policy Cache Aside Cache-aside</tags>
14-
<copyright>Copyright © 2017, App vNext</copyright>
13+
<tags>Polly Cache Caching Cache-aside</tags>
14+
<copyright>Copyright © 2018, App vNext</copyright>
1515
<releaseNotes>
16-
## 1.0-RC
17-
16+
1.0-RC
17+
---------------------
1818
- Upgrade to Polly v5.4.0
1919
- Correctly state RC dependency (Polly v5.4.0)
2020

21-
## 0.2-alpha
21+
0.2-alpha
22+
---------------------
2223

2324
- Upgrade to msbuild15 build process
2425
- Upgrade to Polly v5.3.1
2526

26-
## 0.1-alpha
27-
27+
0.1-alpha
28+
---------------------
2829
- Stub repo for Polly.Caching.MemoryCache with first build script
30+
2931
</releaseNotes>
3032
<dependencies>
3133
<group targetFramework="net45">

0 commit comments

Comments
 (0)