ServiceStack added

This commit is contained in:
Mark McDowall
2012-11-02 00:35:49 -07:00
parent a26840fb60
commit 8f0d22e47d
65 changed files with 12384 additions and 5 deletions
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ServiceStack.Common</id>
<version>3.9.25</version>
<title>Service Clients and Common libs for ServiceStack projects</title>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Common library dependency for other ServiceStack projects.
Includes JSON, XML, JSV and SOAP Generic Service Clients.
Contains:
- ServiceStack.Interfaces
- ServiceStack.Common
Dependenies:
- ServiceStack.Text</description>
<summary>Opensource .NET and Mono REST Web Services framework</summary>
<copyright>servicestack.net 2012 and contributors</copyright>
<language>en-US</language>
<tags>ServiceStack Common Framework</tags>
<dependencies>
<dependency id="ServiceStack.Text" />
</dependencies>
</metadata>
</package>