Skip to content

Commit 41f7708

Browse files
committed
Bump package version to 1.1.0
Complies with [Semantic Versioning](https://semver.org/) which we're going to use from now on.
1 parent bc4cb3b commit 41f7708

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/ChartJs.Blazor/ChartJs.Blazor.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ Compatible with client-side and server-side Blazor applications.</Description>
1616
<PackageProjectUrl>https://github.com/mariusmuntean/ChartJs.Blazor</PackageProjectUrl>
1717
<PackageTags>ChartJS Blazor ASP.Net Core wasm</PackageTags>
1818
<PackageSummary></PackageSummary>
19-
<PackageReleaseNotes>Much-improved Js interop layer that allows registering static and instance handlers for clicks and hover events.
20-
Delta updates result in an animation to the new value instead of a complete redraw.</PackageReleaseNotes>
19+
<PackageReleaseNotes>Updated tick, animation and chart title configurations, allow custom ChartType (for your own charts), respect AspectRatio.</PackageReleaseNotes>
2120
<AssemblyName>ChartJs.Blazor</AssemblyName>
2221
<RootNamespace>ChartJs.Blazor</RootNamespace>
2322
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
24-
<Version>1.0.3</Version>
25-
<AssemblyVersion>1.0.3.0</AssemblyVersion>
26-
<FileVersion>1.0.3.0</FileVersion>
23+
<Version>1.1.0</Version>
24+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
25+
<FileVersion>1.1.0.0</FileVersion>
2726
<PackageLicenseExpression>MIT</PackageLicenseExpression>
28-
<PackageVersion>1.0.3</PackageVersion>
27+
<PackageVersion>1.1.0</PackageVersion>
2928
</PropertyGroup>
3029

3130

0 commit comments

Comments
 (0)