Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Apr 3, 2021
1 parent 5c3b29c commit 1cdbb0a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -23,7 +23,7 @@

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.xml</DocumentationFile>
<PackageReleaseNotes>Bugfix for non deserializable metadata while using System.Text.Json serializer</PackageReleaseNotes>
<PackageReleaseNotes>Dependencies update</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -23,7 +23,7 @@

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.Serialization.SystemTextJson.xml</DocumentationFile>
<PackageReleaseNotes>Bugfix for non deserializable metadata while using System.Text.Json serializer</PackageReleaseNotes>
<PackageReleaseNotes>Dependencies update</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -23,7 +23,9 @@

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
<PackageReleaseNotes>Bugfix for non deserializable metadata while using System.Text.Json serializer</PackageReleaseNotes>
<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>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cdbb0a

Please sign in to comment.