Skip to content

Commit

Permalink
4.6.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Jul 24, 2021
1 parent 434b05e commit 8db0c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ElectronicObserver/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.6.8.5")]
[assembly: AssemblyFileVersion("4.6.8.5")]
[assembly: AssemblyVersion("4.6.8.6")]
[assembly: AssemblyFileVersion("4.6.8.6")]
4 changes: 2 additions & 2 deletions ElectronicObserver/Utility/SoftwareInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ public static class SoftwareInformation
/// <summary>
/// バージョン(英語)
/// </summary>
public static string VersionEnglish => "4.6.8.5";
public static string VersionEnglish => "4.6.8.6";


/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2021/07/18 14:00:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2021/07/24 14:00:00");


private static System.Net.WebClient? Client { get; set; }
Expand Down

0 comments on commit 8db0c56

Please sign in to comment.