Skip to content

Commit

Permalink
Bump package version to 1.1.0
Browse files Browse the repository at this point in the history
Complies with [Semantic Versioning](https://semver.org/) which we're going to use from now on.
  • Loading branch information
Joelius300 committed Mar 28, 2020
1 parent bc4cb3b commit 41f7708
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/ChartJs.Blazor/ChartJs.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ Compatible with client-side and server-side Blazor applications.</Description>
<PackageProjectUrl>https://github.com/mariusmuntean/ChartJs.Blazor</PackageProjectUrl>
<PackageTags>ChartJS Blazor ASP.Net Core wasm</PackageTags>
<PackageSummary></PackageSummary>
<PackageReleaseNotes>Much-improved Js interop layer that allows registering static and instance handlers for clicks and hover events.
Delta updates result in an animation to the new value instead of a complete redraw.</PackageReleaseNotes>
<PackageReleaseNotes>Updated tick, animation and chart title configurations, allow custom ChartType (for your own charts), respect AspectRatio.</PackageReleaseNotes>
<AssemblyName>ChartJs.Blazor</AssemblyName>
<RootNamespace>ChartJs.Blazor</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>1.0.3</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
</PropertyGroup>


Expand Down

0 comments on commit 41f7708

Please sign in to comment.