You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@
2
2
3
3
## 2.0.1-preview2
4
4
5
-
-Rewrite`Expand-Archive` cmdlet in C#
5
+
-Rewrote`Expand-Archive` cmdlet in C#
6
6
- Added `-Format` parameter to `Expand-Archive`
7
7
- Added `-WriteMode` parameter to `Expand-Archive`
8
-
- Added support for zip64
8
+
- Added support for zip64 to `Expand-Archive`
9
9
- Fixed a bug where the entry names of files in a directory would not be correct when compressing an archive
10
-
-`Compress-Archive` skips writing an entry to an archive if an error occurs while doing so
10
+
-`Compress-Archive`by default skips writing an entry to an archive if an error occurs while doing so
11
11
12
12
## 2.0.1-preview1
13
13
14
-
-Rewrite`Compress-Archive` cmdlet in C#
14
+
-Rewrote`Compress-Archive` cmdlet in C#
15
15
- Added `-Format` parameter to `Compress-Archive`
16
16
- Added `-WriteMode` parameter to `Compress-Archive`
17
17
- Added support for relative path structure preservating when paths relative to the working directory are specified to `-Path` or `-LiteralPath` in `Compress-Archive`
18
-
- Added support for zip64
18
+
- Added support for zip64 to `Compress-Archive`
19
19
- Fixed a bug where empty directories would not be compressed
20
20
- Fixed a bug where an abrupt stop when compressing empty directories would not delete the newly created archive
- Added `-WriteMode` parameter to `Expand-Archive`
21
-
- Added support for zip64
21
+
- Added support for zip64 to `Expand-Archive`
22
22
- Fixed a bug where the entry names of files in a directory would not be correct when compressing an archive
23
-
- `Compress-Archive` skips writing an entry to an archive if an error occurs while doing so
23
+
- `Compress-Archive` by default skips writing an entry to an archive if an error occurs while doing so
24
24
25
25
## 2.0.1-preview1
26
-
- Rewrite `Compress-Archive` cmdlet in C#
26
+
- Rewrote `Compress-Archive` cmdlet in C#
27
27
- Added `-Format` parameter to `Compress-Archive`
28
28
- Added `-WriteMode` parameter to `Compress-Archive`
29
29
- Added support for relative path structure preservating when paths relative to the working directory are specified to `-Path` or `-LiteralPath` in `Compress-Archive`
30
-
- Added support for zip64
30
+
- Added support for zip64 to `Compress-Archive`
31
31
- Fixed a bug where empty directories would not be compressed
32
32
- Fixed a bug where an abrupt stop when compressing empty directories would not delete the newly created archive
0 commit comments