Skip to content

Commit 236cd27

Browse files
committed
VbaCompression library v0.5.1
1 parent 58f2c1e commit 236cd27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>0.5.0</VersionPrefix>
4+
<VersionPrefix>0.5.1</VersionPrefix>
55
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
66
</PropertyGroup>
77

src/Kavod.Vba.Compression/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var compressedBytes = VbaCompression.Compress(contentBytes);
1919

2020
### Requirements
2121

22-
Library works on .NET Framework 4.8, .NET 6 and .NET 7 runtimes.
22+
Library works on .NET Framework 4.6.2 and 4.8, and .NET 6, 7 and 8 runtimes.
2323

2424

2525
### Legal

0 commit comments

Comments
 (0)