Skip to content

Commit

Permalink
v2.0.0-preview-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Nov 14, 2024
1 parent f43062b commit e21252e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ZiggyCreatures.FusionCache/FusionCacheDiagnostics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class FusionCacheDiagnostics
/// <summary>
/// The current version of FusionCache.
/// </summary>
public const string FusionCacheVersion = "2.0.0-preview-1";
public const string FusionCacheVersion = "2.0.0-preview-2";

/// <summary>
/// The activity source name for FusionCache.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>2.0.0-preview-1</Version>
<Version>2.0.0-preview-2</Version>
<PackageId>ZiggyCreatures.FusionCache</PackageId>
<Description>FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.</Description>
<PackageTags>caching;cache;hybrid;hybrid-cache;hybridcache;multi-level;multilevel;fusion;fusioncache;fusion-cache;performance;async;ziggy</PackageTags>
Expand All @@ -11,6 +11,7 @@
<PackageReleaseNotes>
- Add: Tagging support (preview)
- Add: Clear() support (preview)
- Add: new IncludeTagsInLogs option
- Update: package dependencies
</PackageReleaseNotes>
<!--
Expand Down

0 comments on commit e21252e

Please sign in to comment.