mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Update to v1.0.4
This commit is contained in:
parent
4c58920e61
commit
0c4023fa64
@ -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.0.3.1")]
|
[assembly: AssemblyVersion("1.0.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.3.1")]
|
[assembly: AssemblyFileVersion("1.0.4.0")]
|
||||||
[assembly: NeutralResourcesLanguage("en")]
|
[assembly: NeutralResourcesLanguage("en")]
|
||||||
|
|
||||||
[assembly: CLSCompliant(true)]
|
[assembly: CLSCompliant(true)]
|
@ -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.0.3.0")]
|
[assembly: AssemblyVersion("1.0.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.3.0")]
|
[assembly: AssemblyFileVersion("1.0.4.0")]
|
@ -6,18 +6,11 @@
|
|||||||
-->
|
-->
|
||||||
<?define MajorVersion="1" ?>
|
<?define MajorVersion="1" ?>
|
||||||
<?define MinorVersion="0" ?>
|
<?define MinorVersion="0" ?>
|
||||||
<?define BuildVersion="3" ?>
|
<?define BuildVersion="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.BuildVersion)" ?>
|
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.BuildVersion)" ?>
|
||||||
|
|
||||||
<?define PreviousMajorVersion="1" ?>
|
|
||||||
<?define PreviousMinorVersion="0" ?>
|
|
||||||
<?define PreviousBuildVersion="2" ?>
|
|
||||||
<!-- Revision is NOT used by WiX in the upgrade procedure -->
|
|
||||||
<!-- Full version number to display -->
|
|
||||||
<?define PreviousVersionNumber="$(var.PreviousMajorVersion).$(var.PreviousMinorVersion).$(var.PreviousBuildVersion)" ?>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Upgrade code HAS to be the same for all updates.
|
Upgrade code HAS to be the same for all updates.
|
||||||
Once you've chosen it don't change it.
|
Once you've chosen it don't change it.
|
||||||
|
@ -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.0.3.*")]
|
[assembly: AssemblyVersion("1.0.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.3.0")]
|
[assembly: AssemblyFileVersion("1.0.4.0")]
|
@ -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.0.3.*")]
|
[assembly: AssemblyVersion("1.0.4.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.3.0")]
|
[assembly: AssemblyFileVersion("1.0.4.0")]
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.3.0",
|
"version": "1.0.4.0",
|
||||||
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.0.3/DisplayMagicianSetup-v1.0.3.msi",
|
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.0.4/DisplayMagicianSetup-v1.0.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": "F2D3584C6F345F4B7F61260356DE92D4B4F3EA6FDF5EE4CD84CF37CAB0F6E7F9",
|
"value": "253E7B3BCC753AA7621BD88C7F86155B5CAF5C09C2DD222B25A3D4F3D819790E",
|
||||||
"hashingAlgorithm": "SHA256"
|
"hashingAlgorithm": "SHA256"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user