Skip to content

Commit

Permalink
Update LibNMeCab version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cutano committed Mar 8, 2021
1 parent de0f13b commit 554322a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Kawazu/Kawazu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<Title>Kawazu</Title>
<Description>Kawazu is a C# library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported. Inspired by project Kuroshiro.</Description>
<PackageTags>Japanese;Kana;Kanji;Mecab;Hiragana;Katakana;Furigana;Okurigana</PackageTags>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Cutano</Authors>
<Company>Cutano</Company>
<TargetFrameworks>net5.0;netcoreapp3.1;netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.0.0</AssemblyVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<Copyright>© Cutano 2020</Copyright>
<PackageProjectUrl>https://github.com/Cutano/Kawazu</PackageProjectUrl>
<RepositoryUrl>https://github.com/Cutano/Kawazu</RepositoryUrl>
<PackageIcon>Kawazu_icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LibNMeCab" Version="0.10.0" />
<PackageReference Include="LibNMeCab" Version="0.10.1" />
<PackageReference Include="LibNMeCab.IpaDicBin" Version="0.10.0" />
<None Include="Kawazu_icon.png" Pack="true" PackagePath="" />
</ItemGroup>
Expand Down

0 comments on commit 554322a

Please sign in to comment.