Cormo.Web by Cormo

<PackageReference Include="Cormo.Web" Version="0.0.1.17" />

 Cormo.Web 0.0.1.17

Cormo module that sets up a ready-to-go OWIN web-api project fully-configured with Contexts and Dependency Injection and other Cormo goodness, with zero fuss and zero-config

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Cormo.Web</id>
    <version>0.0.1.17</version>
    <title>Cormo.Web</title>
    <authors>Cormo</authors>
    <owners>Cormo</owners>
    <licenseUrl>http://raw.githubusercontent.com/hendryluk/cormo/master/LICENSE</licenseUrl>
    <projectUrl>http://github.com/hendryluk/cormo</projectUrl>
    <iconUrl>http://raw.githubusercontent.com/hendryluk/cormo/master/ICON.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Cormo module that sets up a ready-to-go OWIN web-api project fully-configured with Contexts and Dependency Injection and other Cormo goodness, with zero fuss and zero-config</description>
    <releaseNotes>Initial preview version.</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>spring spring-boot spring-framework CDI dependency-injection j2ee java-ee jboss jboss-weld seam owin web-api</tags>
    <dependencies>
      <dependency id="cormo" version="0.0.1.17" />
      <dependency id="Castle.Core" version="3.3.3" />
      <dependency id="Microsoft.AspNet.WebApi.Owin" version="5.2.2" />
      <dependency id="Microsoft.AspNet.WebApi.WebHost" version="5.2.2" />
      <dependency id="Microsoft.Owin.Host.SystemWeb" version="3.0.0" />
    </dependencies>
  </metadata>
</package>