Skip to content

Commit 7e63464

Browse files
committed
VbaCompression library v2.0.0
1 parent e2a889d commit 7e63464

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>1.0.0</VersionPrefix>
4+
<VersionPrefix>2.0.0</VersionPrefix>
55
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
66
<LangVersion>12.0</LangVersion>
77
</PropertyGroup>

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.6.2 and 4.8, and .NET 6, 7 and 8 runtimes.
22+
Library works with .NET Framework 4.6.2 and 4.8, and .NET 8 runtimes.
2323

2424

2525
### Legal

0 commit comments

Comments
 (0)