Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronley Plumb committed Apr 24, 2019
1 parent 861cc45 commit f0867c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plumb.Cacher/Plumb.Cacher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Description>An in-memory, thread-safe, self-expiring cache.</Description>
<Copyright>Copyright 2016-2018 Bronley plumb</Copyright>
<PackageProjectUrl>https://github.com/TwitchBronBron/Plumb.Cacher</PackageProjectUrl>
<PackageReleaseNotes>Added support for .NET Core. Fixed several areas that could cause race conditions and deadlocks.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed issue in async resolver that was caching exceptions. Exceptions thrown in async resolvers now cause that cache item to be immediately discarded.</PackageReleaseNotes>
<PackageTags>cache;cacher;caching;expiration;multi-threading;thread-safe;thread-safety;threading;performance;generics;dotnet-core</PackageTags>
<RepositoryUrl>https://github.com/TwitchBronBron/Plumb.Cacher</RepositoryUrl>
<IncludeBuildOutput>true</IncludeBuildOutput>
Expand Down

0 comments on commit f0867c6

Please sign in to comment.