-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from santisq/20-add-rename-zipentry-command
20 add rename zipentry command
- Loading branch information
Showing
58 changed files
with
1,660 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 02/25/2024 | ||
|
||
- `ZipEntryBase` Type: | ||
- Renamed Property `EntryName` to `Name`. | ||
- Renamed Property `EntryRelativePath` to `RelativePath`. | ||
- Renamed Property `EntryType` to `Type`. | ||
- Renamed Method `RemoveEntry()` to `Remove()`. | ||
- Added Property `CompressionRatio`. | ||
- `ZipEntryFile` Type: | ||
- Added Property `Extension`. | ||
- Added Property `BaseName`. | ||
- `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`. | ||
- `Get-ZipEntry` command: | ||
- Renamed Parameter `-EntryType` to `-Type`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.