Skip to content

Commit

Permalink
Update to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jun 7, 2021
1 parent 5413277 commit d403f2d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DisplayMagician/Properties/AssemblyInfo.cs
Expand Up @@ -37,8 +37,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
[assembly: NeutralResourcesLanguage("en")]

[assembly: CLSCompliant(true)]
4 changes: 2 additions & 2 deletions DisplayMagicianLogReporter/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// 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.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
2 changes: 1 addition & 1 deletion DisplayMagicianSetup/Includes/DisplayMagicianVariables.wxi
Expand Up @@ -6,7 +6,7 @@
-->
<?define MajorVersion="1" ?>
<?define MinorVersion="1" ?>
<?define PatchVersion="3" ?>
<?define PatchVersion="4" ?>
<!-- Revision is NOT used by WiX in the upgrade procedure -->
<!-- Full version number to display -->
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.PatchVersion)" ?>
Expand Down
4 changes: 2 additions & 2 deletions DisplayMagicianShared/Properties/AssemblyInfo.cs
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
4 changes: 2 additions & 2 deletions DisplayMagicianShellExtension/Properties/AssemblyInfo.cs
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
Binary file modified READMEAssets/DisplayMagicianMainScreen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/update/index.json
@@ -1,14 +1,14 @@
{
"version": "1.1.3.0",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.1.3/DisplayMagicianSetup-v1.1.3.msi",
"version": "1.1.4.0",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.1.4/DisplayMagicianSetup-v1.1.4.msi",
"changelog": "https://github.com/terrymacdonald/DisplayMagician/releases",
"mandatory": {
"value": false,
"minVersion": "0.1.0.0",
"mode": 0
},
"checksum": {
"value": "DBB93249B6465953E16B29D2A7F64003A698620492927B77D86D02B25DB232C1",
"value": "69ECB5E9618996A046754D89F6EEEE03333C9948002DFCEB55F9F13129351390",
"hashingAlgorithm": "SHA256"
}
}

0 comments on commit d403f2d

Please sign in to comment.