Merge pull request 'fixed a bug with displaying the application version in the window title' (#13) from fix-app-version into master
Release / release (push) Successful in 3m32s

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-08-31 06:52:05 +00:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
<PublishTrimmed>false</PublishTrimmed> <PublishTrimmed>false</PublishTrimmed>
<PublishReadyToRun Condition="'$(RuntimeIdentifier)' != ''">true</PublishReadyToRun> <PublishReadyToRun Condition="'$(RuntimeIdentifier)' != ''">true</PublishReadyToRun>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion> <FileVersion>$(Version)</FileVersion>
<Product>CursorLang</Product> <Product>CursorLang</Product>
<Company>Aleksandr Neichev</Company> <Company>Aleksandr Neichev</Company>
<Description>Shows the keyboard layout at the cursor</Description> <Description>Shows the keyboard layout at the cursor</Description>
@@ -21,8 +21,8 @@
<PublishTrimmed>false</PublishTrimmed> <PublishTrimmed>false</PublishTrimmed>
<PublishReadyToRun Condition="'$(RuntimeIdentifier)' != ''">true</PublishReadyToRun> <PublishReadyToRun Condition="'$(RuntimeIdentifier)' != ''">true</PublishReadyToRun>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion> <FileVersion>$(Version)</FileVersion>
<Product>CursorLang</Product> <Product>CursorLang</Product>
<Company>Aleksandr Neichev</Company> <Company>Aleksandr Neichev</Company>
<Description>Settings window of CursorLang</Description> <Description>Settings window of CursorLang</Description>