Skip to content

Commit

Permalink
Merge pull request #7 from kmoroz/MIT_licence
Browse files Browse the repository at this point in the history
Added MIT licence, updated JSON package
  • Loading branch information
kmoroz authored Nov 6, 2024
2 parents 79c7a49 + fa0d43b commit 5bfc047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WanaKanaShaapu/WanaKanaShaapu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
<RepositoryUrl>https://github.com/kmoroz/WanaKanaShaapu</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>japanese wanikani wanakana tofugu hiragana katakana romaji kanji transliteration</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5bfc047

Please sign in to comment.