Skip to content

vbamc v1.4.1

Compare
Choose a tag to compare
@jozefizso jozefizso released this 10 May 10:39
· 46 commits to main since this release

This release does not have any changes in command line vbamc tool.

Added

  • 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