Skip to content

Commit

Permalink
Release notes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Feb 26, 2021
1 parent d39d52b commit 6ff0641
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1</Version>
<Version>0.1.2</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>Better cpu/memory perf + big refactoring with one (last!) namespace change</PackageReleaseNotes>
<PackageReleaseNotes>Bugfix for non deserializable metadata while using System.Text.Json serializer</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.1</Version>
<Version>0.1.2</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>Better cpu/memory perf + big refactoring with one (last!) namespace change</PackageReleaseNotes>
<PackageReleaseNotes>Bugfix for non deserializable metadata while using System.Text.Json serializer</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.1</Version>
<Version>0.1.2</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -23,7 +23,7 @@

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
<PackageReleaseNotes>Better cpu/memory perf + big refactoring with one (last!) namespace change</PackageReleaseNotes>
<PackageReleaseNotes>Bugfix for non deserializable metadata while using System.Text.Json serializer</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6ff0641

Please sign in to comment.