fixed a bug with displaying the application version in the window title
Pull request / build (pull_request) Successful in 29s
Pull request / build (pull_request) Successful in 29s
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
<PublishTrimmed>false</PublishTrimmed>
|
||||
<PublishReadyToRun Condition="'$(RuntimeIdentifier)' != ''">true</PublishReadyToRun>
|
||||
<Version>1.0.0</Version>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<AssemblyVersion>$(Version)</AssemblyVersion>
|
||||
<FileVersion>$(Version)</FileVersion>
|
||||
<Product>CursorLang</Product>
|
||||
<Company>Aleksandr Neichev</Company>
|
||||
<Description>Settings window of CursorLang</Description>
|
||||
|
||||
Reference in New Issue
Block a user