From 36692a1e15e3486b3774e62df0716f03286c11c7 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 27 Sep 2018 15:19:53 -0700 Subject: [PATCH 1/3] Bumping version from 2.1.5 to 2.1.6 --- version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.props b/version.props index 86ee48f6f8..c15b409c44 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@  - 2.1.5 + 2.1.6 rtm $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final From 8e60b8b3117477872fcc3ce844aeb743587b4361 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 9 Oct 2018 09:30:45 -0700 Subject: [PATCH 2/3] Update branding to 2.1.6-servicing (#765) --- version.props | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/version.props b/version.props index c15b409c44..5c300f320c 100644 --- a/version.props +++ b/version.props @@ -1,13 +1,12 @@ - + 2.1.6 - rtm - $(VersionPrefix) - $(VersionPrefix)-$(VersionSuffix)-final + servicing + $(VersionPrefix) + $(VersionPrefix)-$(VersionSuffix)-final t000 a- $(FeatureBranchVersionPrefix)$(VersionSuffix)-$([System.Text.RegularExpressions.Regex]::Replace('$(FeatureBranchVersionSuffix)', '[^\w-]', '-')) $(VersionSuffix)-$(BuildNumber) - $(VersionSuffix)+$(VersionMetadata) From 6bafc157e78371f4ad4c80e4671a9c9a00d03694 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 26 Oct 2018 11:51:23 -0700 Subject: [PATCH 3/3] Update code signing config to exclude .js and .ttf files in template packages --- build/dependencies.props | 10 +++++----- korebuild-lock.txt | 4 ++-- .../Microsoft.DotNet.Web.ProjectTemplates.csproj | 7 +++++++ .../Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj | 5 +++++ 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index a647d872e7..3110c18d64 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -7,7 +7,7 @@ 0.9.9 2.1.2-rtm-30913 - 2.1.3-rtm-15802 + 2.1.3-rtm-15831 2.1.3-rtm-30913 2.1.3-rtm-30913 2.1.1 @@ -36,7 +36,7 @@ 2.1.2-rtm-30913 2.1.1 2.1.1 - 2.1.3-servicing-26708-02 + 2.1.5 2.1.2-rtm-30913 15.6.1 2.1.1 @@ -47,9 +47,9 @@ 17.17134.0 3.12.1 4.5.0 - 0.8.0 - 2.3.1 - 2.4.0-rc.1.build4038 + 0.10.0 + 2.4.0 + 2.4.0 diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 5c4ddc6928..b0ffcc38d7 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15814 -commithash:6ca1b9d686c747a38a45f538ae34b99354876658 +version:2.1.3-rtm-15831 +commithash:979736d4d4c1332ca2c6df0f338e4dd1c5ed795b diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj b/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj index b068a0b34f..fb30191ade 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj +++ b/src/Microsoft.DotNet.Web.ProjectTemplates/Microsoft.DotNet.Web.ProjectTemplates.csproj @@ -8,6 +8,13 @@ ASP.NET Core Web Template Pack for Microsoft Template Engine + + + + + + + diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj index e9821e1319..576f467305 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/Microsoft.DotNet.Web.Spa.ProjectTemplates.csproj @@ -8,6 +8,11 @@ $(PackageTags);spa + + + + +