Skip to content

Commit

Permalink
Add readme to NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetsait committed May 6, 2024
1 parent 919fb3d commit 402b641
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Scintilla.NET/Scintilla.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RootNamespace>ScintillaNET</RootNamespace>
<Authors>Jacob Slusser, VPKSoft, cyber960, desjarlais</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit 402b641

Please sign in to comment.