This repository was archived by the owner on Feb 2, 2023. It is now read-only.
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
!define DESCRIPTION " Toastify adds global hotkeys and toast notifications to Spotify"
4
4
!define VERSIONMAJOR 1
5
5
!define VERSIONMINOR 10
6
- !define VERSIONBUILD 14
6
+ !define VERSIONBUILD 0
7
7
!define HELPURL " https://github.com/aleab/toastify/issues"
8
8
!define UPDATEURL " https://github.com/aleab/toastify/releases"
9
9
!define ABOUTURL " https://aleab.github.io/toastify/"
@@ -42,7 +42,7 @@ VIAddVersionKey "ProductVersion" "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD
42
42
VIAddVersionKey " FileVersion" " ${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}"
43
43
VIAddVersionKey " ProductName" " ${APPNAME}"
44
44
VIAddVersionKey " FileDescription" " ${APPNAME} Installer"
45
- VIAddVersionKey " LegalCopyright" " © 2018 Alessandro Attard Barbini"
45
+ VIAddVersionKey " LegalCopyright" " © 2018 Alessandro Attard Barbini"
46
46
47
47
48
48
; --------------------------------
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" MSBuild.Sdk.Extras/1.6.55" ToolsVersion =" 15.0" >
3
3
<!-- Project Info -->
4
4
<PropertyGroup >
22
22
<TimeOfDayTotalSeconds >$([MSBuild]::Divide($([System.DateTime]::get_Now().get_TimeOfDay().get_TotalSeconds()), 2).ToString('F0'))</TimeOfDayTotalSeconds >
23
23
<Revision >$(TimeOfDayTotalSeconds)</Revision >
24
24
<Revision Condition =" '$(Configuration)' != 'Windows (Release)'" >0</Revision >
25
- <Version >1.10.14 </Version >
25
+ <Version >1.11.0 </Version >
26
26
<AssemblyVersion >$(Version)</AssemblyVersion >
27
27
<FileVersion >$(Version).$(Revision)</FileVersion >
28
28
<AssemblyName >Toastify</AssemblyName >
Original file line number Diff line number Diff line change 1
- 1.10.14
1
+ 1.11.0
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.10.14 .*" ) ]
34
+ [ assembly: AssemblyVersion ( "1.11.0 .*" ) ]
35
35
#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
36
36
#if DEBUG
37
- [ assembly: AssemblyFileVersion ( "1.10.14 [DEBUG BUILD]" ) ]
37
+ [ assembly: AssemblyFileVersion ( "1.11.0 [DEBUG BUILD]" ) ]
38
38
#elif TEST_RELEASE
39
- [ assembly: AssemblyFileVersion ( "1.10.14 [TEST BUILD]" ) ]
39
+ [ assembly: AssemblyFileVersion ( "1.11.0 [TEST BUILD]" ) ]
40
40
#endif
41
41
#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