We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbd251 commit 841d7baCopy full SHA for 841d7ba
Directory.Build.props
@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project>
3
+ <PropertyGroup>
4
+ <AssemblyOriginatorKeyFile>..\Lightweight.snk</AssemblyOriginatorKeyFile>
5
+ <SignAssembly>true</SignAssembly>
6
+ </PropertyGroup>
7
+</Project>
Lightweight.Caching/Lightweight.Caching.csproj
@@ -8,7 +8,7 @@
8
<Description>A collection of lightweight caching primitives for .NET</Description>
9
<PackageLicenseFile>LICENSE</PackageLicenseFile>
10
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11
- <Version>0.8.0</Version>
+ <Version>0.9.0</Version>
12
<Copyright>Copyright © Alex Peck 2020</Copyright>
13
<PackageProjectUrl></PackageProjectUrl>
14
<RepositoryUrl>https://github.com/plexcake/Lightweight.Caching</RepositoryUrl>
Lightweight.snk
596 Bytes
0 commit comments