From d946c4b5b8ebf89c4bd0debe86a09f1f1b8a792e Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Mon, 14 Dec 2015 14:51:41 +0100 Subject: [PATCH] Address PR feedback --- .gitignore | 17 +---------------- Microsoft.AspNet.AngularServices/project.json | 3 ++- Microsoft.AspNet.NodeServices/project.json | 3 ++- Microsoft.AspNet.ReactServices/project.json | 3 ++- NuGet.config | 7 ------- 5 files changed, 7 insertions(+), 26 deletions(-) delete mode 100644 NuGet.config diff --git a/.gitignore b/.gitignore index f4e4990ec1..ec8cfe3429 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,16 @@ [Oo]bj/ [Bb]in/ -TestResults/ .nuget/ -_ReSharper.*/ packages/ artifacts/ PublishProfiles/ *.user *.suo -*.cache -*.docstates -_ReSharper.* nuget.exe -*net45.csproj -*net451.csproj -*k10.csproj -*.psess -*.vsp -*.pidb *.userprefs *DS_Store -*.ncrunchsolution -*.*sdf -*.ipch -*.sln.ide node_modules *.sln.ide project.lock.json .vs/ -npm-debug.log \ No newline at end of file +npm-debug.log diff --git a/Microsoft.AspNet.AngularServices/project.json b/Microsoft.AspNet.AngularServices/project.json index f112b424b9..be078a00ba 100644 --- a/Microsoft.AspNet.AngularServices/project.json +++ b/Microsoft.AspNet.AngularServices/project.json @@ -1,6 +1,7 @@ { "version": "1.0.0-alpha7", - "description": "ASP.NET 5 server-side Angular services.", + "description": "Helpers for building Angular 2 applications on ASP.NET 5.", + "authors": [ "Microsoft" ], "repository": { "type": "git", "url": "git://github.com/aspnet/nodeservices" diff --git a/Microsoft.AspNet.NodeServices/project.json b/Microsoft.AspNet.NodeServices/project.json index 9da3393fa8..16f59e0429 100644 --- a/Microsoft.AspNet.NodeServices/project.json +++ b/Microsoft.AspNet.NodeServices/project.json @@ -1,6 +1,7 @@ { "version": "1.0.0-alpha7", - "description": "ASP.NET 5 Node.js services.", + "description": "Invoke Node.js modules at runtime in ASP.NET 5 applications.", + "authors": [ "Microsoft" ], "repository": { "type": "git", "url": "git://github.com/aspnet/nodeservices" diff --git a/Microsoft.AspNet.ReactServices/project.json b/Microsoft.AspNet.ReactServices/project.json index 418ab07688..d4bf66554a 100644 --- a/Microsoft.AspNet.ReactServices/project.json +++ b/Microsoft.AspNet.ReactServices/project.json @@ -1,6 +1,7 @@ { "version": "1.0.0-alpha7", - "description": "ASP.NET 5 server-side React services,", + "description": "Helpers for building React applications on ASP.NET 5.", + "authors": [ "Microsoft" ], "repository": { "type": "git", "url": "git://github.com/aspnet/nodeservices" diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index b004e5cc74..0000000000 --- a/NuGet.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file