forked from Xamariners/KVaas.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KVaaS.Net.nuspec
29 lines (29 loc) · 1.14 KB
/
KVaaS.Net.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"?>
<package >
<metadata>
<id>KVaaS.Net</id>
<version>0.0.1</version>
<title>KVaaS.Net - keyvalue.xyz client</title>
<authors>Ben Ishiyama-levy (Xamariners)</authors>
<owners>Ben Ishiyama-levy (Xamariners)</owners>
<description>
The .Net Standard Key Value as a Service (KVaaS) is a library for using the online HTTP key-value store at https://keyvalue.xyz/
</description>
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
<releaseNotes>
- 0.0.1: Initial Release
</releaseNotes>
<summary>
The .Net Standard Key Value as a Service (KVaaS) is a library for using the online HTTP key-value store at https://keyvalue.xyz/
</summary>
<language>en-US</language>
<projectUrl>https://github.com/Xamariners/KVaas.Net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<copyright>Copyright Xamariners 2018</copyright>
<tags>KVaaS KeyValue Store xamarin xamarin.forms NetStandard </tags>
<iconUrl>https://avatars2.githubusercontent.com/u/2474918</iconUrl>
</metadata>
</package>