StackExpress.Common by Demis Bellot

<PackageReference Include="StackExpress.Common" Version="3.9.549-unstable" />

 StackExpress.Common 3.9.549-unstable

Common library dependency for other StackExpress projects. Includes JSON, XML, JSV and SOAP Generic Service Clients. Contains: - StackExpress.Interfaces - StackExpress.Common Dependenies: - StackExpress.Text

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>StackExpress.Common</id>
    <version>3.9.549-unstable</version>
    <title>Service Clients and Common libs for StackExpress 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.StackExpress.net/logo-100x100.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Common library dependency for other StackExpress projects.
      Includes JSON, XML, JSV and SOAP Generic Service Clients.
      Contains:
      - StackExpress.Interfaces
      - StackExpress.Common
      Dependenies:
      - StackExpress.Text</description>
    <summary>Opensource .NET and Mono REST Web Services framework</summary>
    <copyright>StackExpress.net 2012 and contributors</copyright>
    <language>en-US</language>
    <tags>StackExpress Common Framework</tags>
    <dependencies>
      <dependency id="StackExpress.Text" />
    </dependencies>
  </metadata>
</package>