You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Source Solution Template For Blazor Web-Assembly 6.0 built with MudBlazor Components
51
+
Open Source Solution Template for <a href="https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor">Blazor</a> <a href="https://webassembly.org/">WebAssembly</a> 6.0 built with <a href="https://mudblazor.com/">MudBlazor</a> Components
52
52
<br />
53
53
<a href="https://genocs-blog.netlify.app/blazor-wasm-template/general/getting-started/"><strong>Read the Documentation »</strong></a>
54
54
<br />
@@ -64,7 +64,7 @@
64
64
## Blazor WebAssembly Template
65
65
66
66
The template can be used with the `genocs cli`, `dotnet new` command or with the `Visual Studio 2022`, `Visual Studio Code` IDEs.
67
-
Built with .NET8 and MudBlazor Component Library. Incorporates the most essential packages your projects will ever need. Follows Clean Architecture Principles.
67
+
Built with .NET9 and MudBlazor Component Library. Incorporates the most essential packages your projects will ever need. Follows Clean Architecture Principles.
68
68
69
69
## Goals
70
70
@@ -89,20 +89,20 @@ dotnet new --install Genocs.BlazorWasm.Template
89
89
or, if you want to use a specific version of the template, use
90
90
91
91
```bash
92
-
dotnet new --install Genocs.BlazorWasm.Template::2.2.0
92
+
dotnet new --install Genocs.BlazorWasm.Template::2.3.0
93
93
```
94
94
95
95
This would install the `Genocs Blazor WebAssembly Template` globally on your machine. Do note that, at the time of writing this documentation, the latest available version is **1.2.0** which is also one of the first stable release version of the package. It is highly likely that there is already a newer version available when you are reading this.
96
96
97
97
> *To get the latest version of the package, visit [nuget.org](https://www.nuget.org/packages/Genocs.BlazorWasm.Template/)*
98
98
>
99
99
100
-
**Genocs.BlazorWasm.Template::2.2.0 is compatible only with Genocs.Microservice.Template::2.0.0 and above.**
100
+
**Genocs.BlazorWasm.Template::2.3.0 is compatible only with Genocs.Microservice.Template::2.3.0 and above.**
101
101
102
102
Get the .NET WebApi Microservice Template by running the following command
103
103
104
104
```
105
-
dotnet new --install Genocs.Microservice.Template::2.0.0
105
+
dotnet new --install Genocs.Microservice.Template::2.3.0
106
106
```
107
107
108
108
For more details on getting started, [read the documentation](https://genocs-blog.netlify.app/blazor-wasm-template/general/overview/)
The template can be used with the `genocs cli`, `dotnet new` command or with the `Visual Studio 2022`, `Visual Studio Code` IDEs.
50
-
Built with .NET8 and MudBlazor Component Library. Incorporates the most essential packages your projects will ever need. Follows Clean Architecture Principles.
50
+
Built with .NET9 and MudBlazor Component Library. Incorporates the most essential packages your projects will ever need. Follows Clean Architecture Principles.
51
51
52
52
## Goals
53
53
@@ -71,12 +71,12 @@ dotnet new --install Genocs.BlazorWasm.Template
71
71
72
72
This would install the `Genocs Blazor WebAssembly Template` globally on your machine.
73
73
74
-
**Genocs.BlazorWasm.Template::2.2.0 is compatible only with Genocs.Microservice.Template::2.0.0 and above.**
74
+
**Genocs.BlazorWasm.Template::2.3.0 is compatible only with Genocs.Microservice.Template::2.3.0 and above.**
75
75
76
76
Get the .NET WebApi Microservice Template by running the following command
77
77
78
78
```
79
-
dotnet new --install Genocs.Microservice.Template::2.0.0
79
+
dotnet new --install Genocs.Microservice.Template::2.3.0
80
80
```
81
81
82
82
For more details on getting started, [read the documentation](https://genocs-blog.netlify.app/blazor-wasm-template/general/overview/)
0 commit comments