v2.0.1
VbaCompiler v2.0.1 is a hotfix release which ensures Microsoft Office macro files
are generated correctly.
Fixes
- Ensures the generated macro project files are valid.
- Reverted OpenMcdf library update to maintain compatibility (kept at v2.4.1).
Installation
Install as a .NET tool:
dotnet tool install --global vbamc --version 2.0.1Upgrade from previous version:
dotnet tool update --global vbamcAdd VbaCompiler library to your project:
dotnet add package NetOfficeFw.VbaCompiler --version 2.0.1