Skip to content

Commit

Permalink
Rollout v2.7.2 to all stable branch users
Browse files Browse the repository at this point in the history
Made changes to the update JSON files to roll out v2.7.2 to all users. The prerelease users are already able to upgrade, but this notifies the stable users that they should upgrade too.
  • Loading branch information
terrymacdonald committed Oct 22, 2024
1 parent 08bba51 commit 9cfef6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
13 changes: 6 additions & 7 deletions docs/update/update.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"stable": {
"version": "2.5.0.352",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v2.5.0/DisplayMagicianSetup-v2.5.0.352.msi",
"changelog": "https://github.com/terrymacdonald/DisplayMagician/releases/tag/v2.5.0",
"version": "2.7.2.1",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v2.7.2/DisplayMagicianSetup_v2.7.2.1.exe",
"changelog": "https://github.com/terrymacdonald/DisplayMagician/releases/tag/v2.7.2",
"mandatory": {
"value": false,
"minVersion": "0.1.0.0",
"mode": 0
},
"checksum": {
"value": "F0B5B3436A729D21EFFA25A0170C471266142A91FDAAB89289345A4EB0427655",
"value": "FB5F10610D4E2606AC6A1531DEE22200BD2F33FD68D8868360AD7A8B41D34D9A",
"hashingAlgorithm": "SHA256"
},
"manualUpgrade": false,
"updatesDisplayProfiles": false,
"updatesGameShortcuts": true,
"updatesSettings": false
"updatesDisplayProfiles": true,
"updatesGameShortcuts": true
},
"prerelease": {
"version": "2.7.2.1",
Expand Down
12 changes: 6 additions & 6 deletions docs/update/update_2.5.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"autoupdate": {
"version": "2.5.0.352",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v2.5.0/DisplayMagicianSetup-v2.5.0.352.msi",
"changelog": "https://github.com/terrymacdonald/DisplayMagician/releases/tag/v2.5.0",
"version": "2.7.2.1",
"url": "https://github.com/terrymacdonald/DisplayMagician/releases/download/v2.7.2/DisplayMagicianSetup_v2.7.2.1.exe",
"changelog": "https://github.com/terrymacdonald/DisplayMagician/releases/tag/v2.7.2",
"mandatory": {
"value": false,
"minVersion": "0.1.0.0",
"mode": 0
},
"checksum": {
"value": "F0B5B3436A729D21EFFA25A0170C471266142A91FDAAB89289345A4EB0427655",
"value": "FB5F10610D4E2606AC6A1531DEE22200BD2F33FD68D8868360AD7A8B41D34D9A",
"hashingAlgorithm": "SHA256"
}
},
"extraDetails": {
"manualUpgrade": false,
"updatesDisplayProfiles": false,
"updatesDisplayProfiles": true,
"updatesGameShortcuts": true,
"updatesSettings": false
"updatesSettings": true
}
}

0 comments on commit 9cfef6e

Please sign in to comment.