forked from ServiceStack/ServiceStack.Text
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservicestack.text.nuspec
More file actions
29 lines (28 loc) · 1.47 KB
/
Copy pathservicestack.text.nuspec
File metadata and controls
29 lines (28 loc) · 1.47 KB
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
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Text</id>
<title>.NET's fastest JSON Serializer by ServiceStack</title>
<version>3.9.32</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>.NET's fastest JSON, JSV and CSV Text Serializers (3x faster than JSON.NET)</summary>
<description>
.NET's fastest JSON, JSV and CSV Text Serializers (3x faster than JSON.NET). Fast, Light, Resilient.
Benchmarks at: http://servicestack.net/benchmarks/
Includes the String and Stream functionality for all the ServiceStack projects including:
- T.Dump() generic extension method for easy dbugging and introspection of types
- WebRequest, List, Dictionary and DateTime extensions
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.Text</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack.Text/blob/master/LICENSE</licenseUrl>
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
<tags>JSON Text Serializer CSV JSV Dump PrettyPrint Fast</tags>
<language>en-US</language>
<copyright>ServiceStack 2012 and contributors</copyright>
</metadata>
<files>
<file src="lib\**\*.*" target="lib" />
<file src="..\src\**\*.cs" target="src" />
</files>
</package>