Skip to content

Commit 83b67a7

Browse files
authored
Merge pull request #29 from BlazorExpress/features/1.2.2-release
Update package version to 1.2.2 in installation snippets and project …
2 parents 8c6368b + b4725e6 commit 83b67a7

7 files changed

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dotnet add package BlazorExpress.ChartJS --version 1.1.0
1+
dotnet add package BlazorExpress.ChartJS --version 1.2.2
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<PackageReference Include="BlazorExpress.ChartJS" Version="1.1.0" />
1+
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dotnet add package BlazorExpress.ChartJS --version 1.1.0
1+
dotnet add package BlazorExpress.ChartJS --version 1.2.2
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<PackageReference Include="BlazorExpress.ChartJS" Version="1.1.0" />
1+
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />

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.2.1</Version>
7-
<PackageVersion>1.2.1</PackageVersion>
6+
<Version>1.2.2</Version>
7+
<PackageVersion>1.2.2</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.2.1`
33+
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.2`
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.2.1`
18+
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.2`
1919

2020
## Online Demos
2121

0 commit comments

Comments
 (0)