Merge branch 'release' into dev

This commit is contained in:
David Fowler 2014-10-31 03:04:33 -07:00
commit e1a88b6503
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 blob storage repository for DataProtection.",
"dependencies": {
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
"WindowsAzure.Storage": "4.3.0"

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "A component to allow the ASP.NET 5 DataProtection stack to work with the ASP.NET 4.x <machineKey> element.",
"frameworks": {
"net451": {
"dependencies": {

View File

@ -1,5 +1,6 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.",
"dependencies": {
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*"