From 8d381b3690b5824fc590600acfab576a08e40341 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Sat, 24 Feb 2024 22:09:47 +0900 Subject: [PATCH] v.1.0.0-preview.27 release --- .../Content/BlazingStoryServer/StoryServerApp.csproj | 2 +- .../BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj | 4 ++-- RELEASE-NOTES.txt | 3 ++- VersionInfo.props | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj b/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj index f1dd9762..62b8f3c3 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 4eaa848b..d24017d0 100644 --- a/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj +++ b/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj @@ -11,12 +11,12 @@ - + - + diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index a556948d..d7eddfb0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,4 +1,5 @@ -v.1.0.0-preview.26.2 +v.1.0.0-preview.27 +- Fix: unassigned parameters show "Unknown", not "-", on the control panel. - Experimental: Add Blazor Server support. v.1.0.0-preview.26 diff --git a/VersionInfo.props b/VersionInfo.props index 044de230..1c80e033 100644 --- a/VersionInfo.props +++ b/VersionInfo.props @@ -1,6 +1,6 @@ - 1.0.0-preview.26.2 + 1.0.0-preview.27 Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git