diff options
author | pommicket <pommicket@gmail.com> | 2022-03-26 23:12:03 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-03-26 23:12:03 -0400 |
commit | 7f68731fb7e5caa41acb10804e7786a6041d5ced (patch) | |
tree | 941bf605bf44a104f8255637af807f9e08ef2f64 | |
parent | d1af07d06f044718fa63af0e6db527275e1f6813 (diff) |
[1.0r2] update windows installer version
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | windows_installer/ted/ted/ted.vdproj | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -15,9 +15,11 @@ TAGS *.pdb *.ilk *.res +*.msi *.zip *.a pcre2* SDL2 *.deb test.txt +UpgradeLog.htm diff --git a/windows_installer/ted/ted/ted.vdproj b/windows_installer/ted/ted/ted.vdproj index 9d65b93..98c12e6 100644 --- a/windows_installer/ted/ted/ted.vdproj +++ b/windows_installer/ted/ted/ted.vdproj @@ -505,15 +505,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{B5E66C94-5363-4D44-BC4B-BD563A93B668}" - "PackageCode" = "8:{52C61046-22DB-4627-A3D0-492E8671A684}" + "ProductCode" = "8:{6A2A055A-79B1-43BC-BD91-F85E4AF1D6D4}" + "PackageCode" = "8:{20635503-3119-4538-9F35-4BB9EC03CB77}" "UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:FALSE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:22.01.1913" + "ProductVersion" = "8:22.03.2623" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" |