Add logo (#19)

This commit is contained in:
Patrick Stevens
2024-06-04 00:34:26 +01:00
committed by GitHub
parent 6f2c11a0a3
commit 4d4aa25825
3 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<PackageTags>fsharp;pratt-parser;parsing;parser;top-down;precedence;recursive;descent</PackageTags>
<WarnOn>FS3559</WarnOn>
<PackageId>WoofWare.PrattParser</PackageId>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
@@ -24,6 +25,10 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>

BIN
PrattParser/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB