File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2549
2549
{
2550
2550
"Name" = "8:Microsoft Visual Studio"
2551
2551
"ProductName" = "8:ThereEdge"
2552
- "ProductCode" = "8:{5B54D0FF-6E3D-4C39-8EDE-2072B44F7343 }"
2553
- "PackageCode" = "8:{1AFAE990-F12B-48E5-901F-C0DD7DC8B07B }"
2552
+ "ProductCode" = "8:{3FF10270-2619-4132-8137-6F6815056A61 }"
2553
+ "PackageCode" = "8:{30E8A377-C99E-4DC4-83D5-583621F3486B }"
2554
2554
"UpgradeCode" = "8:{887059E3-E645-44A2-AE95-E602E27BD74F}"
2555
2555
"AspNetVersion" = "8:2.0.50727.0"
2556
2556
"RestartWWWService" = "11:FALSE"
2557
2557
"RemovePreviousVersions" = "11:TRUE"
2558
2558
"DetectNewerInstalledVersion" = "11:TRUE"
2559
2559
"InstallAllUsers" = "11:TRUE"
2560
- "ProductVersion" = "8:1.0.0 "
2560
+ "ProductVersion" = "8:1.0.1 "
2561
2561
"Manufacturer" = "8:Hmph!"
2562
2562
"ARPHELPTELEPHONE" = "8:"
2563
2563
"ARPHELPLINK" = "8:"
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- VERSION = '1.0.0 '
3
+ VERSION = '1.0.1 '
Original file line number Diff line number Diff line change 2
2
#
3
3
VSVersionInfo (
4
4
ffi=FixedFileInfo (
5
- filevers=( 1 , 0 , 0 , 0 ) ,
6
- prodvers=( 1 , 0 , 0 , 0 ) ,
5
+ filevers=( 1 , 0 , 1 , 0 ) ,
6
+ prodvers=( 1 , 0 , 1 , 0 ) ,
7
7
mask=0x3f ,
8
8
flags=0x0 ,
9
9
OS =0x40004 ,
@@ -16,12 +16,12 @@ VSVersionInfo(
16
16
StringTable ( u' 040904 b0' , [
17
17
StringStruct ( u' CompanyName ' , u' Hmph !' ) ,
18
18
StringStruct ( u' FileDescription ' , u' Setup helper for There Edge ' ) ,
19
- StringStruct ( u' FileVersion ' , u' 1.0 . 0 . 0 ' ) ,
19
+ StringStruct ( u' FileVersion ' , u' 1.0 . 1 . 0 ' ) ,
20
20
StringStruct ( u' InternalName ' , u' SetupThereEdge . exe' ) ,
21
21
StringStruct ( u' LegalCopyright ' , u' ( c) Hmph !' ) ,
22
22
StringStruct ( u' OriginalFilename ' , u' SetupThereEdge . exe' ) ,
23
23
StringStruct ( u' ProductName ' , u' There Edge Setup Helper ' ) ,
24
- StringStruct ( u' ProductVersion ' , u' 1.0 . 0 . 0 ' )
24
+ StringStruct ( u' ProductVersion ' , u' 1.0 . 1 . 0 ' )
25
25
] )
26
26
] ) ,
27
27
VarFileInfo ( [
You can’t perform that action at this time.
0 commit comments