Skip to content

Commit b91c901

Browse files
committed
Update copyright year
1 parent f317cff commit b91c901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.Memory")]
44
[assembly: AssemblyCompany("App vNext")]
55
[assembly: AssemblyDescription("Polly.Caching.Memory 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) 2018, App vNext")]
6+
[assembly: AssemblyCopyright("Copyright (c) 2019, App vNext")]
77

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

src/Polly.Caching.Memory.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<iconUrl>https://raw.github.com/App-vNext/Polly/master/Polly.png</iconUrl>
1212
<projectUrl>https://github.com/App-vNext/Polly.Caching.MemoryCache</projectUrl>
1313
<tags>Polly Cache Caching Cache-aside</tags>
14-
<copyright>Copyright © 2018, App vNext</copyright>
14+
<copyright>Copyright © 2019, App vNext</copyright>
1515
<releaseNotes>
1616
2.0.1
1717
---------------------

0 commit comments

Comments
 (0)