Skip to content

Commit

Permalink
Changed NuGet package title to be Web API 2
Browse files Browse the repository at this point in the history
Replaced "2.1" with "2" to remove confusion since the package should work with 2.1 and 2.2.
  • Loading branch information
tillig committed Jul 13, 2014
1 parent bc3db14 commit 6ab6ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Core/Nuspec/Autofac.WebApi2/Autofac.WebApi2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<authors>Autofac Contributors</authors>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ASP.NET Web API 2.1 Integration for Autofac</description>
<description>ASP.NET Web API 2 Integration for Autofac</description>
<summary>Provides an IControllerFactory implementation and other integration points for the ASP.NET Web API.</summary>
<language>en-US</language>
<title>Autofac ASP.NET Web API 2.1 Integration</title>
<title>Autofac ASP.NET Web API 2 Integration</title>
<projectUrl>http://autofac.org</projectUrl>
<iconUrl>http://code.google.com/p/autofac/logo</iconUrl>
<dependencies>
<dependency id="Autofac" version="[3.5.0,4.0.0)" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="[5.1.0,6.0.0)" />
</dependencies>
</metadata>
</package>
</package>

0 comments on commit 6ab6ce2

Please sign in to comment.