Skip to content

Commit 0662c70

Browse files
committed
Update CHANGELOG for version 2.3.0, including .NET 9.0 and template updates
1 parent 22b25f2 commit 0662c70

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,29 @@ 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+
#### [v2.3.0](https://github.com/Genocs/blazor-wasm-template/compare/v2.2.0...v2.3.0)
8+
9+
> 1 December 2024
10+
11+
- Ver 220 [`#24`](https://github.com/Genocs/blazor-wasm-template/pull/24)
12+
- Ver 120 [`#23`](https://github.com/Genocs/blazor-wasm-template/pull/23)
13+
- Update to .NET 9.0 and update dependencies [`92bd745`](https://github.com/Genocs/blazor-wasm-template/commit/92bd745c9a8cb2f0db17e87ce0bff4a7678871c9)
14+
- Update Blazor WebAssembly Template to version 2.3.0 and .NET 9.0 [`22b25f2`](https://github.com/Genocs/blazor-wasm-template/commit/22b25f2df303cd144cd8b35439aff6ca591112e6)
15+
- Update scripts and settings for project configuration [`7fe6ba5`](https://github.com/Genocs/blazor-wasm-template/commit/7fe6ba55eec01512710edcc7e7043fccf8ed0a5a)
16+
- Update package versions in project files [`701e68c`](https://github.com/Genocs/blazor-wasm-template/commit/701e68c587782435f609adc5fd67ae3e27311096)
17+
- Update Genocs Blazor WebAssembly Template to version 2.2.0 and Genocs.Microservice.Template to version 2.0.0 [`619880e`](https://github.com/Genocs/blazor-wasm-template/commit/619880e6109d767bedbc16b5b139a044df8088ef)
18+
- Update MudBlazor version to 7.6.0 and refactor components for improved UX [`e020d7f`](https://github.com/Genocs/blazor-wasm-template/commit/e020d7face7f68c8070bfe61977990c0a33e1276)
19+
- Update NuGet package version to 2.2.0 [`ae928ff`](https://github.com/Genocs/blazor-wasm-template/commit/ae928ff5db9fdb44d60aa157102e7e35bbf99748)
20+
- Update applicationUrl ports in launchSettings.json [`9a6dd81`](https://github.com/Genocs/blazor-wasm-template/commit/9a6dd81c8b362bff5a5a0cf1e7372903c80dcd3f)
21+
722
### [v2.2.0](https://github.com/Genocs/blazor-wasm-template/compare/v1.2.0...v2.2.0)
823

924
> 1 October 2024
1025
1126
- **List of code changes:** [`dea8aa0`](https://github.com/Genocs/blazor-wasm-template/commit/dea8aa0043ee8d34e7088a22baada5c332b8c452)
1227
- Rename methods to Async and update event handlers [`b493368`](https://github.com/Genocs/blazor-wasm-template/commit/b4933685921b809ccca5930b88a6b0605948176d)
1328
- updated changelog [`2f8de86`](https://github.com/Genocs/blazor-wasm-template/commit/2f8de867b549a9cb29ab3d148f662149de6f0d04)
29+
- Update Genocs Blazor WebAssembly Template to version 2.2.0 [`c37fe0f`](https://github.com/Genocs/blazor-wasm-template/commit/c37fe0f0f65081197cd0e49d477a0b12f66f1aee)
1430

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

@@ -19,6 +35,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1935
- fix docker build [`c0e15bf`](https://github.com/Genocs/blazor-wasm-template/commit/c0e15bf3def38d13edec55b3561c9a50acb28e9e)
2036
- Refactory namespace and project name [`31a6d4a`](https://github.com/Genocs/blazor-wasm-template/commit/31a6d4a178885a4c81ea23b6c910b2200d206acf)
2137
- Update MudBlazor, refactor components, and improve UX [`8c8f7b5`](https://github.com/Genocs/blazor-wasm-template/commit/8c8f7b57ea00aac0a3f34c20b8b93dc208e47e91)
38+
- Upgrade Genocs Blazor WebAssembly Template to version 1.1.0 [`9a5ec99`](https://github.com/Genocs/blazor-wasm-template/commit/9a5ec992e77f5c742be85a4b7a378ec8a6fe91e5)
39+
- Update MudBlazor version to 7.6.0 and refactor components for improved UX [`914dc34`](https://github.com/Genocs/blazor-wasm-template/commit/914dc346409419efdd8bcf0303570332149cc249)
40+
- Update MudBlazor to 6.21.0 in project files [`8dd1570`](https://github.com/Genocs/blazor-wasm-template/commit/8dd15707a8b8c754cd33dec578f928cf64611962)
2241

2342
#### v1.1.0
2443

@@ -28,3 +47,40 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2847
- first commit [`a142db1`](https://github.com/Genocs/blazor-wasm-template/commit/a142db10c19d2fd1b72d58ffd3412b7b9d8c1095)
2948
- Update paths, .NET version, and property names [`4045ef1`](https://github.com/Genocs/blazor-wasm-template/commit/4045ef1e4e7b1d1547db5c2e96e11bb09d5f710e)
3049
- refactory [`d744403`](https://github.com/Genocs/blazor-wasm-template/commit/d744403ab5bc249b51e95d91582a1f8aebe3d933)
50+
- Refactory namespaces [`77005d8`](https://github.com/Genocs/blazor-wasm-template/commit/77005d8be565f5f97af52d9e483bb4bd2392fc3f)
51+
- Template structure updates [`5dd960b`](https://github.com/Genocs/blazor-wasm-template/commit/5dd960b42aaa71637018991097407114bbae7d91)
52+
- Fix italian resources [`e6e1bd0`](https://github.com/Genocs/blazor-wasm-template/commit/e6e1bd0b653058c97907b024ae4a6aa5aae2de86)
53+
- Updated nuget packages [`27a1ac7`](https://github.com/Genocs/blazor-wasm-template/commit/27a1ac7fb7663524df5cfefdb299a7f8ba96a5c6)
54+
- Packages update [`143f51b`](https://github.com/Genocs/blazor-wasm-template/commit/143f51b67beda1cc8fb3869d42768c87bee5413a)
55+
- Major theming and UI enhancements [`83a9823`](https://github.com/Genocs/blazor-wasm-template/commit/83a9823897257d5333c7e36f1659ecc386d14892)
56+
- Upgrade to .NET 8 and enhance features [`eb64906`](https://github.com/Genocs/blazor-wasm-template/commit/eb64906b444f94591ce8ebe06a87105f73310c0d)
57+
- fix documentation [`e9be7ef`](https://github.com/Genocs/blazor-wasm-template/commit/e9be7ef871413fb6dafca7695f30290a4ff055ee)
58+
- Fix [`0eec8c7`](https://github.com/Genocs/blazor-wasm-template/commit/0eec8c77aae8ff2e547e7dc0c219d6bb2c7f11d8)
59+
- removed obsolete [`46b972d`](https://github.com/Genocs/blazor-wasm-template/commit/46b972dbf0c096e886d64200287869af42b49e1d)
60+
- updated files [`e859e63`](https://github.com/Genocs/blazor-wasm-template/commit/e859e636832bedf78615e2dda3f201b5aa122943)
61+
- Minor changes [`0867265`](https://github.com/Genocs/blazor-wasm-template/commit/08672654beba3cb3de1da5fd0c39768f7e42a5d2)
62+
- cleanup data [`a1d5ca3`](https://github.com/Genocs/blazor-wasm-template/commit/a1d5ca3c024d4559770d9b620ae8198ea8eceb28)
63+
- Updated packages [`2f526e6`](https://github.com/Genocs/blazor-wasm-template/commit/2f526e63077fae46ad4337b0068d142547dfa483)
64+
- moved on net 7 [`ca5991e`](https://github.com/Genocs/blazor-wasm-template/commit/ca5991ef588bc47f1c3571c7442ac1d447f3d686)
65+
- Align template [`ce101cf`](https://github.com/Genocs/blazor-wasm-template/commit/ce101cf83f73abac8ab7d5d3e7d0f75849a9cb9e)
66+
- minor fix [`c291380`](https://github.com/Genocs/blazor-wasm-template/commit/c291380713868b0d4caf18ef3c254430c6a0703e)
67+
- Initial commit [`2e012b3`](https://github.com/Genocs/blazor-wasm-template/commit/2e012b33c5b96f582da1e05ed08bfb6136f4a6c9)
68+
- minor fix [`75e4044`](https://github.com/Genocs/blazor-wasm-template/commit/75e40443260299d28ef2ac51cbc0f749dab96fe9)
69+
- moved to NET8 [`8270da9`](https://github.com/Genocs/blazor-wasm-template/commit/8270da9f1d15d31852dd3fdf46e7a6bc31f6edaa)
70+
- Update package, refactor code, and clean up files [`4c4d580`](https://github.com/Genocs/blazor-wasm-template/commit/4c4d580fd5eb895c41d50f01b3fadd4b4c5ca5e1)
71+
- updated nuget packages [`026d343`](https://github.com/Genocs/blazor-wasm-template/commit/026d34398a78e187a3b18d5c6ec7f1864490419f)
72+
- Updated strings [`0f9714f`](https://github.com/Genocs/blazor-wasm-template/commit/0f9714f8f968e60187562a2c3216d73c5f2c2a47)
73+
- Fix documentation [`3730d57`](https://github.com/Genocs/blazor-wasm-template/commit/3730d575ae9e3990f9d060a67886c80cc44c395a)
74+
- Renaming namespace completed [`d8f686f`](https://github.com/Genocs/blazor-wasm-template/commit/d8f686fee051a37bbbe84d76e25e8deff85e8fbe)
75+
- Lates version with NET7 [`8e6b97f`](https://github.com/Genocs/blazor-wasm-template/commit/8e6b97ff1c2e487fd0a046c2416fb903c95a8556)
76+
- updated version for deployment [`b4ee03f`](https://github.com/Genocs/blazor-wasm-template/commit/b4ee03f9960f3406c6978fcb0ecee609c8056407)
77+
- Removed deprecated packages [`99d59b3`](https://github.com/Genocs/blazor-wasm-template/commit/99d59b32e3d609146df2f1fbe0a66d72bdd1f022)
78+
- Update README.md [`fddeb71`](https://github.com/Genocs/blazor-wasm-template/commit/fddeb7142b07e1aa78d181b3bb03fe288c16b314)
79+
- Updated packages plus fix naming [`34c16b1`](https://github.com/Genocs/blazor-wasm-template/commit/34c16b14cd870277d6dd1cb4be866c479acabc15)
80+
- Fix template naming conflocts [`7ff9220`](https://github.com/Genocs/blazor-wasm-template/commit/7ff92205444d051ea89bd7c4894dd84efd0552b3)
81+
- Fix template name [`468ee2d`](https://github.com/Genocs/blazor-wasm-template/commit/468ee2d02eb2151ae712ec4dcf424a44c60a124e)
82+
- deleted unused json file [`61d4a44`](https://github.com/Genocs/blazor-wasm-template/commit/61d4a44ab705a020ec7e2284f5a9f845b5a84314)
83+
- Fix multi language [`86d9f1f`](https://github.com/Genocs/blazor-wasm-template/commit/86d9f1fcc366b85476e0fca893d0f23ddede071e)
84+
- Update build_and_test.yml [`b8ed5f8`](https://github.com/Genocs/blazor-wasm-template/commit/b8ed5f856929a0dba18b38dfde25dfc0e02987f0)
85+
- Update README.md [`2aa5f60`](https://github.com/Genocs/blazor-wasm-template/commit/2aa5f609297a24bf5e542b93dd363fe0fab89410)
86+
- Updated solution name [`5c804b7`](https://github.com/Genocs/blazor-wasm-template/commit/5c804b7511b4e76efcea165af5843274f61e596f)

0 commit comments

Comments
 (0)