Unity.SelfHostWebApiOwin 1.0.15
Unity for self hosted WebApi
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Unity.SelfHostWebApiOwin</id>
<version>1.0.15</version>
<title>Self Hosted Web Api using Owin and Unity</title>
<authors>damienbod</authors>
<owners>damienbod</owners>
<projectUrl>http://damienbod.wordpress.com/2013/10/12/self-hosted-web-api-using-owin-and-unity-nuget-package-documentation</projectUrl>
<iconUrl>http://www.gravatar.com/avatar/61d005637f57b5c3da8ba662cf04a9d6.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Unity for self hosted WebApi</description>
<releaseNotes>Updated dependencies</releaseNotes>
<language>en-US</language>
<tags>.NET ASP.NET Web Api Enterprise Library Unity WebApi</tags>
<dependencies>
<dependency id="Unity" version="3.5.1404.0" />
<dependency id="Newtonsoft.Json" version="6.0.5" />
<dependency id="Owin" version="1.0" />
<dependency id="Microsoft.AspNet.WebApi.Owin" version="5.2.2" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.2" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.2" />
<dependency id="Microsoft.AspNet.WebApi.OwinSelfHost" version="5.2.2" />
<dependency id="Microsoft.Owin" version="3.0.0" />
<dependency id="Microsoft.Owin.Host.HttpListener" version="3.0.0" />
<dependency id="Microsoft.Owin.Hosting" version="3.0.0" />
</dependencies>
</metadata>
</package>