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 fa9ac09 commit c6e16b8Copy full SHA for c6e16b8
Lightweight.Caching/Lightweight.Caching.csproj
@@ -8,7 +8,11 @@
8
<Description>A collection of lightweight caching primitives for .NET</Description>
9
<PackageLicenseFile>LICENSE</PackageLicenseFile>
10
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11
- <Version>0.1.0</Version>
+ <Version>0.8.0</Version>
12
+ <Copyright>Copyright © Alex Peck 2020</Copyright>
13
+ <PackageProjectUrl></PackageProjectUrl>
14
+ <RepositoryUrl>https://github.com/plexcake/Lightweight.Caching</RepositoryUrl>
15
+ <PackageTags>Cache</PackageTags>
16
</PropertyGroup>
17
18
<ItemGroup>
0 commit comments