Update NuGet package to new version

This commit is contained in:
Jerrie Pelser
2014-01-24 13:20:17 +07:00
parent 2c157bf070
commit 1776d98e1d
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -132,6 +132,9 @@ publish/
## TODO: If you have NuGet Package Restore enabled, uncomment the next line ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
packages/ packages/
# NuGet build packages
NuGet/*.nupkg
# Windows Azure Build Output # Windows Azure Build Output
csx csx
*.build.csdef *.build.csdef

View File

@@ -19,7 +19,7 @@
<releaseNotes> <releaseNotes>
Adds support for authenticating against OpenID 2.0 providers and Steam Adds support for authenticating against OpenID 2.0 providers and Steam
</releaseNotes> </releaseNotes>
<copyright>Copyright 2013</copyright> <copyright>Copyright 2013, 2014</copyright>
<tags>owin katana oauth linkedin yahoo github openid steam</tags> <tags>owin katana oauth linkedin yahoo github openid steam</tags>
<dependencies> <dependencies>
<dependency id="Microsoft.Owin.Security" version="2.0.2" /> <dependency id="Microsoft.Owin.Security" version="2.0.2" />