diff --git a/src/GlobalAssemblyInfo.cs b/src/GlobalAssemblyInfo.cs
index ca500b5..d9e6868 100644
--- a/src/GlobalAssemblyInfo.cs
+++ b/src/GlobalAssemblyInfo.cs
@@ -3,7 +3,7 @@ using System.Reflection;
[assembly: AssemblyProduct("Polly.Caching.Distributed")]
[assembly: AssemblyCompany("App vNext")]
[assembly: AssemblyDescription("Polly.Caching.Distributed is a IDistributedCache 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.")]
-[assembly: AssemblyCopyright("Copyright (c) 2017, App vNext")]
+[assembly: AssemblyCopyright("Copyright (c) 2019, App vNext")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
diff --git a/src/Polly.Caching.Distributed.nuspec b/src/Polly.Caching.Distributed.nuspec
index 149790b..8a55ed3 100644
--- a/src/Polly.Caching.Distributed.nuspec
+++ b/src/Polly.Caching.Distributed.nuspec
@@ -11,7 +11,7 @@
https://raw.github.com/App-vNext/Polly/master/Polly.png
https://github.com/App-vNext/Polly.Caching.IDistributedCache
Polly Cache Caching Cache-aside
- Copyright © 2017, App vNext
+ Copyright © 2019, App vNext
2.0.0
---------------------