From 9639414a33ffb99d64675ed9aa08583c447f717a Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Fri, 25 Oct 2024 12:09:29 +0200 Subject: [PATCH 1/9] Remove compilerconfig.json settings --- Build/Blazorise.props | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Build/Blazorise.props b/Build/Blazorise.props index 265d894147..143ead4fa4 100644 --- a/Build/Blazorise.props +++ b/Build/Blazorise.props @@ -27,11 +27,6 @@ - - - - - $(DefineConstants);NET6_0 From d7902f605d7e8de4650d269956cf1bc2a5cd12a4 Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Fri, 25 Oct 2024 12:12:33 +0200 Subject: [PATCH 2/9] Blazorise.Licensing 1.3.0-rc2 --- Source/Blazorise/Blazorise.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Blazorise/Blazorise.csproj b/Source/Blazorise/Blazorise.csproj index 3e7c7118af..5dd3b1cc32 100644 --- a/Source/Blazorise/Blazorise.csproj +++ b/Source/Blazorise/Blazorise.csproj @@ -37,7 +37,7 @@ - + From 9f8051f421428e88f77d38887479d3827ef89a60 Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Mon, 28 Oct 2024 10:58:35 +0100 Subject: [PATCH 3/9] Update all projects to net9 rc2 --- Build/Blazorise.Client.props | 6 +++--- Build/Blazorise.Demo.props | 10 +++++----- Build/Blazorise.Docs.props | 6 +++--- Build/Blazorise.Server.RC.props | 4 ++-- Build/Blazorise.Server.props | 6 +++--- Build/Blazorise.props | 12 +++++++++++- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- .../Blazorise.Docs.Compiler.csproj | 2 +- .../Blazorise.Docs.Generator.csproj | 2 +- Documentation/Blazorise.Docs.Generator/Program.cs | 4 ++-- .../Blazorise.Docs.Server.csproj | 2 +- .../Properties/PublishProfiles/FolderProfile.pubxml | 2 +- Documentation/Blazorise.Docs/Blazorise.Docs.csproj | 6 +++--- .../Blazorise.Docs/Pages/Docs/TemplatesPage.razor | 3 +++ Shared/Blazorise.Shared/Blazorise.Shared.csproj | 6 +++--- .../Blazorise.Tests.bUnit.csproj | 2 +- Tests/BasicTestApp.Client/BasicTestApp.Client.csproj | 8 ++++---- Tests/BasicTestApp.Server/BasicTestApp.Server.csproj | 6 +++--- Tests/Blazorise.Benchmark/Blazorise.Benchmark.csproj | 2 +- Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj | 2 +- Tests/Blazorise.E2E.Tests/ReadMe.md | 4 ++-- Tests/Blazorise.Tests/Blazorise.Tests.csproj | 4 ++-- 29 files changed, 64 insertions(+), 51 deletions(-) diff --git a/Build/Blazorise.Client.props b/Build/Blazorise.Client.props index 9506208644..6ac3904a33 100644 --- a/Build/Blazorise.Client.props +++ b/Build/Blazorise.Client.props @@ -1,14 +1,14 @@ - net8.0 + net9.0 Exe 11.0 - - + + \ No newline at end of file diff --git a/Build/Blazorise.Demo.props b/Build/Blazorise.Demo.props index 530d225531..cd568cba5d 100644 --- a/Build/Blazorise.Demo.props +++ b/Build/Blazorise.Demo.props @@ -1,7 +1,7 @@ - net8.0 + net9.0 Library true 11.0 @@ -9,14 +9,14 @@ - - + + - - + + diff --git a/Build/Blazorise.Docs.props b/Build/Blazorise.Docs.props index 7af9bbf7ae..8fb64e8ee8 100644 --- a/Build/Blazorise.Docs.props +++ b/Build/Blazorise.Docs.props @@ -1,7 +1,7 @@ - net8.0 + net9.0 Library true 11.0 @@ -9,8 +9,8 @@ - - + + diff --git a/Build/Blazorise.Server.RC.props b/Build/Blazorise.Server.RC.props index 16017e664c..903475b6ac 100644 --- a/Build/Blazorise.Server.RC.props +++ b/Build/Blazorise.Server.RC.props @@ -1,13 +1,13 @@ - net8.0 + net9.0 11.0 true - + \ No newline at end of file diff --git a/Build/Blazorise.Server.props b/Build/Blazorise.Server.props index eb5ea0dc72..faef027b9a 100644 --- a/Build/Blazorise.Server.props +++ b/Build/Blazorise.Server.props @@ -1,13 +1,13 @@ - net8.0 + net9.0 11.0 - - + + \ No newline at end of file diff --git a/Build/Blazorise.props b/Build/Blazorise.props index 143ead4fa4..08ac59e0ba 100644 --- a/Build/Blazorise.props +++ b/Build/Blazorise.props @@ -14,7 +14,7 @@ Megabit Copyright 2018-2024 Megabit - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 Library true 11.0 @@ -39,6 +39,10 @@ $(DefineConstants);NET8_0 + + $(DefineConstants);NET9_0 + + @@ -57,6 +61,12 @@ + + + + + + D:\Projects\_releases\Blazorise\antdesign FileSystem - net8.0 + net9.0 browser-wasm 39cce894-2049-493f-9b49-2d8b94e4a1b6 true diff --git a/Demos/Blazorise.Demo.Bootstrap.Server/Properties/PublishProfiles/FolderProfile.pubxml b/Demos/Blazorise.Demo.Bootstrap.Server/Properties/PublishProfiles/FolderProfile.pubxml index d02b74059a..943de61c78 100644 --- a/Demos/Blazorise.Demo.Bootstrap.Server/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Demos/Blazorise.Demo.Bootstrap.Server/Properties/PublishProfiles/FolderProfile.pubxml @@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. D:\Projects\_releases\Blazorise\rcbootstrap FileSystem - net8.0 + net9.0 2b39f3d9-4721-4ea7-9272-708238d1208f false diff --git a/Demos/Blazorise.Demo.Bootstrap/Properties/PublishProfiles/FolderProfile.pubxml b/Demos/Blazorise.Demo.Bootstrap/Properties/PublishProfiles/FolderProfile.pubxml index f1ab2d0f9c..69847d2082 100644 --- a/Demos/Blazorise.Demo.Bootstrap/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Demos/Blazorise.Demo.Bootstrap/Properties/PublishProfiles/FolderProfile.pubxml @@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. D:\Projects\_releases\Blazorise\bootstrap FileSystem - net8.0 + net9.0 browser-wasm 36be2535-4cab-4d2d-8ec8-a5396214ea91 true diff --git a/Demos/Blazorise.Demo.Bootstrap5/Properties/PublishProfiles/FolderProfile.pubxml b/Demos/Blazorise.Demo.Bootstrap5/Properties/PublishProfiles/FolderProfile.pubxml index 424cd69803..392f8ad503 100644 --- a/Demos/Blazorise.Demo.Bootstrap5/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Demos/Blazorise.Demo.Bootstrap5/Properties/PublishProfiles/FolderProfile.pubxml @@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. D:\Projects\_releases\Blazorise\bootstrap5 FileSystem - net8.0 + net9.0 browser-wasm cca627e3-633e-4f00-854c-f028ab298cf5 true diff --git a/Demos/Blazorise.Demo.Bulma/Properties/PublishProfiles/FolderProfile.pubxml b/Demos/Blazorise.Demo.Bulma/Properties/PublishProfiles/FolderProfile.pubxml index 44e36a9818..985af05c87 100644 --- a/Demos/Blazorise.Demo.Bulma/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Demos/Blazorise.Demo.Bulma/Properties/PublishProfiles/FolderProfile.pubxml @@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. D:\Projects\_releases\Blazorise\bulma FileSystem - net8.0 + net9.0 browser-wasm 71232d47-6012-4fec-a52a-86301faa0ae8 true diff --git a/Demos/Blazorise.Demo.FluentUI2/Properties/PublishProfiles/FolderProfile.pubxml b/Demos/Blazorise.Demo.FluentUI2/Properties/PublishProfiles/FolderProfile.pubxml index 93e16de13e..2361250cd8 100644 --- a/Demos/Blazorise.Demo.FluentUI2/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Demos/Blazorise.Demo.FluentUI2/Properties/PublishProfiles/FolderProfile.pubxml @@ -14,7 +14,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem <_TargetId>Folder - net8.0 + net9.0 browser-wasm 2c519602-a6e6-4195-9d63-aa34c6978ed2 true diff --git a/Demos/Blazorise.Demo.Material/Properties/PublishProfiles/FolderProfile.pubxml b/Demos/Blazorise.Demo.Material/Properties/PublishProfiles/FolderProfile.pubxml index bb05a40298..a5afa682f4 100644 --- a/Demos/Blazorise.Demo.Material/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Demos/Blazorise.Demo.Material/Properties/PublishProfiles/FolderProfile.pubxml @@ -14,7 +14,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem <_TargetId>Folder - net8.0 + net9.0 browser-wasm 4deb65e7-40ba-409e-9c26-6ef75adf2601 true diff --git a/Demos/Blazorise.Demo.Tailwind/Properties/PublishProfiles/FolderProfile.pubxml b/Demos/Blazorise.Demo.Tailwind/Properties/PublishProfiles/FolderProfile.pubxml index e103020c4e..d828c5d3e2 100644 --- a/Demos/Blazorise.Demo.Tailwind/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Demos/Blazorise.Demo.Tailwind/Properties/PublishProfiles/FolderProfile.pubxml @@ -14,7 +14,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem <_TargetId>Folder - net8.0 + net9.0 browser-wasm 47eeb5b2-3ca1-436c-8317-e69f611fa1e3 true diff --git a/Documentation/Blazorise.Docs.Compiler/Blazorise.Docs.Compiler.csproj b/Documentation/Blazorise.Docs.Compiler/Blazorise.Docs.Compiler.csproj index 9393640893..1165288dee 100644 --- a/Documentation/Blazorise.Docs.Compiler/Blazorise.Docs.Compiler.csproj +++ b/Documentation/Blazorise.Docs.Compiler/Blazorise.Docs.Compiler.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 diff --git a/Documentation/Blazorise.Docs.Generator/Blazorise.Docs.Generator.csproj b/Documentation/Blazorise.Docs.Generator/Blazorise.Docs.Generator.csproj index f67f521030..a47cf75648 100644 --- a/Documentation/Blazorise.Docs.Generator/Blazorise.Docs.Generator.csproj +++ b/Documentation/Blazorise.Docs.Generator/Blazorise.Docs.Generator.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable diff --git a/Documentation/Blazorise.Docs.Generator/Program.cs b/Documentation/Blazorise.Docs.Generator/Program.cs index d257a4bc7a..ee775d63fc 100644 --- a/Documentation/Blazorise.Docs.Generator/Program.cs +++ b/Documentation/Blazorise.Docs.Generator/Program.cs @@ -21,9 +21,9 @@ // // var blzSrcPath = @"..\..\..\..\..\Source\Blazorise"; -var file = @$"{blzSrcPath}\obj\Debug\net8.0\Blazorise.xml"; +var file = @$"{blzSrcPath}\obj\Debug\net9.0\Blazorise.xml"; var enumsFolder = @$"{blzSrcPath}\Enums"; -string outputPath = @$"{blzSrcPath}\obj\Debug\net8.0\EnumsOutput.txt"; +string outputPath = @$"{blzSrcPath}\obj\Debug\net9.0\EnumsOutput.txt"; var enumsFolderDirectory = new DirectoryInfo( enumsFolder ); var enumFileNames = enumsFolderDirectory.GetFiles().Select( x => x.Name.Split( ".cs" )[0] ); diff --git a/Documentation/Blazorise.Docs.Server/Blazorise.Docs.Server.csproj b/Documentation/Blazorise.Docs.Server/Blazorise.Docs.Server.csproj index dcea0e4438..5b10ccd9fc 100644 --- a/Documentation/Blazorise.Docs.Server/Blazorise.Docs.Server.csproj +++ b/Documentation/Blazorise.Docs.Server/Blazorise.Docs.Server.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 $(MSBuildProjectName) diff --git a/Documentation/Blazorise.Docs.Server/Properties/PublishProfiles/FolderProfile.pubxml b/Documentation/Blazorise.Docs.Server/Properties/PublishProfiles/FolderProfile.pubxml index a381912c79..ffa61975f5 100644 --- a/Documentation/Blazorise.Docs.Server/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Documentation/Blazorise.Docs.Server/Properties/PublishProfiles/FolderProfile.pubxml @@ -13,7 +13,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. D:\Projects\_releases\Blazorise\docs-v2 FileSystem - net8.0 + net9.0 3d262581-0f01-4317-9acc-3f104bb639cb false diff --git a/Documentation/Blazorise.Docs/Blazorise.Docs.csproj b/Documentation/Blazorise.Docs/Blazorise.Docs.csproj index a36ae5937b..2493f852bf 100644 --- a/Documentation/Blazorise.Docs/Blazorise.Docs.csproj +++ b/Documentation/Blazorise.Docs/Blazorise.Docs.csproj @@ -37,14 +37,14 @@ - + - ..\..\Documentation/Blazorise.Docs.Compiler/bin/Debug/net8.0/Blazorise.Docs.Compiler.dll + ..\..\Documentation/Blazorise.Docs.Compiler/bin/Debug/net9.0/Blazorise.Docs.Compiler.dll @@ -77,7 +77,7 @@ - + diff --git a/Documentation/Blazorise.Docs/Pages/Docs/TemplatesPage.razor b/Documentation/Blazorise.Docs/Pages/Docs/TemplatesPage.razor index 37a91c54aa..ee10bd84fa 100644 --- a/Documentation/Blazorise.Docs/Pages/Docs/TemplatesPage.razor +++ b/Documentation/Blazorise.Docs/Pages/Docs/TemplatesPage.razor @@ -116,6 +116,9 @@ net8.0 + + net9.0 + diff --git a/Shared/Blazorise.Shared/Blazorise.Shared.csproj b/Shared/Blazorise.Shared/Blazorise.Shared.csproj index 3be95bc167..c37d0290ed 100644 --- a/Shared/Blazorise.Shared/Blazorise.Shared.csproj +++ b/Shared/Blazorise.Shared/Blazorise.Shared.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 @@ -18,8 +18,8 @@ - - + + diff --git a/Source/Helpers/Blazorise.Tests.bUnit/Blazorise.Tests.bUnit.csproj b/Source/Helpers/Blazorise.Tests.bUnit/Blazorise.Tests.bUnit.csproj index c9c33cdaf7..1348e8914b 100644 --- a/Source/Helpers/Blazorise.Tests.bUnit/Blazorise.Tests.bUnit.csproj +++ b/Source/Helpers/Blazorise.Tests.bUnit/Blazorise.Tests.bUnit.csproj @@ -12,7 +12,7 @@ - + diff --git a/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj b/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj index 49e1fcd1e4..34e040f1af 100644 --- a/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj +++ b/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj @@ -1,14 +1,14 @@  - net8.0 + net9.0 true - - - + + + diff --git a/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj b/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj index 63275a9da8..3ffcf12948 100644 --- a/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj +++ b/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj @@ -1,13 +1,13 @@  - net8.0 + net9.0 10.0 - - + + diff --git a/Tests/Blazorise.Benchmark/Blazorise.Benchmark.csproj b/Tests/Blazorise.Benchmark/Blazorise.Benchmark.csproj index f6004add80..7a6d0a1a0a 100644 --- a/Tests/Blazorise.Benchmark/Blazorise.Benchmark.csproj +++ b/Tests/Blazorise.Benchmark/Blazorise.Benchmark.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 1701;1702;CS8032 diff --git a/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj b/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj index 3109bf6c4b..ded8f3d9c5 100644 --- a/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj +++ b/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable false diff --git a/Tests/Blazorise.E2E.Tests/ReadMe.md b/Tests/Blazorise.E2E.Tests/ReadMe.md index 99f83908ba..0e571d8b9f 100644 --- a/Tests/Blazorise.E2E.Tests/ReadMe.md +++ b/Tests/Blazorise.E2E.Tests/ReadMe.md @@ -17,7 +17,7 @@ Below you will find instructions on how to use Playwright. This assumes you will 2. Execute the playwright powershell script to install necessary dependencies (browser dependencies, etc...), i.e: ```bash -powershell .\bin\Debug\net8.0\playwright.ps1 install --with-deps +powershell .\bin\Debug\net9.0\playwright.ps1 install --with-deps ``` > The script must be run in the folder `./Tests/Blazorise.E2E.Tests/` @@ -27,7 +27,7 @@ powershell .\bin\Debug\net8.0\playwright.ps1 install --with-deps To start a record session to generate c# test code (a browser session & Playwright Inspector should be opened automatically): ```bash -powershell .\bin\Debug\net8.0\playwright.ps1 codegen http://localhost:14696 +powershell .\bin\Debug\net9.0\playwright.ps1 codegen http://localhost:14696 ``` In the **Playwright Inspector**, please select **.NET C# NUnit** as the target library to generate the appropriate code. diff --git a/Tests/Blazorise.Tests/Blazorise.Tests.csproj b/Tests/Blazorise.Tests/Blazorise.Tests.csproj index e74cd4b889..846c5e4de6 100644 --- a/Tests/Blazorise.Tests/Blazorise.Tests.csproj +++ b/Tests/Blazorise.Tests/Blazorise.Tests.csproj @@ -1,13 +1,13 @@  - net8.0 + net9.0 false - + From 2ea29ebe2fca612b8852bee782ac15d2f73cc1ac Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Mon, 28 Oct 2024 11:06:01 +0100 Subject: [PATCH 4/9] Update CI actions --- .github/workflows/blazorise-ci-basic.yml | 8 +++++++- .github/workflows/dev-release.yml | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blazorise-ci-basic.yml b/.github/workflows/blazorise-ci-basic.yml index 93a1deb6bd..d0a24a791e 100644 --- a/.github/workflows/blazorise-ci-basic.yml +++ b/.github/workflows/blazorise-ci-basic.yml @@ -27,6 +27,12 @@ jobs: with: dotnet-version: '8.0.x' include-prerelease: true + + - name: Setup .NET 9 + uses: actions/setup-dotnet@v3 + with: + dotnet-version: '9.0.x' + include-prerelease: true - name: Restore NuGet Packages run: dotnet restore @@ -38,7 +44,7 @@ jobs: run: dotnet test ./Tests/Blazorise.Tests/Blazorise.Tests.csproj --configuration Release --no-restore --no-build --verbosity normal - name: Prepare E2E Tests Dependencies - run: pwsh ./Tests/Blazorise.E2E.Tests/bin/Release/net8.0/playwright.ps1 install --with-deps + run: pwsh ./Tests/Blazorise.E2E.Tests/bin/Release/net9.0/playwright.ps1 install --with-deps - name: Run E2E Tests - Release run: dotnet test ./Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj --configuration Release --no-restore --no-build --verbosity normal diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index e4973ee572..0acb73883b 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -23,6 +23,7 @@ jobs: 6.0.x 7.0.x 8.0.x + 9.0.x - name: Restore NuGet Packages run: dotnet restore @@ -34,7 +35,7 @@ jobs: run: dotnet test ./Tests/Blazorise.Tests/Blazorise.Tests.csproj --configuration Release --no-restore --no-build --verbosity normal - name: Prepare E2E Tests Dependencies - run: pwsh ./Tests/Blazorise.E2E.Tests/bin/Release/net8.0/playwright.ps1 install --with-deps + run: pwsh ./Tests/Blazorise.E2E.Tests/bin/Release/net9.0/playwright.ps1 install --with-deps - name: Run E2E Tests - Release run: dotnet test ./Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj --configuration Release --no-restore --no-build --verbosity normal From b309ea625f5fd0889e00343f399a14dc573ab2fa Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Tue, 29 Oct 2024 11:58:22 +0100 Subject: [PATCH 5/9] release notes --- .../News/2024-10-15-release-notes-170.razor | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor b/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor index 2977a717cf..d5d77049f6 100644 --- a/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor +++ b/Documentation/Blazorise.Docs/Pages/News/2024-10-15-release-notes-170.razor @@ -21,6 +21,11 @@ + + + .NET 9: Full support for .NET 9. + + Optimizations: Optimized the internals of class providers. @@ -119,6 +124,14 @@ New Features & Enhancements 🚀 + + .NET 9 Support + + + + Blazorise now fully supports .NET 9. This update ensures compatibility with the latest .NET version, allowing you to leverage the newest features and enhancements in your Blazor applications. By upgrading to .NET 9, you can take advantage of improved performance, security, and productivity benefits, while maintaining seamless integration with Blazorise components and utilities. + + Autocomplete @@ -357,12 +370,12 @@ - New RouterTabs component + New RouterTabs component We are excited to introduce the new RouterTabs component. - After properly setting it up, this component automatically creates tabs per each page the user navigates to. + After properly setting it up, this component automatically creates tabs per each page the user navigates to. Find out more in the oficial docs: RouterTabs Docs From 4aea8ba1a41bb5523decf8affdf21adca9cb247d Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Thu, 7 Nov 2024 12:53:18 +0100 Subject: [PATCH 6/9] Update tests package to latest version --- Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj b/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj index f8e522d212..95e26bca11 100644 --- a/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj +++ b/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj @@ -10,7 +10,7 @@ - + From ec47f91854756e6379f58b9f5c4cdf1299c49574 Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Wed, 13 Nov 2024 09:29:06 +0100 Subject: [PATCH 7/9] Use RTM versions --- Build/Blazorise.Client.props | 4 ++-- Build/Blazorise.Demo.props | 8 ++++---- Build/Blazorise.Docs.props | 4 ++-- Build/Blazorise.Server.RC.props | 2 +- Build/Blazorise.Server.props | 4 ++-- Build/Blazorise.props | 6 +++--- Documentation/Blazorise.Docs/Blazorise.Docs.csproj | 4 ++-- Shared/Blazorise.Shared/Blazorise.Shared.csproj | 4 ++-- Tests/BasicTestApp.Client/BasicTestApp.Client.csproj | 6 +++--- Tests/BasicTestApp.Server/BasicTestApp.Server.csproj | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Build/Blazorise.Client.props b/Build/Blazorise.Client.props index 6ac3904a33..5c8e6890c0 100644 --- a/Build/Blazorise.Client.props +++ b/Build/Blazorise.Client.props @@ -7,8 +7,8 @@ - - + + \ No newline at end of file diff --git a/Build/Blazorise.Demo.props b/Build/Blazorise.Demo.props index 7c69605dd7..32bb6e0b7e 100644 --- a/Build/Blazorise.Demo.props +++ b/Build/Blazorise.Demo.props @@ -9,14 +9,14 @@ - - + + - - + + diff --git a/Build/Blazorise.Docs.props b/Build/Blazorise.Docs.props index 8fb64e8ee8..e5b20f63ab 100644 --- a/Build/Blazorise.Docs.props +++ b/Build/Blazorise.Docs.props @@ -9,8 +9,8 @@ - - + + diff --git a/Build/Blazorise.Server.RC.props b/Build/Blazorise.Server.RC.props index 903475b6ac..7fc376502d 100644 --- a/Build/Blazorise.Server.RC.props +++ b/Build/Blazorise.Server.RC.props @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/Build/Blazorise.Server.props b/Build/Blazorise.Server.props index faef027b9a..c2a791baaa 100644 --- a/Build/Blazorise.Server.props +++ b/Build/Blazorise.Server.props @@ -6,8 +6,8 @@ - - + + \ No newline at end of file diff --git a/Build/Blazorise.props b/Build/Blazorise.props index 08ac59e0ba..c49bddab8b 100644 --- a/Build/Blazorise.props +++ b/Build/Blazorise.props @@ -62,9 +62,9 @@ - - - + + + - + @@ -76,7 +76,7 @@ - + diff --git a/Shared/Blazorise.Shared/Blazorise.Shared.csproj b/Shared/Blazorise.Shared/Blazorise.Shared.csproj index c37d0290ed..399c0302c2 100644 --- a/Shared/Blazorise.Shared/Blazorise.Shared.csproj +++ b/Shared/Blazorise.Shared/Blazorise.Shared.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj b/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj index 34e040f1af..f20538a011 100644 --- a/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj +++ b/Tests/BasicTestApp.Client/BasicTestApp.Client.csproj @@ -6,9 +6,9 @@ - - - + + + diff --git a/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj b/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj index 3ffcf12948..a3ce4bd18a 100644 --- a/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj +++ b/Tests/BasicTestApp.Server/BasicTestApp.Server.csproj @@ -6,8 +6,8 @@ - - + + From 8fb4a6faba85a72a7ce96db385758b202d997717 Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Wed, 13 Nov 2024 09:31:28 +0100 Subject: [PATCH 8/9] Blazorise.Licensing 1.3.0 --- Source/Blazorise/Blazorise.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Blazorise/Blazorise.csproj b/Source/Blazorise/Blazorise.csproj index 5dd3b1cc32..bd7b25bb4d 100644 --- a/Source/Blazorise/Blazorise.csproj +++ b/Source/Blazorise/Blazorise.csproj @@ -37,7 +37,7 @@ - + From 9a8b5390e064eb0d28c80829d2491c8b3264cb95 Mon Sep 17 00:00:00 2001 From: Mladen Macanovic Date: Wed, 13 Nov 2024 09:33:16 +0100 Subject: [PATCH 9/9] Microsoft.AspNetCore.Mvc.Testing to 9.0.0 --- Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj b/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj index 95e26bca11..64623c4a53 100644 --- a/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj +++ b/Tests/Blazorise.E2E.Tests/Blazorise.E2E.Tests.csproj @@ -10,7 +10,7 @@ - +