From 552703fd65764624319bc8c1d849d494829230f4 Mon Sep 17 00:00:00 2001 From: Alessandro Attard Barbini <11708634+aleab@users.noreply.github.com> Date: Mon, 2 Apr 2018 03:25:03 +0200 Subject: [PATCH] v1.10.8 --- 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 6dabc1a7..81f80f5c 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.7" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "DisplayVersion" "1.10.7" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "Version" "1.10.8" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "DisplayVersion" "1.10.8" 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 078d4574..b35ac8e2 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.7.*")] +[assembly: AssemblyVersion("1.10.8.*")] #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.7 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.8 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.7 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.8 [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 c6797876..819d3b1f 100644 --- a/Toastify/version +++ b/Toastify/version @@ -1 +1 @@ -1.10.7 \ No newline at end of file +1.10.8 \ No newline at end of file diff --git a/ToastifyAPI/Properties/AssemblyInfo.cs b/ToastifyAPI/Properties/AssemblyInfo.cs index 4295f524..68f8bae6 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.7.*")] +[assembly: AssemblyVersion("1.10.8.*")] #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.7 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.8 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.7 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.8 [TEST BUILD]")] #endif #pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision