From fe9e42605ebc5746debc339ad85c80d12c9e8b4c Mon Sep 17 00:00:00 2001 From: Alessandro Attard Barbini <11708634+aleab@users.noreply.github.com> Date: Sat, 31 Mar 2018 23:20:50 +0200 Subject: [PATCH] v1.10.7 --- InstallationScript/Install.nsi | 4 ++-- Toastify/Properties/AssemblyInfo.cs | 6 +++--- Toastify/version | 2 +- ToastifyAPI/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/InstallationScript/Install.nsi b/InstallationScript/Install.nsi index 576a1d6f..6dabc1a7 100644 --- a/InstallationScript/Install.nsi +++ b/InstallationScript/Install.nsi @@ -89,8 +89,8 @@ Section "Toastify (required)" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "DisplayIcon" "$INSTDIR\Toastify.exe,0" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "Publisher" "Jesper Palm, Oren Nachman, Alessandro Attard Barbini" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "Version" "1.10.6" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "DisplayVersion" "1.10.6" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "Version" "1.10.7" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "DisplayVersion" "1.10.7" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "NoModify" 1 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "NoRepair" 1 WriteUninstaller "uninstall.exe" diff --git a/Toastify/Properties/AssemblyInfo.cs b/Toastify/Properties/AssemblyInfo.cs index 4b3c7543..078d4574 100644 --- a/Toastify/Properties/AssemblyInfo.cs +++ b/Toastify/Properties/AssemblyInfo.cs @@ -48,11 +48,11 @@ // 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.10.6.*")] +[assembly: AssemblyVersion("1.10.7.*")] #pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision #if DEBUG -[assembly: AssemblyFileVersion("1.10.6 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.7 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.6 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.7 [TEST BUILD]")] #endif #pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision diff --git a/Toastify/version b/Toastify/version index 9919148b..c6797876 100644 --- a/Toastify/version +++ b/Toastify/version @@ -1 +1 @@ -1.10.6 \ No newline at end of file +1.10.7 \ No newline at end of file diff --git a/ToastifyAPI/Properties/AssemblyInfo.cs b/ToastifyAPI/Properties/AssemblyInfo.cs index 984442c5..4295f524 100644 --- a/ToastifyAPI/Properties/AssemblyInfo.cs +++ b/ToastifyAPI/Properties/AssemblyInfo.cs @@ -31,11 +31,11 @@ // 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.10.6.*")] +[assembly: AssemblyVersion("1.10.7.*")] #pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision #if DEBUG -[assembly: AssemblyFileVersion("1.10.6 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.7 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.6 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.7 [TEST BUILD]")] #endif #pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision