Skip to content

Commit

Permalink
Remove disruptive launchSettings, bump to 2.0.2
Browse files Browse the repository at this point in the history
Fixes #175
  • Loading branch information
Joelius300 committed Jan 11, 2021
1 parent 338d4d2 commit 17682e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
10 changes: 5 additions & 5 deletions src/ChartJs.Blazor/ChartJs.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<IsPackable>true</IsPackable>
Expand All @@ -13,13 +13,13 @@
<PackageProjectUrl>https://github.com/mariusmuntean/ChartJs.Blazor</PackageProjectUrl>
<PackageTags>Chart.js Blazor ASP.NET-Core wasm</PackageTags>
<PackageSummary></PackageSummary>
<PackageReleaseNotes>Fix bug related to the ticks-callback in single-scale charts.</PackageReleaseNotes>
<PackageReleaseNotes>Remove disruptive launchSettings that could override your own.</PackageReleaseNotes>
<AssemblyName>ChartJs.Blazor</AssemblyName>
<RootNamespace>ChartJs.Blazor</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<Version>2.0.2</Version>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Expand Down
27 changes: 0 additions & 27 deletions src/ChartJs.Blazor/Properties/launchSettings.json

This file was deleted.

0 comments on commit 17682e4

Please sign in to comment.