Skip to content

Commit

Permalink
Added some release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmuntean committed Jun 12, 2020
1 parent ad7e381 commit 9a9aa7e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ChartJs.Blazor/ChartJs.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@
<PackageProjectUrl>https://github.com/mariusmuntean/ChartJs.Blazor</PackageProjectUrl>
<PackageTags>ChartJS Blazor ASP.Net Core wasm</PackageTags>
<PackageSummary></PackageSummary>
<PackageReleaseNotes>Updated tick, animation and chart title configurations, allow custom ChartType (for your own charts), respect AspectRatio.</PackageReleaseNotes>
<PackageReleaseNotes>First preview of the upcoming 2.0 release.
Changes:
* Improved JavaScript interop layer and API.
* Datasets were reworked.
* Unified all charts into one Blazor component.
* Bugfixes and performance improvements.

Attention: this release includes breaking changes and it represents a work in progress.</PackageReleaseNotes>
<AssemblyName>ChartJs.Blazor</AssemblyName>
<RootNamespace>ChartJs.Blazor</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down

0 comments on commit 9a9aa7e

Please sign in to comment.