Skip to content

Commit

Permalink
Add notice on *.Pcl NuGet pkgs that they're deprecated and builds mer…
Browse files Browse the repository at this point in the history
…ged with main pkg
  • Loading branch information
mythz committed Nov 14, 2014
1 parent 3c3047a commit 0f3ba9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Expand Up @@ -6,9 +6,9 @@
<version>4.0.0</version>
<authors>Service Stack</authors>
<owners>Service Stack</owners>
<summary>Opensource .NET and Mono REST Web Services framework</summary>
<summary>ServiceStack.Client.Pcl (deprecated)</summary>
<description>
JSON, XML, JSV, SOAP and MQ Generic Service Clients.
This package is no longer maintained as the PCL builds have been merged into the main "ServiceStack.Client" NuGet package.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
<licenseUrl>https://servicestack.net/terms</licenseUrl>
Expand Down
Expand Up @@ -6,9 +6,9 @@
<version>4.0.0</version>
<authors>Service Stack</authors>
<owners>Service Stack</owners>
<summary>Opensource .NET and Mono REST Web Services framework</summary>
<summary>ServiceStack.Interfaces.Pcl (deprecated)</summary>
<description>
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
This package is no longer maintained as the PCL builds have been merged into the main "ServiceStack.Interfaces" NuGet package.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
<licenseUrl>https://servicestack.net/terms</licenseUrl>
Expand Down
4 changes: 4 additions & 0 deletions build/copy.bat
Expand Up @@ -77,6 +77,10 @@ COPY ..\lib\ServiceStack.Interfaces.dll ..\..\ServiceStack.Text\lib
COPY ..\lib\ServiceStack.Interfaces.dll ..\..\ServiceStack.Redis\lib
COPY ..\lib\ServiceStack.Interfaces.dll ..\..\ServiceStack.OrmLite\lib

COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Client.dll ..\..\Stripe\lib
COPY ..\src\ServiceStack\bin\%BUILD%\ServiceStack.Client.pdb ..\..\Stripe\lib
COPY ..\lib\ServiceStack.Interfaces.dll ..\..\Stripe\lib

COPY ..\src\ServiceStack.Razor.BuildTask\bin\%BUILD%\ServiceStack.Razor.BuildTask.dll ..\lib

REM COPY ..\src\ServiceStack.DtoGen\*.cs ..\src\ServiceStack\DtoGen

0 comments on commit 0f3ba9a

Please sign in to comment.