updated version file

This commit is contained in:
fdbozzo
2017-04-26 21:10:02 +02:00
parent 2621e9eeb1
commit cf8e0548cc

View File

@@ -2,7 +2,7 @@ Lparameters toUpdateInfo
Local lcNote Local lcNote
With toUpdateInfo With toUpdateInfo
.VersionNumber = 'v1.19.49' .VersionNumber = 'v1.19.50'
.VersionDate = Date(2017,04,26) .VersionDate = Date(2017,04,26)
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
@@ -20,9 +20,11 @@ Supported formats are: PJX, PJM, SCX, VCX, FRX, LBX, MNX, DBC, DBF
Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
Change History ------------------------------------------------------------- Change History -------------------------------------------------------------
2017/04/26 v1.19.50
-
2017/04/26 v1.19.49 2017/04/26 v1.19.49
v1.19.49
- Replace Scripting.FileSystemObject MoveFile with Win32API equivalent - Replace Scripting.FileSystemObject MoveFile with Win32API equivalent
- Added support for using temporal CFG file for low-level API operations - Added support for using temporal CFG file for low-level API operations
- Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler) - Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler)