diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-21 18:17:36 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-21 18:17:36 -0700 |
commit | 8333930923493a8ecd33e954d7c9de59faae8e3f (patch) | |
tree | 6994a5976a75cdfa3e3d33c61d3d36d2a0b4544c | |
parent | 56e927f5b0632ff5391532b2b53406ffa2a2ba9b (diff) | |
download | DotNetOpenAuth-8333930923493a8ecd33e954d7c9de59faae8e3f.zip DotNetOpenAuth-8333930923493a8ecd33e954d7c9de59faae8e3f.tar.gz DotNetOpenAuth-8333930923493a8ecd33e954d7c9de59faae8e3f.tar.bz2 |
Fixes NuGet build break.
-rw-r--r-- | nuget/DotNetOpenAuth.Mvc.nuspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.Mvc.nuspec b/nuget/DotNetOpenAuth.Mvc.nuspec index 8b253b7..1ee07a3 100644 --- a/nuget/DotNetOpenAuth.Mvc.nuspec +++ b/nuget/DotNetOpenAuth.Mvc.nuspec @@ -11,6 +11,7 @@ <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Provides the HttpResponseMessage.AsActionResult() extension method.</summary> + <description>Provides the HttpResponseMessage.AsActionResult() extension method.</description> <dependencies> <dependency id="DotNetOpenAuth.Core" version="[$version$]" /> <dependency id="Microsoft.AspNet.Mvc" version="[5.0.0,6.0)" /> |