diff --git a/Ninject.Web.WebApi.build b/Ninject.Web.WebApi.build index 4b0a695..0a56ef5 100644 --- a/Ninject.Web.WebApi.build +++ b/Ninject.Web.WebApi.build @@ -5,7 +5,7 @@ - + diff --git a/nuget/Ninject.Web.WebApi.nuspec b/nuget/Ninject.Web.WebApi.nuspec index f1a724d..81ec6cc 100644 --- a/nuget/Ninject.Web.WebApi.nuspec +++ b/nuget/Ninject.Web.WebApi.nuspec @@ -5,7 +5,7 @@ 3.0.0.0 Remo Gloor true - https://github.com/ninject/ninject.web.webapi/raw/master/mvc3/LICENSE.txt + https://github.com/ninject/ninject.web.webapi/raw/master/LICENSE.txt Extension for Ninject providing integration with ASP.NET MVC WebAPI Extension for Ninject providing integration with ASP.NET MVC WebAPI en-US diff --git a/src/Ninject.Web.WebApi/Properties/AssemblyInfo.cs b/src/Ninject.Web.WebApi/Properties/AssemblyInfo.cs index 2986591..714cef6 100644 --- a/src/Ninject.Web.WebApi/Properties/AssemblyInfo.cs +++ b/src/Ninject.Web.WebApi/Properties/AssemblyInfo.cs @@ -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("")]