Skip to content

Commit

Permalink
Update version to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jun 6, 2021
1 parent c93d2b8 commit 6341062
Show file tree
Hide file tree
Showing 6 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.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.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.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.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="2" ?>
<?define PatchVersion="3" ?>
<!-- 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.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.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.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
6 changes: 3 additions & 3 deletions docs/update/index.json
@@ -1,14 +1,14 @@
{
"version": "1.1.2.0",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.1.2/DisplayMagicianSetup-v1.1.2.msi",
"version": "1.1.3.0",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v1.1.3/DisplayMagicianSetup-v1.1.3.msi",
"changelog": "https://github.com/terrymacdonald/DisplayMagician/releases",
"mandatory": {
"value": false,
"minVersion": "0.1.0.0",
"mode": 0
},
"checksum": {
"value": "DAC59A6DF5707D213F0C8F4A16652C36C0408F5A974FA1B275AD06ADD573E4D8",
"value": "DBB93249B6465953E16B29D2A7F64003A698620492927B77D86D02B25DB232C1",
"hashingAlgorithm": "SHA256"
}
}

0 comments on commit 6341062

Please sign in to comment.