Skip to content

Commit

Permalink
Bumped up version number and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcroomp committed Oct 30, 2017
1 parent 6a07bd0 commit 07a4e6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ This is useful in cases where a drive is moved from another machine or Windows i
SuperDelete.exe --bypassAcl fullPathToFileOrFolder
```

#### Printing stack trace
If there is an exception, this will print the callstack where the exception occurred. This is mostly useful for debugging.

```
SuperDelete.exe --printStackTrace fullPathToFileOrFolder
```

### Downloads

The latest release is SuperDelete 1.1.0 and you can get it from the [Releases](https://github.com/marceln/SuperDelete/releases) page.
The latest release is SuperDelete 1.2.0 and you can get it from the [Releases](https://github.com/marceln/SuperDelete/releases) page.
4 changes: 2 additions & 2 deletions SuperDelete/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

0 comments on commit 07a4e6d

Please sign in to comment.