Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit de1602e

Browse files
committed
Update SS.Text NuGet description
1 parent b345867 commit de1602e

File tree

3 files changed

+4
-38
lines changed

3 files changed

+4
-38
lines changed

NuGet.Pcl/ServiceStack.Text.Pcl/servicestack.text.pcl.nuspec

Lines changed: 0 additions & 26 deletions
This file was deleted.

NuGet.Signed/ServiceStack.Text.Signed/servicestack.text.signed.nuspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
1010
<description>
1111
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
12-
Benchmarks at: http://servicestack.net/benchmarks/
13-
Includes the String and Stream functionality for all the ServiceStack projects including:
14-
- T.Dump() generic extension method for easy dbugging and introspection of types
15-
- WebRequest, List, Dictionary and DateTime extensions
12+
Contains ServiceStack's high-performance text-processing powers, for more info see: https://servicestack.net/text
1613
</description>
1714
<projectUrl>https://github.com/ServiceStack/ServiceStack.Text</projectUrl>
1815
<licenseUrl>https://servicestack.net/terms</licenseUrl>
1916
<requireLicenseAcceptance>true</requireLicenseAcceptance>
2017
<iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
2118
<tags>JSON Text Serializer CSV JSV Dump PrettyPrint Fast</tags>
2219
<language>en-US</language>
23-
<copyright>ServiceStack 2013 and contributors</copyright>
20+
<copyright>ServiceStack 2016 and contributors</copyright>
2421
</metadata>
2522
<files>
2623
<file src="lib\**\*.*" target="lib" />

NuGet/ServiceStack.Text/servicestack.text.nuspec

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
1010
<description>
1111
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
12-
Benchmarks at: http://servicestack.net/benchmarks/
13-
Includes the String and Stream functionality for all the ServiceStack projects including:
14-
- T.Dump() generic extension method for easy dbugging and introspection of types
15-
- WebRequest, List, Dictionary and DateTime extensions
16-
17-
To revert back to the previous BSD ServiceStack v3, see https://github.com/ServiceStackV3/ServiceStackV3
12+
Contains ServiceStack's high-performance text-processing powers, for more info see: https://servicestack.net/text
1813
</description>
1914
<projectUrl>https://github.com/ServiceStack/ServiceStack.Text</projectUrl>
2015
<licenseUrl>https://servicestack.net/terms</licenseUrl>
2116
<requireLicenseAcceptance>true</requireLicenseAcceptance>
2217
<iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
2318
<tags>JSON Text Serializer CSV JSV Dump PrettyPrint Fast</tags>
2419
<language>en-US</language>
25-
<copyright>ServiceStack 2015 and contributors</copyright>
20+
<copyright>ServiceStack 2016 and contributors</copyright>
2621
</metadata>
2722
<files>
2823
<file src="lib\**\*.*" target="lib" />

0 commit comments

Comments
 (0)