From 26b19002fe9de1ec52a82ffbe57cc52b1125ffea Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Fri, 23 Feb 2024 10:38:53 +0900 Subject: [PATCH] v.1.0.0-preview.26 release --- .../BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj | 4 ++-- RELEASE-NOTES.txt | 3 +++ VersionInfo.props | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj b/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj index b189368b..8edeafe6 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 ecc9e1e1..fbf162b6 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,6 @@ +v.1.0.0-preview.26 +- Improve: Add support for the Nullable type on the component's parameters. + v.1.0.0-preview.25 - Improve: The code view on a Docs page now syntax highlights and reflects user-entered parameters in real-time. diff --git a/VersionInfo.props b/VersionInfo.props index 59642fcf..65820ac3 100644 --- a/VersionInfo.props +++ b/VersionInfo.props @@ -1,6 +1,6 @@ - 1.0.0-preview.25 + 1.0.0-preview.26 Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git