Fixing issue recreating class per file

Problems regenerating single classes and forms from text files in class-per-file form; fixing #105
This commit is contained in:
Lutz
2024-01-03 11:26:23 +01:00
parent ff82618901
commit 8eb6775f60
79 changed files with 44 additions and 31 deletions

Binary file not shown.

View File

@@ -3,8 +3,8 @@ lparameters toUpdateObject
* Set the properties of the passed updater object.
with toUpdateObject
.VersionNumber = '1.21.01 - 20231205'
.AvailableVersion = 'FoxBin2PRG-1.21.01-update-20231205'
.VersionNumber = '1.21.02 - 20240103'
.AvailableVersion = 'FoxBin2PRG-1.21.02-update-20240103'
.Notes = GetNotes()
.RegisterWithThor = GetRegisterWithThor()
endwith
@@ -63,4 +63,4 @@ text to lcCommand noshow
endtext
return lcCommand
*created by VFPX Deployment, 05.12.2023 16:03:02
*created by VFPX Deployment, 03.01.2024 11:25:38