Skip to content

Commit

Permalink
Better v0.1.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Apr 3, 2021
1 parent 1cdbb0a commit f1d7d51
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
<PackageReleaseNotes>Added a fail-safe default value.
Added a GetOrDefault&lt;T&gt; overload with a direct value (instead of a factory).
Perf optimizations.</PackageReleaseNotes>
<PackageReleaseNotes>
- Introduced a generic MaybeValue&lt;T&gt; type
- Better TryGet&lt;T&gt;
- Added a fail-safe default value to GetOrSet&lt;T&gt;
- Added a GetOrSet&lt;T&gt; overload with a direct value (instead of a factory)
- Perf optimizations
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f1d7d51

Please sign in to comment.