Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Aug 1, 2021
1 parent a7b180a commit ff87a3e
Show file tree
Hide file tree
Showing 3 changed files with 7 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.5</Version>
<Version>0.1.6</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>Dependencies update</PackageReleaseNotes>
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;</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.5</Version>
<Version>0.1.6</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>Dependencies update</PackageReleaseNotes>
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;</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.5</Version>
<Version>0.1.6</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -20,7 +20,8 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</RepositoryUrl>
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
<PackageReleaseNotes>- Introduced the plugins subsystem</PackageReleaseNotes>
<PackageReleaseNotes>- switched from Task&lt;T&gt; to ValueTask&lt;T&gt;
- removed obsolete TryGetResult&lt;T&gt; type</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit ff87a3e

Please sign in to comment.