Skip to content

Commit

Permalink
add package properties and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoroz committed Nov 20, 2022
1 parent 9305c10 commit 0a64b67
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions WanaKanaShaapu/WanaKanaShaapu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Company />
<Authors>kmoroz</Authors>
<Description>A C# implementation of WanaKana, a library for transliterating to and from Japanese</Description>
<PackageProjectUrl>https://github.com/kmoroz/WanaKanaShaapu</PackageProjectUrl>
<PackageIcon>wanikanilogo.png</PackageIcon>
<RepositoryUrl>https://github.com/kmoroz/WanaKanaShaapu</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>japanese wanikani wanakana tofugu hiragana katakana romaji kanji transliteration</PackageTags>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="wanikanilogo.png" />
</ItemGroup>

<ItemGroup>
<None Update="wanikanilogo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
Binary file added WanaKanaShaapu/wanikanilogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a64b67

Please sign in to comment.