From 5673a77dc02f989247ec13763f8406a358a4d232 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Fri, 26 Apr 2024 21:27:05 +0900 Subject: [PATCH] v.1.0.0-preview.35 release --- BlazingStory/VersionInfo.cs | 6 +++--- ProjectTemplate/BlazingStory.ProjectTemplates.msbuild | 2 +- .../Content/BlazingStoryServer/StoryServerApp.csproj | 2 +- .../BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj | 4 ++-- RELEASE-NOTES.txt | 3 +++ VersionInfo.props | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/BlazingStory/VersionInfo.cs b/BlazingStory/VersionInfo.cs index 44c3dff8..62317286 100644 --- a/BlazingStory/VersionInfo.cs +++ b/BlazingStory/VersionInfo.cs @@ -1,8 +1,8 @@ namespace BlazingStory; internal static class VersionInfo { - internal static string GetVersionText() => "1.0.0-preview.34"; - internal static string GetEscapedVersionText() => "1.0.0-preview.34"; - internal static string GetFormattedVersionText() => "1.0 Preview 34"; + internal static string GetVersionText() => "1.0.0-preview.35"; + internal static string GetEscapedVersionText() => "1.0.0-preview.35"; + internal static string GetFormattedVersionText() => "1.0 Preview 35"; internal static string GetBuildTimestamp() => "April 2024"; } diff --git a/ProjectTemplate/BlazingStory.ProjectTemplates.msbuild b/ProjectTemplate/BlazingStory.ProjectTemplates.msbuild index 6c126b7a..4a3b21fb 100644 --- a/ProjectTemplate/BlazingStory.ProjectTemplates.msbuild +++ b/ProjectTemplate/BlazingStory.ProjectTemplates.msbuild @@ -12,7 +12,7 @@ - $(Version).1 + $(Version) diff --git a/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj b/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj index e950834d..4ab715bb 100644 --- a/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj +++ b/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj b/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj index 37d8d16a..8bce6244 100644 --- a/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj +++ b/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj @@ -12,12 +12,12 @@ - + - + diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5bce4c8a..c5b2a321 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,6 @@ +v.1.0.0-preview.35 +- Fix: a Story server app deployed under the subpath didn't work. + v.1.0.0-preview.34 - Fix: navigation next/prev stories, docs, and components didn't work. - Improve: Brush up the project templates and add new item templates. diff --git a/VersionInfo.props b/VersionInfo.props index fdc51b42..6507b1be 100644 --- a/VersionInfo.props +++ b/VersionInfo.props @@ -1,6 +1,6 @@ - 1.0.0-preview.34 + 1.0.0-preview.35 Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git