Update to v1.1.4

This commit is contained in:
Terry MacDonald 2021-06-08 07:55:52 +12:00
parent 54132777fb
commit d403f2d0ef
7 changed files with 12 additions and 12 deletions

View File

@ -37,8 +37,8 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.0")] [assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.3.0")] [assembly: AssemblyFileVersion("1.1.4.0")]
[assembly: NeutralResourcesLanguage("en")] [assembly: NeutralResourcesLanguage("en")]
[assembly: CLSCompliant(true)] [assembly: CLSCompliant(true)]

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.0")] [assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.3.0")] [assembly: AssemblyFileVersion("1.1.4.0")]

View File

@ -6,7 +6,7 @@
--> -->
<?define MajorVersion="1" ?> <?define MajorVersion="1" ?>
<?define MinorVersion="1" ?> <?define MinorVersion="1" ?>
<?define PatchVersion="3" ?> <?define PatchVersion="4" ?>
<!-- Revision is NOT used by WiX in the upgrade procedure --> <!-- Revision is NOT used by WiX in the upgrade procedure -->
<!-- Full version number to display --> <!-- Full version number to display -->
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.PatchVersion)" ?> <?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.PatchVersion)" ?>

View File

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.0")] [assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.3.0")] [assembly: AssemblyFileVersion("1.1.4.0")]

View File

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.0")] [assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.3.0")] [assembly: AssemblyFileVersion("1.1.4.0")]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 KiB

After

Width:  |  Height:  |  Size: 766 KiB

View File

@ -1,6 +1,6 @@
{ {
"version": "1.1.3.0", "version": "1.1.4.0",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.1.3/DisplayMagicianSetup-v1.1.3.msi", "url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.1.4/DisplayMagicianSetup-v1.1.4.msi",
"changelog": "https://github.com/terrymacdonald/DisplayMagician/releases", "changelog": "https://github.com/terrymacdonald/DisplayMagician/releases",
"mandatory": { "mandatory": {
"value": false, "value": false,
@ -8,7 +8,7 @@
"mode": 0 "mode": 0
}, },
"checksum": { "checksum": {
"value": "DBB93249B6465953E16B29D2A7F64003A698620492927B77D86D02B25DB232C1", "value": "69ECB5E9618996A046754D89F6EEEE03333C9948002DFCEB55F9F13129351390",
"hashingAlgorithm": "SHA256" "hashingAlgorithm": "SHA256"
} }
} }