Added repository information to project.json files

This commit is contained in:
Kiran Challa 2015-07-22 15:00:14 -07:00
parent 0a250fd79c
commit 064e2fe553
5 changed files with 116 additions and 82 deletions

View File

@ -1,16 +1,21 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Generates a list of known culture names from the OS using CultureInfo.GetCultures. This tool is intended to be run on Windows using full .NET Framework.", "description": "Generates a list of known culture names from the OS using CultureInfo.GetCultures. This tool is intended to be run on Windows using full .NET Framework.",
"dependencies": { "dependencies": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
}, },
"commands": { "commands": {
"CultureInfoGenerator": "CultureInfoGenerator" "CultureInfoGenerator": "CultureInfoGenerator"
}, },
"frameworks": { "frameworks": {
"dnx451": { } "dnx451": { }
} },
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
}
} }

View File

@ -1,24 +1,32 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Middleware for automatically applying culture information to HTTP requests.", "description": "Middleware for automatically applying culture information to HTTP requests.",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Http.Extensions": "1.0.0-*", "Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*", "Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-*", "Microsoft.Framework.Localization.Abstractions": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } "Microsoft.Framework.NotNullAttribute.Sources": {
}, "type": "build",
"version": "1.0.0-*"
}
},
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.0-beta-*", "Microsoft.CSharp": "4.0.0-beta-*",
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.10-beta-*",
"System.Globalization": "4.0.10-beta-*", "System.Globalization": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.0-beta-*",
"System.Threading": "4.0.10-beta-*" "System.Threading": "4.0.10-beta-*"
} }
}
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
}
} }

View File

@ -1,19 +1,24 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.", "description": "Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.",
"dependencies": { "dependencies": {
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.0-beta-*", "Microsoft.CSharp": "4.0.0-beta-*",
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.10-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*", "System.Collections.Concurrent": "4.0.10-beta-*",
"System.Globalization": "4.0.10-beta-*" "System.Globalization": "4.0.10-beta-*"
} }
}
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
}
} }

View File

@ -1,21 +1,29 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Abstractions of application localization services.", "description": "Abstractions of application localization services.",
"dependencies": { "dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } "Microsoft.Framework.NotNullAttribute.Sources": {
}, "type": "build",
"version": "1.0.0-*"
}
},
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.0-beta-*", "Microsoft.CSharp": "4.0.0-beta-*",
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.10-beta-*",
"System.Globalization": "4.0.10-beta-*", "System.Globalization": "4.0.10-beta-*",
"System.Reflection": "4.0.10-beta-*", "System.Reflection": "4.0.10-beta-*",
"System.Runtime": "4.0.20-beta-*" "System.Runtime": "4.0.20-beta-*"
} }
}
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
}
} }

View File

@ -1,27 +1,35 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Application localization services.", "description": "Application localization services.",
"dependencies": { "dependencies": {
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Framework.Localization.Abstractions": "1.0.0-*", "Microsoft.Framework.Localization.Abstractions": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, "Microsoft.Framework.NotNullAttribute.Sources": {
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" "type": "build",
}, "version": "1.0.0-*"
},
"Microsoft.Framework.Runtime.Abstractions": "1.0.0-*"
},
"frameworks": { "frameworks": {
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.0-beta-*", "Microsoft.CSharp": "4.0.0-beta-*",
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.10-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*", "System.Collections.Concurrent": "4.0.10-beta-*",
"System.Globalization": "4.0.10-beta-*", "System.Globalization": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.0-beta-*",
"System.Resources.ReaderWriter": "4.0.0-beta-*", "System.Resources.ReaderWriter": "4.0.0-beta-*",
"System.Resources.ResourceManager": "4.0.0-beta-*", "System.Resources.ResourceManager": "4.0.0-beta-*",
"System.Threading": "4.0.10-beta-*" "System.Threading": "4.0.10-beta-*"
} }
}
},
"repository": {
"type": "git",
"url": "https://github.com/aspnet/localization"
} }
}
} }