- Update build process.
- Update
ci.yml
to usecodecov-action@v4
. - Fixed parameter names in
Compress-ZipArchive
documentation. Thanks to @martincostello. - Fixed coverlet.console support for Linux runner tests.
- Fixed a bug with
CompressionRatio
property showing always in InvariantCulture format.
ZipEntryBase
Type:- Renamed Property
EntryName
toName
. - Renamed Property
EntryRelativePath
toRelativePath
. - Renamed Property
EntryType
toType
. - Renamed Method
RemoveEntry()
toRemove()
. - Added Property
CompressionRatio
.
- Renamed Property
ZipEntryFile
Type:- Added Property
Extension
. - Added Property
BaseName
.
- Added Property
ZipEntryDirectory
Type:.Name
Property now reflects the directory entries name instead of an empty string.
- Added command
Rename-ZipEntry
. NormalizePath
Method:- Moved from
[PSCompression.ZipEntryExtensions]::NormalizePath
to[PSCompression.Extensions.PathExtensions]::NormalizePath
.
- Moved from
Get-ZipEntry
command:- Renamed Parameter
-EntryType
to-Type
.
- Renamed Parameter