Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit d946c4b

Browse files
committed
Address PR feedback
1 parent 5c1f362 commit d946c4b

File tree

5 files changed

+7
-26
lines changed

5 files changed

+7
-26
lines changed

.gitignore

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
11
[Oo]bj/
22
[Bb]in/
3-
TestResults/
43
.nuget/
5-
_ReSharper.*/
64
packages/
75
artifacts/
86
PublishProfiles/
97
*.user
108
*.suo
11-
*.cache
12-
*.docstates
13-
_ReSharper.*
149
nuget.exe
15-
*net45.csproj
16-
*net451.csproj
17-
*k10.csproj
18-
*.psess
19-
*.vsp
20-
*.pidb
2110
*.userprefs
2211
*DS_Store
23-
*.ncrunchsolution
24-
*.*sdf
25-
*.ipch
26-
*.sln.ide
2712
node_modules
2813
*.sln.ide
2914
project.lock.json
3015
.vs/
31-
npm-debug.log
16+
npm-debug.log

Microsoft.AspNet.AngularServices/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "1.0.0-alpha7",
3-
"description": "ASP.NET 5 server-side Angular services.",
3+
"description": "Helpers for building Angular 2 applications on ASP.NET 5.",
4+
"authors": [ "Microsoft" ],
45
"repository": {
56
"type": "git",
67
"url": "git://github.com/aspnet/nodeservices"

Microsoft.AspNet.NodeServices/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "1.0.0-alpha7",
3-
"description": "ASP.NET 5 Node.js services.",
3+
"description": "Invoke Node.js modules at runtime in ASP.NET 5 applications.",
4+
"authors": [ "Microsoft" ],
45
"repository": {
56
"type": "git",
67
"url": "git://github.com/aspnet/nodeservices"

Microsoft.AspNet.ReactServices/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": "1.0.0-alpha7",
3-
"description": "ASP.NET 5 server-side React services,",
3+
"description": "Helpers for building React applications on ASP.NET 5.",
4+
"authors": [ "Microsoft" ],
45
"repository": {
56
"type": "git",
67
"url": "git://github.com/aspnet/nodeservices"

NuGet.config

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)