Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet add package BlazorExpress.ChartJS --version 1.1.0
dotnet add package BlazorExpress.ChartJS --version 1.2.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<PackageReference Include="BlazorExpress.ChartJS" Version="1.1.0" />
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet add package BlazorExpress.ChartJS --version 1.1.0
dotnet add package BlazorExpress.ChartJS --version 1.2.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<PackageReference Include="BlazorExpress.ChartJS" Version="1.1.0" />
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.
4 changes: 2 additions & 2 deletions BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>

<PackageId>BlazorExpress.ChartJS</PackageId>
<Version>1.2.1</Version>
<PackageVersion>1.2.1</PackageVersion>
<Version>1.2.2</Version>
<PackageVersion>1.2.2</PackageVersion>

<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1`
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.2`

## Online Demos

Expand Down
2 changes: 1 addition & 1 deletion nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1`
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.2`

## Online Demos

Expand Down
Loading