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

Commit 827b455

Browse files
committed
Add notice that Pcl NuGet pkg is deprecated
1 parent d3ff083 commit 827b455

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66
<version>4.0.0</version>
77
<authors>Service Stack</authors>
88
<owners>Service Stack</owners>
9-
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
9+
<summary>.NET's fastest JSON, JSV and CSV Text Serializers (deprecated)</summary>
1010
<description>
11-
.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
11+
This package is no longer maintained as the PCL builds have been merged into the main "ServiceStack.Text" NuGet package.
1612
</description>
1713
<projectUrl>https://github.com/ServiceStack/ServiceStack.Text</projectUrl>
1814
<licenseUrl>https://servicestack.net/terms</licenseUrl>

build/copy.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY ..\src\ServiceStack.Text\bin\%BUILD%\ServiceStack.Text.* ..\..\ServiceStack
66
COPY ..\src\ServiceStack.Text\bin\%BUILD%\ServiceStack.Text.* ..\..\ServiceStack.Contrib\lib
77
COPY ..\src\ServiceStack.Text\bin\%BUILD%\ServiceStack.Text.* ..\..\ServiceStack.Redis\lib
88
COPY ..\src\ServiceStack.Text\bin\%BUILD%\ServiceStack.Text.* ..\..\ServiceStack.OrmLite\lib
9+
COPY ..\src\ServiceStack.Text\bin\%BUILD%\ServiceStack.Text.* ..\..\Stripe\lib
910

1011
COPY ..\src\ServiceStack.Text\bin\Signed\ServiceStack.Text.* ..\..\ServiceStack\lib\signed
1112
COPY ..\src\ServiceStack.Text\bin\Signed\ServiceStack.Text.* ..\..\ServiceStack.Redis\lib\signed

0 commit comments

Comments
 (0)