Skip to content

Commit 717fb37

Browse files
Rename packages. Bump versions to -alpha6
1 parent 54aad64 commit 717fb37

File tree

19 files changed

+26
-24
lines changed

19 files changed

+26
-24
lines changed
File renamed without changes.

Microsoft.AspNet.NodeServices.Angular/AngularPrerenderTagHelper.cs renamed to Microsoft.AspNet.AngularServices/AngularPrerenderTagHelper.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
44
using Microsoft.AspNet.Http;
55
using Microsoft.AspNet.Http.Extensions;
6+
using Microsoft.AspNet.NodeServices;
67
using Microsoft.Dnx.Runtime;
78

8-
namespace Microsoft.AspNet.NodeServices.Angular
9+
namespace Microsoft.AspNet.AngularServices
910
{
1011
[HtmlTargetElement(Attributes = PrerenderModuleAttributeName)]
1112
public class AngularPrerenderTagHelper : TagHelper

Microsoft.AspNet.NodeServices.Angular/AngularRenderer.cs renamed to Microsoft.AspNet.AngularServices/AngularRenderer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Threading.Tasks;
2+
using Microsoft.AspNet.NodeServices;
23

3-
namespace Microsoft.AspNet.NodeServices.Angular
4+
namespace Microsoft.AspNet.AngularServices
45
{
56
public static class AngularRenderer
67
{

Microsoft.AspNet.NodeServices.Angular/Content/Node/angular-rendering.js renamed to Microsoft.AspNet.AngularServices/Content/Node/angular-rendering.js

File renamed without changes.

Microsoft.AspNet.NodeServices.Angular/Microsoft.AspNet.NodeServices.Angular.xproj renamed to Microsoft.AspNet.AngularServices/Microsoft.AspNet.AngularServices.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>421807e6-b62c-417b-b901-46c5dedaa8f1</ProjectGuid>
10-
<RootNamespace>Microsoft.AspNet.NodeServices.Angular</RootNamespace>
10+
<RootNamespace>Microsoft.AspNet.AngularServices</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
1313
</PropertyGroup>

Microsoft.AspNet.NodeServices.React/project.json renamed to Microsoft.AspNet.AngularServices/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "1.0.0-alpha5",
3-
"description": "Microsoft.AspNet.NodeServices.React Class Library",
2+
"version": "1.0.0-alpha6",
3+
"description": "Microsoft.AspNet.AngularServices Class Library",
44
"authors": [
55
"Microsoft"
66
],
@@ -10,7 +10,7 @@
1010
"projectUrl": "",
1111
"licenseUrl": "",
1212
"tooling": {
13-
"defaultNamespace": "Microsoft.AspNet.NodeServices.React"
13+
"defaultNamespace": "Microsoft.AspNet.AngularServices"
1414
},
1515
"frameworks": {
1616
"dnx451": {},
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"dependencies": {
28-
"Microsoft.AspNet.NodeServices": "1.0.0-alpha5",
28+
"Microsoft.AspNet.NodeServices": "1.0.0-alpha6",
2929
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
3030
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8"
3131
},

Microsoft.AspNet.NodeServices/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha5",
2+
"version": "1.0.0-alpha6",
33
"description": "Microsoft.AspNet.NodeServices",
44
"authors": [
55
"Microsoft"
File renamed without changes.

Microsoft.AspNet.NodeServices.React/Content/Node/react-rendering.js renamed to Microsoft.AspNet.ReactServices/Content/Node/react-rendering.js

File renamed without changes.

Microsoft.AspNet.NodeServices.React/Microsoft.AspNet.NodeServices.React.xproj renamed to Microsoft.AspNet.ReactServices/Microsoft.AspNet.ReactServices.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>b04381de-991f-4831-a0b5-fe1bd3ef80c4</ProjectGuid>
10-
<RootNamespace>Microsoft.AspNet.NodeServices.React</RootNamespace>
10+
<RootNamespace>Microsoft.AspNet.ReactServices</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
1313
</PropertyGroup>

0 commit comments

Comments
 (0)