Skip to content

Commit

Permalink
Update to v1.7.4
Browse files Browse the repository at this point in the history
Update to v1.7.4
  • Loading branch information
zzzprojects committed Apr 7, 2018
1 parent b4689c1 commit c4714ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified docs/downloads/fnr.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/FindAndReplace.App/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public int Run(string[] args)

if (!String.IsNullOrEmpty(_options.LogFile))
{
var fs1 = new FileStream(_options.LogFile, FileMode.Create);
var fs1 = new FileStream(_options.LogFile, FileMode.Append);
var sw1 = new StreamWriter(fs1);
Console.SetOut(sw1);
}
Expand Down
4 changes: 2 additions & 2 deletions src/FindAndReplace.App/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.7.3")]
[assembly: AssemblyFileVersion("1.7.3")]
[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyFileVersion("1.7.4")]

0 comments on commit c4714ec

Please sign in to comment.