From e5c028c558ed1bdfed6d46718b0eb0aa12790321 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Thu, 28 Mar 2024 22:02:23 +0900 Subject: [PATCH] v.1.0.0-preview.31 release --- .../Content/BlazingStoryServer/StoryServerApp.csproj | 2 +- .../Client/BlazingStoryWasm.Client.csproj | 12 ++++++------ .../Server/BlazingStoryWasm.Server.csproj | 4 ++-- RELEASE-NOTES.txt | 4 ++++ VersionInfo.props | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj b/ProjectTemplate/Content/BlazingStoryServer/StoryServerApp.csproj index b638c954..86770142 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 af54ab90..247ff694 100644 --- a/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj +++ b/ProjectTemplate/Content/BlazingStoryWasm/Client/BlazingStoryWasm.Client.csproj @@ -11,14 +11,14 @@ - - - + + + - - - + + + \ No newline at end of file diff --git a/ProjectTemplate/Content/BlazingStoryWasm/Server/BlazingStoryWasm.Server.csproj b/ProjectTemplate/Content/BlazingStoryWasm/Server/BlazingStoryWasm.Server.csproj index af396c9b..1b006fdd 100644 --- a/ProjectTemplate/Content/BlazingStoryWasm/Server/BlazingStoryWasm.Server.csproj +++ b/ProjectTemplate/Content/BlazingStoryWasm/Server/BlazingStoryWasm.Server.csproj @@ -7,10 +7,10 @@ - + - + diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b66d076c..09b9022d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,7 @@ +v.1.0.0-preview.31 +- Improve: Add an ability to reference application projects, not class libraries +- Improve: XML doc comments are now fetched even when it is running on a Blazor Server project + v.1.0.0-preview.30 - Fix: the improvement of preview 28 (the design of the description items on the "Docs" page by wrapping them when there are many) was not applied correctly. diff --git a/VersionInfo.props b/VersionInfo.props index 918eaaf1..d1ad3382 100644 --- a/VersionInfo.props +++ b/VersionInfo.props @@ -1,6 +1,6 @@ - 1.0.0-preview.30 + 1.0.0-preview.31 Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git