-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSrkSekvap.nuspec
34 lines (29 loc) · 1.35 KB
/
SrkSekvap.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
32
33
34
<?xml version="1.0"?>
<package>
<metadata>
<id>SrkSekvap</id>
<version>2.0.0</version>
<title>Sekvap-dotnet</title>
<authors>SandRock, HiinoFW</authors>
<owners>SandRock</owners>
<!--<licenseUrl>https://github.com/sandrock/Sekvap-dotnet/blob/master/LICENSE</licenseUrl>-->
<license type="expression">LGPL-3.0-or-later</license>
<projectUrl>https://github.com/sandrock/Sekvap-dotnet</projectUrl>
<iconUrl>https://raw.githubusercontent.com/sandrock/Sekvap-dotnet/master/res/logo-200.png</iconUrl>
<icon>images/icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A simple Key/Value language "Sekvap" implemented for .NET.</summary>
<description><![CDATA[This thing converts this kind of strings into a IList<KeyValuePair<string, string>>.
Main value;Key1=Value 1;Key2=Value 2;Key2=Value 2 again
Why Sekvap?
Sekvap is easy to read, easy to parse and easy to store.
Sekvap is lighter than JSON or XML. It does not provide any depth though.
License: LGPL.]]></description>
<releaseNotes><![CDATA[Fixed bug reported in commit 759fd381. Faster code. ]]></releaseNotes>
<copyright>Copyright © SandRock 2015</copyright>
<tags>serializer sekvap key-value</tags>
<dependencies>
<group targetFramework=".NETPortable0.0-Profile344" />
</dependencies>
</metadata>
</package>