Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 3f527af

Browse files
author
J Wyman
committed
Merge pull request #118 from whoisj/update-setup
Updated setup.
2 parents 80880fc + e3ce28a commit 3f527af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cli-CredentialHelper/Setup.iss

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
#include <idp.iss>
66

77
#define MyAppName "Microsoft Git Credential Manager for Windows"
8-
#define MyAppVersion "1.0.0"
8+
#define MyAppVersion "1.1.0"
99
#define MyAppPublisher "Microsoft Corporation"
1010
#define MyAppPublisherURL "http://www.microsoft.com"
1111
#define MyAppURL "https://github.com/Microsoft/Git-Credential-Manager-for-Windows"
1212
#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"
1616
#define Git4WinSpace 394309632
1717
#define NetFxName "The Microsoft .NET Framework 4.6."
1818
#define NetFxBaseFile "NetFx40Installer.exe"
@@ -29,13 +29,13 @@ AppPublisher={#MyAppPublisher}
2929
AppPublisherURL={#MyAppPublisherURL}
3030
AppSupportURL={#MyAppURL}
3131
AppUpdatesURL={#MyAppURL}
32-
AppCopyright=Copyright © Microsoft 2015
32+
AppCopyright=Copyright © Microsoft 2016
3333
AppReadmeFile=https://github.com/Microsoft/Git-Credential-Manager-for-Windows/blob/master/README.md
3434
BackColor=clWhite
3535
BackSolid=yes
3636
DefaultDirName={userpf}\{#MyAppName}
3737
LicenseFile=..\Deploy\LICENSE.TXT
38-
OutputBaseFilename=Setup
38+
OutputBaseFilename=GCMW-1.1.0
3939
Compression=lzma2
4040
InternalCompressLevel=ultra64
4141
SolidCompression=yes

0 commit comments

Comments
 (0)