Skip to content

vbamc v2.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jan 12:47
· 5 commits to main since this release
v2.0.1
a0ce8d5

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.1

Upgrade from previous version:

dotnet tool update --global vbamc

Add VbaCompiler library to your project:

dotnet add package NetOfficeFw.VbaCompiler --version 2.0.1