v1.4.2
This release does not have any changes in command line vbamc
tool.
Added
- To support compilation of custom addins, the
VbaCompiler
library allows the developer to set base directory to Ribbon customization files (thecustomUI
folder). #6 - The
VbaCompiler
library 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
--file
parameter 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