From 55354248b0f65b446a7130217913511f4c686285 Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Tue, 14 Jul 2026 23:51:47 +0530 Subject: [PATCH] Update BlazorExpress.ChartJS to version 1.2.4 Updated package version references across `.razor` files, `appsettings.json`, and `BlazorExpress.ChartJS.csproj`. Modified `short_description` in `appsettings.json` to highlight new features. Updated `README.md` installation instructions to reflect the new version. --- ...01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor | 2 +- ..._A_Manual_Install_02_Add_Package_Reference_Snippet.razor | 2 +- ...02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor | 2 +- ..._A_Manual_Install_02_Add_Package_Reference_Snippet.razor | 2 +- .../wwwroot/appsettings.json | 6 +++--- BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj | 4 ++-- README.md | 2 +- nuget/README.md | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor index 9aae45f0..fc33ec25 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor @@ -1 +1 @@ -dotnet add package BlazorExpress.ChartJS --version 1.2.3 \ No newline at end of file +dotnet add package BlazorExpress.ChartJS --version 1.2.4 diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor index 42439ac7..891793be 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor @@ -1 +1 @@ - \ No newline at end of file + diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor index 9aae45f0..fc33ec25 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor @@ -1 +1 @@ -dotnet add package BlazorExpress.ChartJS --version 1.2.3 \ No newline at end of file +dotnet add package BlazorExpress.ChartJS --version 1.2.4 diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor index 42439ac7..891793be 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor @@ -1 +1 @@ - \ No newline at end of file + diff --git a/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json b/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json index fc47aedf..a7b4eba4 100644 --- a/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json +++ b/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json @@ -1,7 +1,7 @@ { - "version": "1.2.3", + "version": "1.2.4", "release": { - "short_description": "Adds dataset stack support for bar and line charts and updates installation snippets to v1.2.3." + "short_description": "Adds chart click events and dedicated examples across all supported chart types." }, "NugetPackageName": "BlazorExpress.ChartJS", "NugetPackageDisplayName": "BlazorExpress ChartJS", @@ -21,4 +21,4 @@ "stackoverflow": "//stackoverflow.com/questions/tagged/blazorexpress-chartjs" }, "dotNetVersion": "9.0.0" -} \ No newline at end of file +} diff --git a/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj b/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj index fe1a2a7d..7c3f0601 100644 --- a/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj +++ b/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj @@ -3,8 +3,8 @@ BlazorExpress.ChartJS - 1.2.3 - 1.2.3 + 1.2.4 + 1.2.4 logo.png Apache-2.0 diff --git a/README.md b/README.md index 20bca1c0..af12f586 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Get started any way you want - Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS` -- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.3` +- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.4` ## Online Demos diff --git a/nuget/README.md b/nuget/README.md index 02f3fd21..ff71c35f 100644 --- a/nuget/README.md +++ b/nuget/README.md @@ -15,7 +15,7 @@ Get started any way you want - Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS` -- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.3` +- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.4` ## Online Demos