5
5
#include <idp.iss>
6
6
7
7
#define MyAppName " Microsoft Git Credential Manager for Windows"
8
- #define MyAppVersion " 1.0 .0"
8
+ #define MyAppVersion " 1.1 .0"
9
9
#define MyAppPublisher " Microsoft Corporation"
10
10
#define MyAppPublisherURL " http://www.microsoft.com"
11
11
#define MyAppURL " https://github.com/Microsoft/Git-Credential-Manager-for-Windows"
12
12
#define MyAppExeName " git-credential-manager.exe"
13
- #define Git4WinName " Git for Windows 2.6.4 "
14
- #define Git4WinUrl " https://github.com/git-for-windows/git/releases/download/v2.6.4 .windows.1 /Git-2.6.4 -64-bit.exe"
15
- #define Git4WinFile " Git-2.6.4 -64-bit.exe"
13
+ #define Git4WinName " Git for Windows 2.7.0 "
14
+ #define Git4WinUrl " https://github.com/git-for-windows/git/releases/download/v2.7.0 .windows.2 /Git-2.7.0.2 -64-bit.exe"
15
+ #define Git4WinFile " Git-2.7.0 -64-bit.exe"
16
16
#define Git4WinSpace 394309632
17
17
#define NetFxName " The Microsoft .NET Framework 4.6."
18
18
#define NetFxBaseFile " NetFx40Installer.exe"
@@ -29,13 +29,13 @@ AppPublisher={#MyAppPublisher}
29
29
AppPublisherURL = {#MyAppPublisherURL}
30
30
AppSupportURL = {#MyAppURL}
31
31
AppUpdatesURL = {#MyAppURL}
32
- AppCopyright = Copyright © Microsoft 2015
32
+ AppCopyright = Copyright © Microsoft 2016
33
33
AppReadmeFile = https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/README .md
34
34
BackColor = clWhite
35
35
BackSolid = yes
36
36
DefaultDirName = {userpf} \{#MyAppName }
37
37
LicenseFile = ..\Deploy\LICENSE.TXT
38
- OutputBaseFilename = Setup
38
+ OutputBaseFilename = GCMW- 1.1 . 0
39
39
Compression = lzma2
40
40
InternalCompressLevel = ultra64
41
41
SolidCompression = yes
0 commit comments