Releases: jimkring/a-version-explorer-for-labview
Releases · jimkring/a-version-explorer-for-labview
v0.0 (PPLs Built in LV 2020 for Windows 32-bit and 64-bit)
An initial prototype release.
The source for this VI is here: .\experiments\save-for-previous-version\source\A Version Explorer - UI.vi
This prototype works as follows:
- Saves VIs/CTLs in place using the
VI.Save for Previous
method - Saves LVLIBs and LVCLASSes to a temp directory (using the
Save for Previous
methods of those project item types) and then copies the output .lvlib or .lvclass file, replacing the original file. - Directly modifies the .lvproj file XML data, setting the version information.
This seems to work pretty well.