Skip to content

Commit ff87a3e

Browse files
committed
Release v0.1.6
1 parent a7b180a commit ff87a3e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

src/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson/ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>0.1.5</Version>
7+
<Version>0.1.6</Version>
88
<Authors>Jody Donetti</Authors>
99
<Company>Jody Donetti</Company>
1010
<Product>FusionCache</Product>
@@ -23,7 +23,7 @@
2323

2424
<PropertyGroup>
2525
<DocumentationFile>ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson.xml</DocumentationFile>
26-
<PackageReleaseNotes>Dependencies update</PackageReleaseNotes>
26+
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;</PackageReleaseNotes>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

src/ZiggyCreatures.FusionCache.Serialization.SystemTextJson/ZiggyCreatures.FusionCache.Serialization.SystemTextJson.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>0.1.5</Version>
7+
<Version>0.1.6</Version>
88
<Authors>Jody Donetti</Authors>
99
<Company>Jody Donetti</Company>
1010
<Product>FusionCache</Product>
@@ -23,7 +23,7 @@
2323

2424
<PropertyGroup>
2525
<DocumentationFile>ZiggyCreatures.FusionCache.Serialization.SystemTextJson.xml</DocumentationFile>
26-
<PackageReleaseNotes>Dependencies update</PackageReleaseNotes>
26+
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;</PackageReleaseNotes>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>8.0</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>0.1.5</Version>
7+
<Version>0.1.6</Version>
88
<Authors>Jody Donetti</Authors>
99
<Company>Jody Donetti</Company>
1010
<Product>FusionCache</Product>
@@ -20,7 +20,8 @@
2020
<RepositoryType>git</RepositoryType>
2121
<RepositoryUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</RepositoryUrl>
2222
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
23-
<PackageReleaseNotes>- Introduced the plugins subsystem</PackageReleaseNotes>
23+
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;
24+
- removed obsolete TryGetResult&lt;T&gt; type</PackageReleaseNotes>
2425
<PackageReadmeFile>README.md</PackageReadmeFile>
2526
</PropertyGroup>
2627

0 commit comments

Comments
 (0)