Skip to content

Commit

Permalink
版本号:V5.6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyq1162 committed Jul 12, 2016
1 parent 0792104 commit d299168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Action/Log.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ public static void WriteLogToTxt(string message, string logType)
}
string pageUrl = Log.Url;
string filePath = folder + todayKey;
pageUrl += "\r\n-----------V" + AppConfig.Version + "-------------\r\n";
pageUrl += "Record On : " + DateTime.Now.ToString() + " " + pageUrl;
pageUrl += "\r\n------------------------\r\nV";
pageUrl += AppConfig.Version + " Record On : " + DateTime.Now.ToString() + " " + pageUrl;
message = pageUrl + "\r\n" + message;
IOHelper.Save(filePath, message, true, false);

Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// 可以指定所有这些值,也可以使用“修订号”和“内部版本号”的默认值,
// 方法是按如下所示使用“*”:
[assembly: AssemblyVersion("5.6.2.3")]
[assembly: AssemblyFileVersion("5.6.2.3")]
[assembly: AssemblyVersion("5.6.2.4")]
[assembly: AssemblyFileVersion("5.6.2.4")]

0 comments on commit d299168

Please sign in to comment.