Skip to content

Commit

Permalink
Version bump for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti committed Jun 5, 2021
1 parent a3e215d commit 68fca15
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 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.3</Version>
<Version>0.1.4</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -17,8 +17,8 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RootNamespace>ZiggyCreatures.FusionCaching.Serialization.NewtonsoftJson</RootNamespace>
<PackageProjectUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</PackageProjectUrl>
<RepositoryUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
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.3</Version>
<Version>0.1.4</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -27,18 +27,18 @@
</PropertyGroup>

<ItemGroup>
<None Include="artwork\logo-128x128.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="4.7.2" />
<ProjectReference Include="..\ZiggyCreatures.FusionCache\ZiggyCreatures.FusionCache.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ZiggyCreatures.FusionCache\ZiggyCreatures.FusionCache.csproj" />
<None Include="artwork\logo-128x128.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
18 changes: 3 additions & 15 deletions src/ZiggyCreatures.FusionCache/ZiggyCreatures.FusionCache.csproj
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.3.1-events</Version>
<Version>0.1.4</Version>
<Authors>Jody Donetti</Authors>
<Company>Jody Donetti</Company>
<Product>FusionCache</Product>
Expand All @@ -20,25 +20,13 @@
<PackageProjectUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jodydonetti/ZiggyCreatures.FusionCache</RepositoryUrl>
</PropertyGroup>

<PropertyGroup>
<DocumentationFile>ZiggyCreatures.FusionCache.xml</DocumentationFile>
<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
- Introduced the events system
- Some perf optimizations
</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<None Include="artwork\logo-128x128.png">
<Pack>True</Pack>
Expand Down

0 comments on commit 68fca15

Please sign in to comment.