Skip to content

Commit

Permalink
add kana-to-romaji converter
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgitpr committed Sep 10, 2024
1 parent 553a3af commit 4da6220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TuneLab/TuneLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.11" />
<PackageReference Include="BunLabs.NAudio.Flac" Version="2.0.1" />
<PackageReference Include="csharp-kana" Version="1.0.0" />
<PackageReference Include="csharp-kana" Version="1.0.1" />
<PackageReference Include="csharp-pinyin" Version="1.0.0" />
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="Markdown.Avalonia" Version="11.0.2" />
Expand Down

0 comments on commit 4da6220

Please sign in to comment.