Skip to content

Commit 06cd40e

Browse files
committed
v2.50.01
1 parent 05f7dd7 commit 06cd40e

File tree

8 files changed

+36
-17
lines changed

8 files changed

+36
-17
lines changed

CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
// Build Number
2020
// Revision
2121
//
22-
[assembly: AssemblyVersion("2.50")]
23-
[assembly: AssemblyFileVersion("2.50")]
24-
[assembly: AssemblyInformationalVersion("2.50.00")]
22+
[assembly: AssemblyVersion("2.50.01")]
23+
[assembly: AssemblyFileVersion("2.50.01")]
24+
[assembly: AssemblyInformationalVersion("2.50.01")]

GitExtSshAskPass/SshAskPass.rc2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// Version
1414
//
1515
VS_VERSION_INFO VERSIONINFO
16-
FILEVERSION 2,50,0,0
17-
PRODUCTVERSION 2,50,0,0
16+
FILEVERSION 2,50,01,0
17+
PRODUCTVERSION 2,50,01,0
1818
FILEFLAGSMASK 0x3fL
1919
#ifdef _DEBUG
2020
FILEFLAGS 0x1L
@@ -30,12 +30,12 @@ BEGIN
3030
BLOCK "040904B0"
3131
BEGIN
3232
VALUE "FileDescription", "Git Extensions"
33-
VALUE "FileVersion", "2.50"
33+
VALUE "FileVersion", "2.50.01"
3434
VALUE "InternalName", "Git Extensions"
3535
VALUE "LegalCopyright", "Copyright 2013-2017"
3636
VALUE "OriginalFilename", "GitExtSshAskPass.exe"
3737
VALUE "ProductName", "Git Extensions"
38-
VALUE "ProductVersion", "2.50.00"
38+
VALUE "ProductVersion", "2.50.01"
3939
END
4040
END
4141
BLOCK "VarFileInfo"

GitExtensionsShellEx/GitExtensionsShellEx.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ IDI_ICONCREATEREPOSITORY ICON "Resources\\IconRepoCreate.ico"
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 2,50,0,0
54-
PRODUCTVERSION 2,50,0,0
53+
FILEVERSION 2,50,01,0
54+
PRODUCTVERSION 2,50,01,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -67,12 +67,12 @@ BEGIN
6767
BLOCK "040904B0"
6868
BEGIN
6969
VALUE "FileDescription", "Git Extensions"
70-
VALUE "FileVersion", "2.50"
70+
VALUE "FileVersion", "2.50.01"
7171
VALUE "InternalName", "Git Extensions"
7272
VALUE "LegalCopyright", "Copyright 2008-2017"
7373
VALUE "OriginalFilename", "GitExtensionsShellEx.dll"
7474
VALUE "ProductName", "Git Extensions"
75-
VALUE "ProductVersion", "2.50.00"
75+
VALUE "ProductVersion", "2.50.01"
7676
END
7777
END
7878
BLOCK "VarFileInfo"

GitExtensionsVSIX/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Publisher="GitExt Team" Version="2.50" Language="en-US" Id="GitExtensions..3166f76a-2b07-410a-a72a-509d6a2d146c" />
4+
<Identity Publisher="GitExt Team" Version="2.50.01" Language="en-US" Id="GitExtensions..3166f76a-2b07-410a-a72a-509d6a2d146c" />
55
<DisplayName>GitExtensions</DisplayName>
66
<Description xml:space="preserve" >Git Extensions is a graphical user interface for Git that allows you to control Git without using the command-line</Description>
77
<MoreInfo>http://gitextensions.github.io/</MoreInfo>

GitUI/Resources/ChangeLog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Changelog
22
=========
3+
### [Version 2.50.01] (07 July 2017)
4+
5+
#### Fixes:
6+
* Push branch with no upstream defaults to first remote and not to "origin" - Issue [3821]
7+
* [Bug] after 2.50 unable to use "Revert selected lines" from commit window - Issue [3819]
8+
* [Bug / Regression] It is not possible to run an external difftool (F3) in the diff view of "Commit index / Current unstaged changes" - Issue [3814]
9+
* Merge Conflict contextmenu items are disabled in 2.5.0 - Issue [3809]
10+
* GitExtensions gives continuous System.ArgumentNullException - Issue [3806]
11+
* SEG FAULT on every git operation. - Issue [3804]
12+
* Amend Commit is not working in Version 2.5 - Issue [3786]
313

414
### [Version 2.50] (23 June 2017)
515

@@ -1873,4 +1883,13 @@ Changelog
18731883

18741884
[3761]:https://github.com/gitextensions/gitextensions/issues/3761
18751885
[3755]:https://github.com/gitextensions/gitextensions/issues/3755
1876-
[3762]:https://github.com/gitextensions/gitextensions/pull/3762
1886+
[3762]:https://github.com/gitextensions/gitextensions/pull/3762
1887+
1888+
[Version 2.50.01]:https://github.com/gitextensions/gitextensions/releases/tag/v2.50.01
1889+
[3821]:https://github.com/gitextensions/gitextensions/issues/3821
1890+
[3819]:https://github.com/gitextensions/gitextensions/issues/3819
1891+
[3814]:https://github.com/gitextensions/gitextensions/issues/3814
1892+
[3809]:https://github.com/gitextensions/gitextensions/issues/3809
1893+
[3806]:https://github.com/gitextensions/gitextensions/issues/3806
1894+
[3804]:https://github.com/gitextensions/gitextensions/issues/3804
1895+
[3786]:https://github.com/gitextensions/gitextensions/issues/3786

Setup/MakeInstallers.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ rem
66
rem Update this version number with every release
77
rem
88
setlocal
9-
set version=2.50.00
10-
set numericVersion=2.50
9+
set version=2.50.01
10+
set numericVersion=2.50.01
1111
if not "%APPVEYOR_BUILD_VERSION%"=="" (
1212
set version=%APPVEYOR_BUILD_VERSION%
1313
set numericVersion=%APPVEYOR_BUILD_VERSION%

Setup/MakeMonoArchive.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rem
88
rem Update this version number with every release
99
rem
1010
setlocal
11-
set version=2.50.00
11+
set version=2.50.01
1212
if not "%APPVEYOR_BUILD_VERSION%"=="" set version=%APPVEYOR_BUILD_VERSION%
1313
set normal=GitExtensions-%version%-Mono.zip
1414
set szip="..\packages\7-Zip.CommandLine.9.20.0\tools\7za"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.50.00.{build}
1+
version: 2.50.01.{build}
22

33
os: Visual Studio 2015
44

0 commit comments

Comments
 (0)