Skip to content

Commit

Permalink
VbaCompression library v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 19, 2023
1 parent 58f2c1e commit 236cd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionPrefix>0.5.1</VersionPrefix>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Kavod.Vba.Compression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var compressedBytes = VbaCompression.Compress(contentBytes);

### Requirements

Library works on .NET Framework 4.8, .NET 6 and .NET 7 runtimes.
Library works on .NET Framework 4.6.2 and 4.8, and .NET 6, 7 and 8 runtimes.


### Legal
Expand Down

0 comments on commit 236cd27

Please sign in to comment.