Changed assembly name to app name

This commit is contained in:
Thorsten Sommer 2022-07-16 22:28:27 +02:00
parent 0adc95b016
commit 52b0d3af0c
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -8,6 +8,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>default</LangVersion>
<AssemblyName>I18N Commander</AssemblyName>
</PropertyGroup>
<ItemGroup>