StackExpress by Demis Bellot

<PackageReference Include="StackExpress" Version="3.9.673-unstable" />

.NET API 1,023,488 bytes

 StackExpress 3.9.673-unstable

Binaries for the StackExpress web framework. Visit http://www.ServiceStack.net/ServiceStack.Hello/ and https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice for walk throughs and docs on creating your first web service.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>StackExpress</id>
    <version>3.9.673-unstable</version>
    <title>StackExpress webservice framework: Faster, Cleaner, Modern WCF alternative</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>Binaries for the StackExpress web framework.
      Visit http://www.ServiceStack.net/ServiceStack.Hello/
      and https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice
      for walk throughs and docs on creating your first web service.</description>
    <summary>Opensource .NET and Mono REST Web Services framework</summary>
    <copyright>StackExpress.net 2012 and contributors</copyright>
    <language>en-US</language>
    <tags>Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO</tags>
    <dependencies>
      <dependency id="StackExpress.Common" />
      <dependency id="ServiceStack.Redis" />
      <dependency id="ServiceStack.OrmLite.SqlServer" />
    </dependencies>
  </metadata>
</package>