Skip to content

Commit

Permalink
Improved deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
remogloor committed Mar 30, 2012
1 parent 6bd52d3 commit 8815ecd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ninject.Web.WebApi.build
Expand Up @@ -5,7 +5,7 @@
<property name="product.company" value="Ninject Project Contributors" overwrite="false"/>
<property name="product.duration" value="2012" overwrite="false"/>
<property name="product.description" value="Ninject support for MVC Web API" overwrite="false"/>
<property name="product.platforms" value="net-4.0" overwrite="false"/>
<property name="product.platforms" value="net-4.0,net-4.5" overwrite="false"/>
<property name="product.buildserverPlatforms" value="net-4.0" overwrite="false"/>
<property name="product.packagePostfix" value="4" overwrite="false"/>
<property name="dependencies" value="Ninject,Ninject.Web.Common" overwrite="false"/>
Expand Down
2 changes: 1 addition & 1 deletion nuget/Ninject.Web.WebApi.nuspec
Expand Up @@ -5,7 +5,7 @@
<version>3.0.0.0</version>
<authors>Remo Gloor</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/ninject/ninject.web.webapi/raw/master/mvc3/LICENSE.txt</licenseUrl>
<licenseUrl>https://github.com/ninject/ninject.web.webapi/raw/master/LICENSE.txt</licenseUrl>
<description>Extension for Ninject providing integration with ASP.NET MVC WebAPI</description>
<summary>Extension for Ninject providing integration with ASP.NET MVC WebAPI</summary>
<language>en-US</language>
Expand Down
2 changes: 1 addition & 1 deletion src/Ninject.Web.WebApi/Properties/AssemblyInfo.cs
Expand Up @@ -26,7 +26,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ninject.Web.WebApi")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Adds support for the MVC Web API to Ninject")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down

0 comments on commit 8815ecd

Please sign in to comment.