Skip to content

Commit

Permalink
### Release 1.0.59 (2021/12/17)
Browse files Browse the repository at this point in the history
-------------------------------------------
SUMMARY OF CHANGES:

Class Exec, set StandardOutputEncoding to UTF8

set property StandardOutputEncoding to System.Text.Encoding.UTF8 in
StartInfo, for the correct display of symbols.

Fixes issue #34

Delete branch add option to remove tracking of a remote branch
  • Loading branch information
gdevic committed Dec 17, 2021
1 parent 4e6b965 commit f74bf25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Misc/gitforce.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gitforce</id>
<version>1.0.58</version>
<version>1.0.59</version>
<packageSourceUrl>https://github.com/gdevic/GitForce/tree/master/Misc</packageSourceUrl>
<owners>Goran Devic</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("A Visual Git Frontend Tool")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("GitForce")]
[assembly: AssemblyProduct("GitForce built on 2020/12/31")]
[assembly: AssemblyProduct("GitForce built on 2021/12/17")]
[assembly: AssemblyCopyright("Written by Goran Devic, released under GPL")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -25,4 +25,4 @@
[assembly: AssemblyVersion("1.0.0.0")]

// Effective application version number
[assembly: AssemblyFileVersion("1.0.58")]
[assembly: AssemblyFileVersion("1.0.59")]

0 comments on commit f74bf25

Please sign in to comment.