mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Rename packages. Bump versions to -alpha6
This commit is contained in:
@@ -3,9 +3,10 @@ using System.Threading.Tasks;
|
|||||||
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
|
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.AspNet.Http.Extensions;
|
using Microsoft.AspNet.Http.Extensions;
|
||||||
|
using Microsoft.AspNet.NodeServices;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Dnx.Runtime;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.NodeServices.Angular
|
namespace Microsoft.AspNet.AngularServices
|
||||||
{
|
{
|
||||||
[HtmlTargetElement(Attributes = PrerenderModuleAttributeName)]
|
[HtmlTargetElement(Attributes = PrerenderModuleAttributeName)]
|
||||||
public class AngularPrerenderTagHelper : TagHelper
|
public class AngularPrerenderTagHelper : TagHelper
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNet.NodeServices;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.NodeServices.Angular
|
namespace Microsoft.AspNet.AngularServices
|
||||||
{
|
{
|
||||||
public static class AngularRenderer
|
public static class AngularRenderer
|
||||||
{
|
{
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>421807e6-b62c-417b-b901-46c5dedaa8f1</ProjectGuid>
|
<ProjectGuid>421807e6-b62c-417b-b901-46c5dedaa8f1</ProjectGuid>
|
||||||
<RootNamespace>Microsoft.AspNet.NodeServices.Angular</RootNamespace>
|
<RootNamespace>Microsoft.AspNet.AngularServices</RootNamespace>
|
||||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
||||||
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-alpha5",
|
"version": "1.0.0-alpha6",
|
||||||
"description": "Microsoft.AspNet.NodeServices.React Class Library",
|
"description": "Microsoft.AspNet.AngularServices Class Library",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Microsoft"
|
"Microsoft"
|
||||||
],
|
],
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"projectUrl": "",
|
"projectUrl": "",
|
||||||
"licenseUrl": "",
|
"licenseUrl": "",
|
||||||
"tooling": {
|
"tooling": {
|
||||||
"defaultNamespace": "Microsoft.AspNet.NodeServices.React"
|
"defaultNamespace": "Microsoft.AspNet.AngularServices"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {},
|
"dnx451": {},
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.NodeServices": "1.0.0-alpha5",
|
"Microsoft.AspNet.NodeServices": "1.0.0-alpha6",
|
||||||
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
|
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
|
||||||
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8"
|
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8"
|
||||||
},
|
},
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-alpha5",
|
"version": "1.0.0-alpha6",
|
||||||
"description": "Microsoft.AspNet.NodeServices",
|
"description": "Microsoft.AspNet.NodeServices",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Microsoft"
|
"Microsoft"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>b04381de-991f-4831-a0b5-fe1bd3ef80c4</ProjectGuid>
|
<ProjectGuid>b04381de-991f-4831-a0b5-fe1bd3ef80c4</ProjectGuid>
|
||||||
<RootNamespace>Microsoft.AspNet.NodeServices.React</RootNamespace>
|
<RootNamespace>Microsoft.AspNet.ReactServices</RootNamespace>
|
||||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
||||||
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -2,10 +2,10 @@ using System;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
|
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.AspNet.Http.Extensions;
|
using Microsoft.AspNet.NodeServices;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Dnx.Runtime;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.NodeServices.React
|
namespace Microsoft.AspNet.ReactServices
|
||||||
{
|
{
|
||||||
[HtmlTargetElement(Attributes = PrerenderModuleAttributeName)]
|
[HtmlTargetElement(Attributes = PrerenderModuleAttributeName)]
|
||||||
public class ReactPrerenderTagHelper : TagHelper
|
public class ReactPrerenderTagHelper : TagHelper
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNet.NodeServices;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.NodeServices.React
|
namespace Microsoft.AspNet.ReactServices
|
||||||
{
|
{
|
||||||
public static class ReactRenderer
|
public static class ReactRenderer
|
||||||
{
|
{
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-alpha5",
|
"version": "1.0.0-alpha6",
|
||||||
"description": "Microsoft.AspNet.NodeServices.Angular Class Library",
|
"description": "Microsoft.AspNet.ReactServices Class Library",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Microsoft"
|
"Microsoft"
|
||||||
],
|
],
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"projectUrl": "",
|
"projectUrl": "",
|
||||||
"licenseUrl": "",
|
"licenseUrl": "",
|
||||||
"tooling": {
|
"tooling": {
|
||||||
"defaultNamespace": "Microsoft.AspNet.NodeServices.Angular"
|
"defaultNamespace": "Microsoft.AspNet.ReactServices"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {},
|
"dnx451": {},
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.NodeServices": "1.0.0-alpha5",
|
"Microsoft.AspNet.NodeServices": "1.0.0-alpha6",
|
||||||
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
|
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
|
||||||
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8"
|
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8"
|
||||||
},
|
},
|
||||||
@@ -18,9 +18,9 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MusicStore", "samples\angul
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ReactGrid", "samples\react\ReactGrid\ReactGrid.xproj", "{ABF90A5B-F4E0-438C-A6E4-9549FB43690B}"
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ReactGrid", "samples\react\ReactGrid\ReactGrid.xproj", "{ABF90A5B-F4E0-438C-A6E4-9549FB43690B}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.NodeServices.Angular", "Microsoft.AspNet.NodeServices.Angular\Microsoft.AspNet.NodeServices.Angular.xproj", "{421807E6-B62C-417B-B901-46C5DEDAA8F1}"
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.AngularServices", "Microsoft.AspNet.AngularServices\Microsoft.AspNet.AngularServices.xproj", "{421807E6-B62C-417B-B901-46C5DEDAA8F1}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.NodeServices.React", "Microsoft.AspNet.NodeServices.React\Microsoft.AspNet.NodeServices.React.xproj", "{B04381DE-991F-4831-A0B5-FE1BD3EF80C4}"
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.ReactServices", "Microsoft.AspNet.ReactServices\Microsoft.AspNet.ReactServices.xproj", "{B04381DE-991F-4831-A0B5-FE1BD3EF80C4}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
@using MusicStore
|
@using MusicStore
|
||||||
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
||||||
@addTagHelper "*, Microsoft.AspNet.NodeServices.Angular"
|
@addTagHelper "*, Microsoft.AspNet.AngularServices"
|
||||||
|
|||||||
@@ -19,8 +19,7 @@
|
|||||||
"EntityFramework.SQLite": "7.0.0-beta8",
|
"EntityFramework.SQLite": "7.0.0-beta8",
|
||||||
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-beta8",
|
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-beta8",
|
||||||
"AutoMapper": "4.0.0-alpha1",
|
"AutoMapper": "4.0.0-alpha1",
|
||||||
"Microsoft.AspNet.NodeServices.Angular": "1.0.0-alpha5",
|
"Microsoft.AspNet.AngularServices": "1.0.0-alpha6"
|
||||||
"Microsoft.AspNet.NodeServices": "1.0.0-alpha5"
|
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"web": "Microsoft.AspNet.Server.Kestrel"
|
"web": "Microsoft.AspNet.Server.Kestrel"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"Microsoft.Framework.Logging": "1.0.0-beta8",
|
"Microsoft.Framework.Logging": "1.0.0-beta8",
|
||||||
"Microsoft.Framework.Logging.Console": "1.0.0-beta8",
|
"Microsoft.Framework.Logging.Console": "1.0.0-beta8",
|
||||||
"Microsoft.Framework.Logging.Debug": "1.0.0-beta8",
|
"Microsoft.Framework.Logging.Debug": "1.0.0-beta8",
|
||||||
"Microsoft.AspNet.NodeServices": "1.0.0-alpha5"
|
"Microsoft.AspNet.NodeServices": "1.0.0-alpha6"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"web": "Microsoft.AspNet.Server.Kestrel"
|
"web": "Microsoft.AspNet.Server.Kestrel"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
@using ReactExample
|
@using ReactExample
|
||||||
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
||||||
@addTagHelper "*, Microsoft.AspNet.NodeServices.React"
|
@addTagHelper "*, Microsoft.AspNet.ReactServices"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"Microsoft.Framework.Logging": "1.0.0-beta8",
|
"Microsoft.Framework.Logging": "1.0.0-beta8",
|
||||||
"Microsoft.Framework.Logging.Console": "1.0.0-beta8",
|
"Microsoft.Framework.Logging.Console": "1.0.0-beta8",
|
||||||
"Microsoft.Framework.Logging.Debug": "1.0.0-beta8",
|
"Microsoft.Framework.Logging.Debug": "1.0.0-beta8",
|
||||||
"Microsoft.AspNet.NodeServices.React": "1.0.0-alpha5"
|
"Microsoft.AspNet.ReactServices": "1.0.0-alpha6"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"web": "Microsoft.AspNet.Server.Kestrel"
|
"web": "Microsoft.AspNet.Server.Kestrel"
|
||||||
|
|||||||
Reference in New Issue
Block a user