From 07a4e6dac8b189b3e4a21d9f4168fe700ea4efd2 Mon Sep 17 00:00:00 2001 From: Kristof Date: Mon, 30 Oct 2017 12:31:00 +0100 Subject: [PATCH] Bumped up version number and updated README.md --- README.md | 9 ++++++++- SuperDelete/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b5c8e1..a4bd071 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/SuperDelete/Properties/AssemblyInfo.cs b/SuperDelete/Properties/AssemblyInfo.cs index 035a6f0..58478c1 100644 --- a/SuperDelete/Properties/AssemblyInfo.cs +++ b/SuperDelete/Properties/AssemblyInfo.cs @@ -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")]