Skip to content

Commit 0022f35

Browse files
Merge pull request #23 from Genocs/ver_120
Ver 120
2 parents 8c8f7b5 + 2f8de86 commit 0022f35

File tree

9 files changed

+31
-27
lines changed

9 files changed

+31
-27
lines changed

CHANGELOG.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.2.0](https://github.com/Genocs/blazor-wasm-template/compare/v1.1.0...v1.2.0)
78

8-
## [0.0.1](https://github.com/Genocs/blazor-wasm-template/compare/v0.1.0...v0.1.1) (2023-06-02)
9+
> 17 August 2024
910
10-
### Features
11+
- fix docker build [`c0e15bf`](https://github.com/Genocs/blazor-wasm-template/commit/c0e15bf3def38d13edec55b3561c9a50acb28e9e)
12+
- Refactory namespace and project name [`31a6d4a`](https://github.com/Genocs/blazor-wasm-template/commit/31a6d4a178885a4c81ea23b6c910b2200d206acf)
13+
- Update MudBlazor, refactor components, and improve UX [`8c8f7b5`](https://github.com/Genocs/blazor-wasm-template/commit/8c8f7b57ea00aac0a3f34c20b8b93dc208e47e91)
1114

12-
*
15+
#### v1.1.0
1316

14-
### Bug Fixes
17+
> 2 July 2024
1518
16-
*
17-
18-
### Documentation
19-
20-
*
21-
22-
### Dependencies
23-
24-
*
19+
- Bump Newtonsoft.Json from 13.0.1 to 13.0.3 [`#7`](https://github.com/Genocs/blazor-wasm-template/pull/7)
20+
- first commit [`a142db1`](https://github.com/Genocs/blazor-wasm-template/commit/a142db10c19d2fd1b72d58ffd3412b7b9d8c1095)
21+
- Update paths, .NET version, and property names [`4045ef1`](https://github.com/Genocs/blazor-wasm-template/commit/4045ef1e4e7b1d1547db5c2e96e11bb09d5f710e)
22+
- refactory [`d744403`](https://github.com/Genocs/blazor-wasm-template/commit/d744403ab5bc249b51e95d91582a1f8aebe3d933)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[license-url]: https://github.com/Genocs/blazor-wasm-template/blob/main/LICENSE
1818
[build-shield]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml/badge.svg?branch=main
1919
[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
2121
[package-url]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml
2222
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.Microservice.Template.svg?color=2da44e&label=downloads&logo=nuget
2323
[downloads-url]: https://www.nuget.org/packages/Genocs.Microservice.Template
@@ -89,20 +89,20 @@ dotnet new --install Genocs.BlazorWasm.Template
8989
or, if you want to use a specific version of the template, use
9090

9191
```bash
92-
dotnet new --install Genocs.BlazorWasm.Template::1.1.0
92+
dotnet new --install Genocs.BlazorWasm.Template::1.2.0
9393
```
9494

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.
9696

9797
> *To get the latest version of the package, visit [nuget.org](https://www.nuget.org/packages/Genocs.BlazorWasm.Template/)*
9898
>
9999
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.**
101101

102102
Get the .NET WebApi Microservice Template by running the following command
103103

104104
```
105-
dotnet new --install Genocs.Microservice.Template::1.1.0
105+
dotnet new --install Genocs.Microservice.Template::1.2.0
106106
```
107107

108108
For more details on getting started, [read the documentation](https://genocs-blog.netlify.app/blazor-wasm-template/general/overview/)

README_NUGET.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[license-url]: https://github.com/Genocs/blazor-wasm-template/blob/main/LICENSE
1818
[build-shield]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml/badge.svg?branch=main
1919
[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
2121
[package-url]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml
2222
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.Microservice.Template.svg?color=2da44e&label=downloads&logo=nuget
2323
[downloads-url]: https://www.nuget.org/packages/Genocs.Microservice.Template
@@ -71,7 +71,7 @@ dotnet new --install Genocs.BlazorWasm.Template
7171

7272
This would install the `Genocs Blazor WebAssembly Template` globally on your machine.
7373

74-
**Genocs.BlazorWasm.Template::1.1.0 is compatible only with Genocs.Microservice.Template::2.0.0 and above.**
74+
**Genocs.BlazorWasm.Template::1.2.0 is compatible only with Genocs.Microservice.Template::2.0.0 and above.**
7575

7676
Get the .NET WebApi Microservice Template by running the following command
7777

src/Package.Template.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<packageTypes>
1919
<packageType name="Template" />
2020
</packageTypes>
21-
<tags>cleanarchitecture clean architecture blazor genocs solution csharp wasm webassembly mudblazor</tags>
21+
<tags>blazor genocs solution csharp wasm webassembly mudblazor</tags>
2222
</metadata>
2323

2424
<files>
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose command is executed from (current working directory).
1+
# *********************************************************
2+
# * THIS FILE IS USED AS A TEMPLATE FOR LOCAL DEVELOPMENT *
3+
# * DO NOT MODIFY THIS FILE, USE THE .env FILE IN THE *
4+
# * ROOT OF THE PROJECT TO OVERRIDE THESE VALUES *
5+
# *********************************************************
6+
7+
# Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose command is executed from (current working directory).
28
# Compose expects each line in an env file to be in VAR=VAL format. Lines beginning with # (i.e. comments) are ignored, as are blank lines.
39
# Note: Values present in the environment at runtime will always override those defined inside the .env file. Similarly, values passed via command-line arguments take precedence as well.
410

511
# The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices
612

13+
14+
715
PROJECT_EXTERNAL_DNS_NAME_OR_IP=localhost
816

917
# The docker image version

src/template/src/Client/Client.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
<PackageReference Include="Mapster" Version="7.4.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
1414
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
15-
<PackageReference Include="Microsoft.AspNetCore.Localization" Version="2.2.0" />
1615
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.8" />
1716
<PackageReference Include="MudBlazor" Version="7.6.0" />
1817
</ItemGroup>
1918

2019
<ItemGroup>
2120
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
22-
<ProjectReference Include="..\Shared\Shared.csproj" />
2321
</ItemGroup>
2422

2523
<ItemGroup>

src/template/src/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0</TargetFrameworks>
5-
<IsPackable>false</IsPackable>
65
<RootNamespace>Genocs.BlazorWasm.Template.Infrastructure</RootNamespace>
76
<AssemblyName>Genocs.BlazorWasm.Template.Infrastructure</AssemblyName>
7+
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

1010
<ItemGroup>

src/template/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[license-url]: https://github.com/Genocs/blazor-wasm-template/blob/main/LICENSE
1818
[build-shield]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml/badge.svg?branch=main
1919
[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
2121
[package-url]: https://github.com/Genocs/blazor-wasm-template/actions/workflows/build_and_test.yml
2222
[downloads-shield]: https://img.shields.io/nuget/dt/Genocs.Microservice.Template.svg?color=2da44e&label=downloads&logo=nuget
2323
[downloads-url]: https://www.nuget.org/packages/Genocs.Microservice.Template

src/template/src/Shared/Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
5-
<IsPackable>false</IsPackable>
65
<RootNamespace>Genocs.BlazorWasm.Template.Shared</RootNamespace>
76
<AssemblyName>Genocs.BlazorWasm.Template.Shared</AssemblyName>
7+
<IsPackable>false</IsPackable>
88
</PropertyGroup>
99

1010
</Project>

0 commit comments

Comments
 (0)