diff --git a/HeliosDisplayManagement.Setup/HeliosDisplayManagement.Setup.ism b/HeliosDisplayManagement.Setup/HeliosDisplayManagement.Setup.ism
index 4753e38..dc24dfb 100644
--- a/HeliosDisplayManagement.Setup/HeliosDisplayManagement.Setup.ism
+++ b/HeliosDisplayManagement.Setup/HeliosDisplayManagement.Setup.ism
@@ -2327,7 +2327,7 @@
ISProjectDataFolder | | | 1 |
ISProjectFolder | | | 1 |
PATH_TO_RELEASE_FILES | <ISProjectFolder>\..\Release | | 2 |
- PATH_TO_RELEASE_FILES1 | C:\Users\s_fal\Documents\Visual Studio 2017\Projects\SharedDLLCleanup\SharedDLLCleanup\bin\x86\Release | | 2 |
+ PATH_TO_RELEASE_FILES1 | <ISProjectFolder>\..\..\SharedDLLCleanup\SharedDLLCleanup\bin\x86\Release | | 2 |
ProgramFilesFolder | | | 1 |
SystemFolder | | | 1 |
WindowsFolder | | | 1 |
@@ -4472,7 +4472,7 @@ eAA2ADQAIABSAGUAbABlAGEAcwBlAAEAeAA2ADQAIABDAG8AbgBmAGkAZwB1AHIAYQB0AGkAbwBuAA==
ProductID | none | |
ProductLanguage | 1033 | |
ProductName | Helios Display Management | |
- ProductVersion | 0.9.4.4 | |
+ ProductVersion | 0.9.5.0 | |
ProgressType0 | install | |
ProgressType1 | Installing | |
ProgressType2 | installed | |
diff --git a/HeliosDisplayManagement.Shared/Properties/AssemblyInfo.cs b/HeliosDisplayManagement.Shared/Properties/AssemblyInfo.cs
index 8d66032..c981444 100644
--- a/HeliosDisplayManagement.Shared/Properties/AssemblyInfo.cs
+++ b/HeliosDisplayManagement.Shared/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.9.4.*")]
-[assembly: AssemblyFileVersion("0.9.4.4")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.9.5.*")]
+[assembly: AssemblyFileVersion("0.9.5.0")]
\ No newline at end of file
diff --git a/HeliosDisplayManagement.ShellExtension/Properties/AssemblyInfo.cs b/HeliosDisplayManagement.ShellExtension/Properties/AssemblyInfo.cs
index da8b69c..72edea5 100644
--- a/HeliosDisplayManagement.ShellExtension/Properties/AssemblyInfo.cs
+++ b/HeliosDisplayManagement.ShellExtension/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.9.4.*")]
-[assembly: AssemblyFileVersion("0.9.4.4")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.9.5.*")]
+[assembly: AssemblyFileVersion("0.9.5.0")]
\ No newline at end of file
diff --git a/HeliosDisplayManagement/Properties/AssemblyInfo.cs b/HeliosDisplayManagement/Properties/AssemblyInfo.cs
index c83134f..90998a4 100644
--- a/HeliosDisplayManagement/Properties/AssemblyInfo.cs
+++ b/HeliosDisplayManagement/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.9.4.*")]
-[assembly: AssemblyFileVersion("0.9.4.4")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.9.5.*")]
+[assembly: AssemblyFileVersion("0.9.5.0")]
\ No newline at end of file