Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelius300 committed Jan 1, 2021
1 parent a6435bf commit 338d4d2
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/ChartJs.Blazor/ChartJs.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,14 @@
<PackageProjectUrl>https://github.com/mariusmuntean/ChartJs.Blazor</PackageProjectUrl>
<PackageTags>Chart.js Blazor ASP.NET-Core wasm</PackageTags>
<PackageSummary></PackageSummary>
<PackageReleaseNotes>Biggest changes:
* Unified all charts into one Blazor component
* Entirely reworked datasets
* Improved JavaScript interop layer and API (callbacks)
* Simplified namespaces
* Library no longer contains copy of Chart.js and moment.js builds
* Lots of bugfixes and other improvements

More on https://github.com/mariusmuntean/ChartJs.Blazor/releases/tag/v2.0.0</PackageReleaseNotes>
<PackageReleaseNotes>Fix bug related to the ticks-callback in single-scale charts.</PackageReleaseNotes>
<AssemblyName>ChartJs.Blazor</AssemblyName>
<RootNamespace>ChartJs.Blazor</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>2.0.0</PackageVersion>
</PropertyGroup>

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

0 comments on commit 338d4d2

Please sign in to comment.