This repository was archived by the owner on Feb 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33!define DESCRIPTION " Toastify adds global hotkeys and toast notifications to Spotify"
44!define VERSIONMAJOR 1
55!define VERSIONMINOR 10
6- !define VERSIONBUILD 10
6+ !define VERSIONBUILD 11
77!define HELPURL " https://github.com/aleab/toastify/issues"
88!define UPDATEURL " https://github.com/aleab/toastify/releases"
99!define ABOUTURL " https://aleab.github.io/toastify/"
Original file line number Diff line number Diff line change 5151// You can specify all the values or you can default the Build and Revision Numbers
5252// by using the '*' as shown below:
5353// [assembly: AssemblyVersion("1.0.*")]
54- [ assembly: AssemblyVersion ( "1.10.10 .*" ) ]
54+ [ assembly: AssemblyVersion ( "1.10.11 .*" ) ]
5555#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
5656#if DEBUG
57- [ assembly: AssemblyFileVersion ( "1.10.10 [DEBUG BUILD]" ) ]
57+ [ assembly: AssemblyFileVersion ( "1.10.11 [DEBUG BUILD]" ) ]
5858#elif TEST_RELEASE
59- [ assembly: AssemblyFileVersion ( "1.10.10 [TEST BUILD]" ) ]
59+ [ assembly: AssemblyFileVersion ( "1.10.11 [TEST BUILD]" ) ]
6060#endif
6161#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
Original file line number Diff line number Diff line change 1- 1.10.10
1+ 1.10.11
Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.10.10 .*" ) ]
34+ [ assembly: AssemblyVersion ( "1.10.11 .*" ) ]
3535#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
3636#if DEBUG
37- [ assembly: AssemblyFileVersion ( "1.10.10 [DEBUG BUILD]" ) ]
37+ [ assembly: AssemblyFileVersion ( "1.10.11 [DEBUG BUILD]" ) ]
3838#elif TEST_RELEASE
39- [ assembly: AssemblyFileVersion ( "1.10.10 [TEST BUILD]" ) ]
39+ [ assembly: AssemblyFileVersion ( "1.10.11 [TEST BUILD]" ) ]
4040#endif
4141#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
You can’t perform that action at this time.
0 commit comments