Skip to content

Commit

Permalink
Update to version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waacton committed Jan 6, 2022
1 parent 11ff816 commit 8767278
Show file tree
Hide file tree
Showing 6 changed files with 1,113 additions and 1,105 deletions.
2 changes: 1 addition & 1 deletion Desu.ExampleConsole/Desu.ExampleConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ApplicationIcon>Desu.ico</ApplicationIcon>
<AssemblyName>Wacton.Desu.ExampleConsole</AssemblyName>
<RootNamespace>Wacton.Desu.ExampleConsole</RootNamespace>
Expand Down
4 changes: 2 additions & 2 deletions Desu/Desu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ApplicationIcon>Resources\Desu.ico</ApplicationIcon>
<AssemblyName>Wacton.Desu</AssemblyName>
<RootNamespace>Wacton.Desu</RootNamespace>
<Version>6.0.0</Version>
<Version>6.1.0</Version>
<Authors>William Acton</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Japanese and kanji dictionary .NET library built upon JMdict, JMnedict, KANJIDIC, RADKFILE/KRADFILE, and KanjiVG.
Expand All @@ -15,7 +15,7 @@ Targets .NET Standard 2.0 for use in .NET 5.0+, .NET Core 2.0+ and .NET Framewor
<PackageIconUrl></PackageIconUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageTags>Japanese kanji dictionary JMdict JMnedict KANJIDIC RADKFILE KRADFILE KanjiVG EDICT radicals romaji</PackageTags>
<PackageReleaseNotes>Map radical glyphs to appropriate unicode characters and remove duplicates from kanji/radical lookups </PackageReleaseNotes>
<PackageReleaseNotes>Remove duplicate radicals and replace approximate glyphs</PackageReleaseNotes>
<RepositoryType></RepositoryType>
<LangVersion>7.1</LangVersion>
<Copyright>William Acton</Copyright>
Expand Down
Binary file modified Desu/Resources/JMdict.zip
Binary file not shown.
Binary file modified Desu/Resources/JMnedict.zip
Binary file not shown.
Binary file modified Desu/Resources/kanjidic2.zip
Binary file not shown.
Loading

0 comments on commit 8767278

Please sign in to comment.