diff --git a/Installer/setup.iss b/Installer/setup.iss
index 58986a9..cb1128e 100644
--- a/Installer/setup.iss
+++ b/Installer/setup.iss
@@ -1,7 +1,7 @@
#define use_dotnetfx46
#define MyAppName "SmartHDD"
-#define MyAppVersion "1.0.0.0"
+#define MyAppVersion "1.0.0.1"
#define MyAppPublisher "DoogeJ"
#define MyAppURL "https://github.com/DoogeJ/SmartHDD"
#define MyAppExeName "SmartHDD.exe"
diff --git a/SmartHDD/Program.cs b/SmartHDD/Program.cs
index e1644c4..4bd18ba 100644
--- a/SmartHDD/Program.cs
+++ b/SmartHDD/Program.cs
@@ -330,7 +330,7 @@ namespace SmartHDD
}
WriteFullLine("┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐");
- WriteFullLine("│ SmartHDD by DoogeJ - https://github.com/DoogeJ/SmartHDD - (c) 2016 Jaap-Willem Dooge, 2013 Llewellyn Kruger version 1.0.0.0 │");
+ WriteFullLine("│ SmartHDD by DoogeJ - https://github.com/DoogeJ/SmartHDD - (c) 2016 Jaap-Willem Dooge, 2013 Llewellyn Kruger version 1.0.0.1 │");
WriteFullLine("└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘");
Console.WriteLine();
diff --git a/SmartHDD/Properties/AssemblyInfo.cs b/SmartHDD/Properties/AssemblyInfo.cs
index 312e8fb..a8300c4 100644
--- a/SmartHDD/Properties/AssemblyInfo.cs
+++ b/SmartHDD/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.0.1")]
+[assembly: AssemblyFileVersion("1.0.0.1")]
diff --git a/SmartHDD/SmartHDD.csproj b/SmartHDD/SmartHDD.csproj
index b74a373..0cc535f 100644
--- a/SmartHDD/SmartHDD.csproj
+++ b/SmartHDD/SmartHDD.csproj
@@ -12,6 +12,21 @@
v4.5.2
512
true
+ publish\
+ true
+ Disk
+ false
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 1
+ 1.0.0.%2a
+ false
+ false
+ true
AnyCPU
@@ -63,6 +78,18 @@
+
+
+ False
+ Microsoft .NET Framework 4.5.2 %28x86 and x64%29
+ true
+
+
+ False
+ .NET Framework 3.5 SP1
+ false
+
+