-
Notifications
You must be signed in to change notification settings - Fork 12
/
Sources.nuspec
29 lines (29 loc) · 1.37 KB
/
Sources.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata minClientVersion="3.3.0">
<id>FluidCaching.Sources</id>
<title>FluidCaching (Source-Only)</title>
<version>1.2.1-supportpackagere0001</version>
<owners>Dennis Doomen</owners>
<authors>Dennis Doomen</authors>
<summary>
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1 and shipped as source-only NuGet package.
</summary>
<description>
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1 and shipped as source-only NuGet package.
Read http://www.continuousimprover.com/2016/02/a-least-recently-used-cache-that-you.html for some background information.
</description>
<language>en-US</language>
<licenseUrl>https://github.com/dennisdoomen/FluidCaching</licenseUrl>
<projectUrl>https://github.com/dennisdoomen/FluidCaching</projectUrl>
<tags>LRU Caching</tags>
<copyright>Copyright Dennis Doomen 2015-2018</copyright>
<releaseNotes>
See https://github.com/dennisdoomen/FluidCaching/releases
</releaseNotes>
</metadata>
<files>
<file src="artifacts/FluidCaching.cs" target="contentFiles/cs/any/" />
<file src="artifacts\FluidCaching.cs" target="content/App_Packages/FluidCaching.Sources" />
</files>
</package>