We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdbb0a commit f1d7d51Copy full SHA for f1d7d51
src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj
@@ -23,9 +23,13 @@
23
24
<PropertyGroup>
25
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
26
- <PackageReleaseNotes>Added a fail-safe default value.
27
-Added a GetOrDefault<T> overload with a direct value (instead of a factory).
28
-Perf optimizations.</PackageReleaseNotes>
+ <PackageReleaseNotes>
+ - Introduced a generic MaybeValue<T> type
+ - Better TryGet<T>
29
+ - Added a fail-safe default value to GetOrSet<T>
30
+ - Added a GetOrSet<T> overload with a direct value (instead of a factory)
31
+ - Perf optimizations
32
+ </PackageReleaseNotes>
33
</PropertyGroup>
34
35
<ItemGroup>
0 commit comments