1
0
Форкнуть 0
This commit is contained in:
reisenberger 2019-01-25 18:11:32 +00:00 коммит произвёл Dylan Reisenberger
Родитель 62d42193f8
Коммит 934549bbcb
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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")]

Просмотреть файл

@ -11,7 +11,7 @@
<iconUrl>https://raw.github.com/App-vNext/Polly/master/Polly.png</iconUrl>
<projectUrl>https://github.com/App-vNext/Polly.Caching.IDistributedCache</projectUrl>
<tags>Polly Cache Caching Cache-aside</tags>
<copyright>Copyright © 2017, App vNext</copyright>
<copyright>Copyright © 2019, App vNext</copyright>
<releaseNotes>
2.0.0
---------------------