Skip to content

Commit 6c2a5f5

Browse files
committed
Update version to 1.2.0 and modify documentation
Updated the application version from `1.1.0` to `1.2.0` in `appsettings.json` and adjusted the `BlazorExpress.ChartJS.csproj` file to reflect the new versioning. The README.md has been updated to change the NuGet installation command to the latest version, ensuring users have the most current package. NOTE: This commit message is auto-generated using GitHub Copilot.
1 parent ef139bd commit 6c2a5f5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"release": {
44
"short_description": "Introduces Bubble Chart support and various enhancements."
55
},

BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44

55
<PackageId>BlazorExpress.ChartJS</PackageId>
6-
<Version>1.1.0</Version>
7-
<PackageVersion>1.1.0</PackageVersion>
6+
<Version>1.2.0</Version>
7+
<PackageVersion>1.2.0</PackageVersion>
88

99
<PackageIcon>logo.png</PackageIcon>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Get started any way you want
3131

3232
- Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS`
33-
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.1.0`
33+
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.0`
3434

3535
## Online Demos
3636

nuget/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Get started any way you want
1616

1717
- Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS`
18-
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.1.0`
18+
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.0`
1919

2020
## Online Demos
2121

0 commit comments

Comments
 (0)