Skip to content

Commit

Permalink
v.1.0.0-preview.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Feb 24, 2024
1 parent 05560e4 commit 8d381b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazingStory" Version="1.0.0-preview.26.2" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.27" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</PropertyGroup>

<ItemGroup Condition=" '$(Framework)' == 'net7.0' ">
<PackageReference Include="BlazingStory" Version="1.0.0-preview.26.2" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.27" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.16" PrivateAssets="all" />
</ItemGroup>
<ItemGroup Condition=" '$(Framework)' == 'net8.0' ">
<PackageReference Include="BlazingStory" Version="1.0.0-preview.26.2" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.27" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VersionInfo.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.0-preview.26.2</Version>
<Version>1.0.0-preview.27</Version>
<Copyright>Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Authors>J.Sakamoto</Authors>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 8d381b3

Please sign in to comment.