-
Notifications
You must be signed in to change notification settings - Fork 2
Updating Your Toolkit
Jimm Domingo edited this page Sep 4, 2018
·
2 revisions
Instructions to update your toolkit's project for a new release of this framework project.
-
Copy in framework files
Unpack the release's zip file or tarball, and then copy its source files (
*.bas
,*.cls
) into your toolkit's working directory. Your version control software should indicate which framework files have been changed or added in this release.Note: additional steps are required if the release contains core changes (described in the section below).
-
Verify the changes
Open the Development edition of your toolkit with its macros enabled. Confirm that the toolkit's menu and macros work as expected.
-
Commit the update
For example:
git commit -a -m "Update vba-libs to version 1.2.3"