v1.4.2
This release does not have any changes in command line vbamc tool.
Added
- To support compilation of custom addins, the
VbaCompilerlibrary allows the developer to set base directory to Ribbon customization files (thecustomUIfolder). #6 - The
VbaCompilerlibrary was updated to allows compiling PowerPoint add-in files on Windows platform and replacing the user profile path~/with the macOS directory separator. #5
Release notes for v1.4.0
Change the user profile path which will replace the ~/ expression in source code using the --user-profile-path parameter.
Warning Reverted change to the
--fileparameter from v1.3.0 release.
Parameter --file requires filename with extension now. This behavior is the same as for v1.2.0 release.
The vbamc compiler is now listed on NuGet https://www.nuget.org/packages/vbamc
Install it using command
dotnet tool install --global vbamc --version 1.4.1