Skip to content

Commit 338d4d2

Browse files
committed
Update version to 2.0.1
1 parent a6435bf commit 338d4d2

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

src/ChartJs.Blazor/ChartJs.Blazor.csproj

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,14 @@
1313
<PackageProjectUrl>https://github.com/mariusmuntean/ChartJs.Blazor</PackageProjectUrl>
1414
<PackageTags>Chart.js Blazor ASP.NET-Core wasm</PackageTags>
1515
<PackageSummary></PackageSummary>
16-
<PackageReleaseNotes>Biggest changes:
17-
* Unified all charts into one Blazor component
18-
* Entirely reworked datasets
19-
* Improved JavaScript interop layer and API (callbacks)
20-
* Simplified namespaces
21-
* Library no longer contains copy of Chart.js and moment.js builds
22-
* Lots of bugfixes and other improvements
23-
24-
More on https://github.com/mariusmuntean/ChartJs.Blazor/releases/tag/v2.0.0</PackageReleaseNotes>
16+
<PackageReleaseNotes>Fix bug related to the ticks-callback in single-scale charts.</PackageReleaseNotes>
2517
<AssemblyName>ChartJs.Blazor</AssemblyName>
2618
<RootNamespace>ChartJs.Blazor</RootNamespace>
2719
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
28-
<Version>2.0.0</Version>
29-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
30-
<FileVersion>2.0.0.0</FileVersion>
20+
<Version>2.0.1</Version>
21+
<AssemblyVersion>2.0.1.0</AssemblyVersion>
22+
<FileVersion>2.0.1.0</FileVersion>
3123
<PackageLicenseExpression>MIT</PackageLicenseExpression>
32-
<PackageVersion>2.0.0</PackageVersion>
3324
</PropertyGroup>
3425

3526
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)