Skip to content

Commit

Permalink
v.1.0.0-preview.31 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Mar 28, 2024
1 parent 0f00669 commit e5c028c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 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.30" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.31" />
</ItemGroup>

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

<ItemGroup Condition=" '$(Framework)' == 'net7.0' ">
<PackageReference Include="BlazingStory" Version="1.0.0-preview.30" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.16" PrivateAssets="all" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.31" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.17" PrivateAssets="all" />
</ItemGroup>
<ItemGroup Condition=" '$(Framework)' == 'net8.0' ">
<PackageReference Include="BlazingStory" Version="1.0.0-preview.30" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.31" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" PrivateAssets="all" />
</ItemGroup>

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

<ItemGroup Condition=" '$(Framework)' == 'net7.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.17" />
</ItemGroup>
<ItemGroup Condition=" '$(Framework)' == 'net8.0' ">
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -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.

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.30</Version>
<Version>1.0.0-preview.31</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 e5c028c

Please sign in to comment.