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 76d8ff0 commit f779895Copy full SHA for f779895
FastCache/FastCache.csproj
@@ -10,10 +10,10 @@
10
<PackageReadmeFile>README.md</PackageReadmeFile>
11
<RepositoryUrl>https://github.com/jitbit/fastcache</RepositoryUrl>
12
<PackageLicenseFile>LICENSE</PackageLicenseFile>
13
- <Version>1.1.0</Version>
14
- <PackageTags>cache;caching;MemoryCache</PackageTags>
15
- <Description>Fastest in-memoery cache for .NET</Description>
16
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
+ <Version>1.1.1</Version>
+ <PackageTags>cache;caching;MemoryCache</PackageTags>
+ <Description>Fastest in-memory cache for .NET</Description>
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
17
</PropertyGroup>
18
19
<ItemGroup>
0 commit comments