Merge pull request #296 from whoisj/update-versions
Updated to v1.7.0 + Git 2.10.0
This commit is contained in:
Коммит
e9f9587f21
|
@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("Microsoft Corporation")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: Guid("62f52119-63d4-40a8-a9df-f1c4b473308a")]
|
||||
[assembly: AssemblyVersion("1.6.1.0")]
|
||||
[assembly: AssemblyFileVersion("1.6.1.0")]
|
||||
[assembly: AssemblyVersion("1.7.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.0.0")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.Alm.AskPass.Test")]
|
||||
|
|
|
@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("Microsoft Corporation")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: Guid("62f52119-63d4-40a8-a9df-f1c4b473308a")]
|
||||
[assembly: AssemblyVersion("1.6.1.0")]
|
||||
[assembly: AssemblyFileVersion("1.6.1.0")]
|
||||
[assembly: AssemblyVersion("1.7.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.0.0")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.Alm.CredentialHelper.Test")]
|
||||
|
|
|
@ -47,5 +47,5 @@ using System.Windows;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("1.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.0.0")]
|
||||
|
|
|
@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("c1daabc1-b493-459d-bb4f-04fbefb1ba13")]
|
||||
[assembly: AssemblyVersion("3.0.1.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.1.0")]
|
||||
[assembly: AssemblyVersion("3.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("3.1.0.0")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.Alm.Authentication.Test")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
|
|
|
@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("4827c16d-5c58-406d-ab3f-3700bb0d06fe")]
|
||||
[assembly: AssemblyVersion("1.0.2.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.2.0")]
|
||||
[assembly: AssemblyVersion("1.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.0.0")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.Alm.Git.Test")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#define MyAppPublisherURL "https://www.microsoft.com"
|
||||
#define MyAppURL "https://github.com/Microsoft/Git-Credential-Manager-for-Windows"
|
||||
#define MyAppExeName "git-credential-manager.exe"
|
||||
#define Git4WinVer "2.9.3"
|
||||
#define Git4WinVer "2.10.0"
|
||||
#define Git4WinVerLong = "v" + str(Git4WinVer) + ".windows.1"
|
||||
#define Git4WinName "Git for Windows " + str(Git4WinVer)
|
||||
#define Git4WinFile "Git-" + str(Git4WinVer) + "-64-bit.exe"
|
||||
|
|
Загрузка…
Ссылка в новой задаче