Skip to content

Commit

Permalink
vbamc v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 19, 2023
1 parent 80eec7f commit f67e9c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.7.0</VersionPrefix>
<VersionPrefix>1.8.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/VbaCompiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var macroFilePath = compiler.CompileExcelMacroFile("bin", "MyMacro.xlsm", vbaPro

### Requirements

The compiler works on .NET 6 and .NET 7 runtimes on Windows and macOS.
The compiler works on .NET 6, 7 and 8 runtimes on Windows and macOS.

### Samples

Expand Down
2 changes: 1 addition & 1 deletion src/vbamc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vbamc --module Module.vb --class MyClass.vb --name "VBA Project" --company "ACME

### Requirements

The compiler works on .NET 6 and .NET 7 runtimes on Windows and macOS.
The compiler works on .NET 6, 7 and 8 runtimes on Windows and macOS.

### Samples

Expand Down

0 comments on commit f67e9c7

Please sign in to comment.