|
17 | 17 | [license-url]: https://github.com/Genocs/blazor-wasm-template/blob/main/LICENSE |
18 | 18 | [build-shield]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml/badge.svg?branch=main |
19 | 19 | [build-url]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml |
20 | | -[package-shield]: https://img.shields.io/badge/nuget-v.1.1.0-blue?&label=latests&logo=nuget |
| 20 | +[package-shield]: https://img.shields.io/badge/nuget-v.1.2.0-blue?&label=latests&logo=nuget |
21 | 21 | [package-url]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml |
22 | 22 | [downloads-shield]: https://img.shields.io/nuget/dt/Genocs.Microservice.Template.svg?color=2da44e&label=downloads&logo=nuget |
23 | 23 | [downloads-url]: https://www.nuget.org/packages/Genocs.Microservice.Template |
@@ -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::1.1.0 |
| 92 | +dotnet new --install Genocs.BlazorWasm.Template::1.2.0 |
93 | 93 | ``` |
94 | 94 |
|
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.1.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. |
| 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::1.1.0 is compatible only with Genocs.Microservice.Template::2.0.0 and above.** |
| 100 | +**Genocs.BlazorWasm.Template::1.2.0 is compatible only with Genocs.Microservice.Template::2.0.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::1.1.0 |
| 105 | +dotnet new --install Genocs.Microservice.Template::1.2.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/) |
|
0 commit comments