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