-
Notifications
You must be signed in to change notification settings - Fork 40
/
BinaryRage.nuspec
31 lines (30 loc) · 1.66 KB
/
BinaryRage.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
30
31
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>@project@</id>
<version>@build.number@</version>
<title>@project@</title>
<authors>Michael Christensen</authors>
<owners>phantomtypist</owners>
<licenseUrl>https://github.com/mchidk/BinaryRage</licenseUrl>
<projectUrl>https://github.com/mchidk/BinaryRage</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>BinaryRage - the ultra fast .NET key/value store.
- BinaryRage is designed to be a lightweight ultra fast key/value store for .NET with no dependencies
- It's production-ready - already in several large production-environments
- Supports complex objects out of the box (and lists of objects)
- 100% FREE and open (no paid pro version or anything lame like that)
- No configuration, no strange driver/connector, no server, no setup - simply reference the dll and start using it in less than a minute.
- Created it because I think there is a huge need for a very simple key/value store
- If you hate writing boilerplate code - you will love BinaryRage</description>
<summary>BinaryRage - the ultra fast .NET key/value store.</summary>
<releaseNotes />
<copyright>2013, Michael Christensen</copyright>
<language>en-US</language>
<tags>NOSQL cache KeyValueStore ObjectSerialization ObjectSerializer database fast</tags>
</metadata>
<files>
<file src="BinaryRage.dll" target="lib\net40\BinaryRage.dll" />
<file src="BinaryRage.pdb" target="lib\net40\BinaryRage.pdb" />
</files>
</package>