Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
v1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aleab committed Sep 3, 2018
1 parent aafcd89 commit 3994498
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion InstallationScript/Install.nsi
Expand Up @@ -3,7 +3,7 @@
!define DESCRIPTION "Toastify adds global hotkeys and toast notifications to Spotify"
!define VERSIONMAJOR 1
!define VERSIONMINOR 10
!define VERSIONBUILD 11
!define VERSIONBUILD 12
!define HELPURL "https://github.com/aleab/toastify/issues"
!define UPDATEURL "https://github.com/aleab/toastify/releases"
!define ABOUTURL "https://aleab.github.io/toastify/"
Expand Down
6 changes: 3 additions & 3 deletions Toastify/Properties/AssemblyInfo.cs
Expand Up @@ -51,11 +51,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.11.*")]
[assembly: AssemblyVersion("1.10.12.*")]
#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.11 [DEBUG BUILD]")]
[assembly: AssemblyFileVersion("1.10.12 [DEBUG BUILD]")]
#elif TEST_RELEASE
[assembly: AssemblyFileVersion("1.10.11 [TEST BUILD]")]
[assembly: AssemblyFileVersion("1.10.12 [TEST BUILD]")]
#endif
#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
2 changes: 1 addition & 1 deletion Toastify/version
@@ -1 +1 @@
1.10.11
1.10.12
6 changes: 3 additions & 3 deletions ToastifyAPI/Properties/AssemblyInfo.cs
Expand Up @@ -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.11.*")]
[assembly: AssemblyVersion("1.10.12.*")]
#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.11 [DEBUG BUILD]")]
[assembly: AssemblyFileVersion("1.10.12 [DEBUG BUILD]")]
#elif TEST_RELEASE
[assembly: AssemblyFileVersion("1.10.11 [TEST BUILD]")]
[assembly: AssemblyFileVersion("1.10.12 [TEST BUILD]")]
#endif
#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision

0 comments on commit 3994498

Please sign in to comment.