From 064e2fe553e4169a87bfdd835020fcc6bed4e6cc Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Wed, 22 Jul 2015 15:00:14 -0700 Subject: [PATCH] Added repository information to project.json files --- src/CultureInfoGenerator/project.json | 27 ++++++---- .../project.json | 46 +++++++++------- .../project.json | 33 +++++++----- .../project.json | 40 ++++++++------ .../project.json | 52 +++++++++++-------- 5 files changed, 116 insertions(+), 82 deletions(-) diff --git a/src/CultureInfoGenerator/project.json b/src/CultureInfoGenerator/project.json index ea3b4ec35e..6eddb7c95e 100644 --- a/src/CultureInfoGenerator/project.json +++ b/src/CultureInfoGenerator/project.json @@ -1,16 +1,21 @@ { - "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.", + "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.", - "dependencies": { - "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" - }, + "dependencies": { + "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" + }, - "commands": { - "CultureInfoGenerator": "CultureInfoGenerator" - }, + "commands": { + "CultureInfoGenerator": "CultureInfoGenerator" + }, - "frameworks": { - "dnx451": { } - } + "frameworks": { + "dnx451": { } + }, + + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" + } } diff --git a/src/Microsoft.AspNet.Localization/project.json b/src/Microsoft.AspNet.Localization/project.json index a32ebadea8..06cc6c35e1 100644 --- a/src/Microsoft.AspNet.Localization/project.json +++ b/src/Microsoft.AspNet.Localization/project.json @@ -1,24 +1,32 @@ { - "version": "1.0.0-*", - "description": "Middleware for automatically applying culture information to HTTP requests.", + "version": "1.0.0-*", + "description": "Middleware for automatically applying culture information to HTTP requests.", - "dependencies": { - "Microsoft.AspNet.Http.Extensions": "1.0.0-*", - "Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*", - "Microsoft.Framework.Localization.Abstractions": "1.0.0-*", - "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } - }, + "dependencies": { + "Microsoft.AspNet.Http.Extensions": "1.0.0-*", + "Microsoft.Framework.Globalization.CultureInfoCache": "1.0.0-*", + "Microsoft.Framework.Localization.Abstractions": "1.0.0-*", + "Microsoft.Framework.NotNullAttribute.Sources": { + "type": "build", + "version": "1.0.0-*" + } + }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "Microsoft.CSharp": "4.0.0-beta-*", - "System.Collections": "4.0.10-beta-*", - "System.Globalization": "4.0.10-beta-*", - "System.Linq": "4.0.0-beta-*", - "System.Threading": "4.0.10-beta-*" - } + "frameworks": { + "dnx451": { }, + "dnxcore50": { + "dependencies": { + "Microsoft.CSharp": "4.0.0-beta-*", + "System.Collections": "4.0.10-beta-*", + "System.Globalization": "4.0.10-beta-*", + "System.Linq": "4.0.0-beta-*", + "System.Threading": "4.0.10-beta-*" + } + } + }, + + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" } - } } diff --git a/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json b/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json index 0da4293651..68ae296ee7 100644 --- a/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json +++ b/src/Microsoft.Framework.Globalization.CultureInfoCache/project.json @@ -1,19 +1,24 @@ { - "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.", + "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.", - "dependencies": { - }, + "dependencies": { + }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "Microsoft.CSharp": "4.0.0-beta-*", - "System.Collections": "4.0.10-beta-*", - "System.Collections.Concurrent": "4.0.10-beta-*", - "System.Globalization": "4.0.10-beta-*" - } + "frameworks": { + "dnx451": { }, + "dnxcore50": { + "dependencies": { + "Microsoft.CSharp": "4.0.0-beta-*", + "System.Collections": "4.0.10-beta-*", + "System.Collections.Concurrent": "4.0.10-beta-*", + "System.Globalization": "4.0.10-beta-*" + } + } + }, + + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" } - } } diff --git a/src/Microsoft.Framework.Localization.Abstractions/project.json b/src/Microsoft.Framework.Localization.Abstractions/project.json index 71c915d446..a6ff9e3105 100644 --- a/src/Microsoft.Framework.Localization.Abstractions/project.json +++ b/src/Microsoft.Framework.Localization.Abstractions/project.json @@ -1,21 +1,29 @@ { - "version": "1.0.0-*", - "description": "Abstractions of application localization services.", + "version": "1.0.0-*", + "description": "Abstractions of application localization services.", - "dependencies": { - "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } - }, + "dependencies": { + "Microsoft.Framework.NotNullAttribute.Sources": { + "type": "build", + "version": "1.0.0-*" + } + }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "Microsoft.CSharp": "4.0.0-beta-*", - "System.Collections": "4.0.10-beta-*", - "System.Globalization": "4.0.10-beta-*", - "System.Reflection": "4.0.10-beta-*", - "System.Runtime": "4.0.20-beta-*" - } + "frameworks": { + "dnx451": { }, + "dnxcore50": { + "dependencies": { + "Microsoft.CSharp": "4.0.0-beta-*", + "System.Collections": "4.0.10-beta-*", + "System.Globalization": "4.0.10-beta-*", + "System.Reflection": "4.0.10-beta-*", + "System.Runtime": "4.0.20-beta-*" + } + } + }, + + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" } - } } diff --git a/src/Microsoft.Framework.Localization/project.json b/src/Microsoft.Framework.Localization/project.json index db3e57eca4..27b21989e3 100644 --- a/src/Microsoft.Framework.Localization/project.json +++ b/src/Microsoft.Framework.Localization/project.json @@ -1,27 +1,35 @@ { - "version": "1.0.0-*", - "description": "Application localization services.", + "version": "1.0.0-*", + "description": "Application localization services.", - "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", - "Microsoft.Framework.Localization.Abstractions": "1.0.0-*", - "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" - }, + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", + "Microsoft.Framework.Localization.Abstractions": "1.0.0-*", + "Microsoft.Framework.NotNullAttribute.Sources": { + "type": "build", + "version": "1.0.0-*" + }, + "Microsoft.Framework.Runtime.Abstractions": "1.0.0-*" + }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "Microsoft.CSharp": "4.0.0-beta-*", - "System.Collections": "4.0.10-beta-*", - "System.Collections.Concurrent": "4.0.10-beta-*", - "System.Globalization": "4.0.10-beta-*", - "System.Linq": "4.0.0-beta-*", - "System.Resources.ReaderWriter": "4.0.0-beta-*", - "System.Resources.ResourceManager": "4.0.0-beta-*", - "System.Threading": "4.0.10-beta-*" - } + "frameworks": { + "dnx451": { }, + "dnxcore50": { + "dependencies": { + "Microsoft.CSharp": "4.0.0-beta-*", + "System.Collections": "4.0.10-beta-*", + "System.Collections.Concurrent": "4.0.10-beta-*", + "System.Globalization": "4.0.10-beta-*", + "System.Linq": "4.0.0-beta-*", + "System.Resources.ReaderWriter": "4.0.0-beta-*", + "System.Resources.ResourceManager": "4.0.0-beta-*", + "System.Threading": "4.0.10-beta-*" + } + } + }, + + "repository": { + "type": "git", + "url": "https://github.com/aspnet/localization" } - } }