From 52a30f5e05a5867355cf51d3214398c7e0a7f3ee Mon Sep 17 00:00:00 2001 From: Alessandro Attard Barbini Date: Sat, 14 Oct 2017 00:32:08 +0200 Subject: [PATCH] v1.10.0 --- InstallationScript/Install.nsi | 4 ++-- Toastify/Properties/AssemblyInfo.cs | 2 +- Toastify/version | 2 +- ToastifyAPI/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/InstallationScript/Install.nsi b/InstallationScript/Install.nsi index 47991fe..d5ce8e6 100644 --- a/InstallationScript/Install.nsi +++ b/InstallationScript/Install.nsi @@ -84,8 +84,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.9.8" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "DisplayVersion" "1.9.8" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "Version" "1.10.0" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Toastify" "DisplayVersion" "1.10.0" 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 aeb7181..4c289c0 100644 --- a/Toastify/Properties/AssemblyInfo.cs +++ b/Toastify/Properties/AssemblyInfo.cs @@ -51,4 +51,4 @@ // 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.9.8.*")] +[assembly: AssemblyVersion("1.10.0.*")] diff --git a/Toastify/version b/Toastify/version index f5f0aa6..ed21137 100644 --- a/Toastify/version +++ b/Toastify/version @@ -1 +1 @@ -1.9.8 \ No newline at end of file +1.10.0 \ No newline at end of file diff --git a/ToastifyAPI/Properties/AssemblyInfo.cs b/ToastifyAPI/Properties/AssemblyInfo.cs index 58e17b1..266d72a 100644 --- a/ToastifyAPI/Properties/AssemblyInfo.cs +++ b/ToastifyAPI/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // 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.9.8.*")] +[assembly: AssemblyVersion("1.10.0.*")]