Skip to content

Commit f712c65

Browse files
authored
Merge pull request #4 from kristofrwe/addbypassAcl
Bumped up version number and updated README.md
2 parents d8abd1d + 07a4e6d commit f712c65

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ This is useful in cases where a drive is moved from another machine or Windows i
3333
SuperDelete.exe --bypassAcl fullPathToFileOrFolder
3434
```
3535

36+
#### Printing stack trace
37+
If there is an exception, this will print the callstack where the exception occurred. This is mostly useful for debugging.
38+
39+
```
40+
SuperDelete.exe --printStackTrace fullPathToFileOrFolder
41+
```
42+
3643
### Downloads
3744

38-
The latest release is SuperDelete 1.1.0 and you can get it from the [Releases](https://github.com/marceln/SuperDelete/releases) page.
45+
The latest release is SuperDelete 1.2.0 and you can get it from the [Releases](https://github.com/marceln/SuperDelete/releases) page.

SuperDelete/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
35+
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyFileVersion("1.2.0.0")]

0 commit comments

Comments
 (0)