Skip to content

Commit

Permalink
chore: bump version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Jan 17, 2024
1 parent bf7f7ee commit e319b4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion template/BootstrapBlazorServerPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageType>Template</PackageType>
<PackageVersion>8.0.0-beta02</PackageVersion>
<PackageVersion>8.0.0</PackageVersion>
<PackageId>Bootstrap.Blazor.Templates</PackageId>
<Title>Bootstrap Blazor Templates</Title>
<Authors>Argo Zhang([email protected])</Authors>
Expand Down
1 change: 1 addition & 0 deletions template/auto/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"identity": "BootstrapBlazorWebApp",
"name": "Bootstrap Blazor Web App(Auto)",
"description": "A project template for creatinga Bootstrap Blazor web app that supports both server-side rendering and client interactivity. This template can be used for web apps with rich dynamic user interfaces (Uls).",
"shortName": "bbapp",
"tags": {
"language": "C#",
Expand Down
1 change: 1 addition & 0 deletions template/server/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"identity": "BootstrapBlazorServer",
"name": "Bootstrap Blazor Server App(Server)",
"description": "A project template for creating a Bootstrap Blazor server app that runs server-side inside an ASP.NET Core app and handles user interactions overa SignalR connection. This template can be used for web apps with rich dynamic user interfaces (Uls).",
"shortName": "bbapp-server",
"tags": {
"language": "C#",
Expand Down
1 change: 1 addition & 0 deletions template/webassembly/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"identity": "BootstrapBlazorWasm",
"name": "Bootstrap Blazor WebAssembly App(Wasm)",
"description": "A project template for creating a Bootstrap Blazor app that runs on WebAssembly. This template can be used for web apps with rich dynamic user interfaces (Uls).",
"shortName": "bbapp-wasm",
"tags": {
"language": "C#",
Expand Down

0 comments on commit e319b4f

Please sign in to comment.