Skip to content

Commit

Permalink
Add README to Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn committed Apr 27, 2024
1 parent 97edd6d commit e3eef8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>

<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="*" PrivateAssets="All" />
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<!-- package info -->
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Squircle corner-smoothing blazor component like iOS border-radius.

[![NuGet](https://img.shields.io/nuget/v/Squircle.Blazor.svg)](https://www.nuget.org/packages/Squircle.Blazor/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

![overview](./overview.png)

Expand Down

0 comments on commit e3eef8c

Please sign in to comment.