Skip to content

Commit

Permalink
20200301_1
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Mar 1, 2020
1 parent 048cd69 commit 194017f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CSManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2019.12.20.0617")]
[assembly: AssemblyFileVersion("2019.12.20.0617")]
[assembly: AssemblyVersion("2020.3.1.1040")]
[assembly: AssemblyFileVersion("2020.3.1.1040")]
1 change: 1 addition & 0 deletions CSManager/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ static public string RecentHistory

static public string History =
"History" +
"\r\n ver1.86 (2020/03/01) Changed: Download site is changed to GitHub." +
"\r\n ver1.85 (2019/09/10) Renewed COD database (406,999). Changed .Net framework version to 4.8." +
"\r\n ver1.841(2019/06/26) Renewed AMCSD database (contains 20,698 crystals) and COD database (404,015)." +
"\r\n ver1.84 (2019/04/10) Changed the installer. ClickOnce version will be not maintained in the future." +
Expand Down
4 changes: 2 additions & 2 deletions Crystallography.Controls/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.3.1.0854")]
[assembly: AssemblyFileVersion("2020.3.1.0854")]
[assembly: AssemblyVersion("2020.3.1.1040")]
[assembly: AssemblyFileVersion("2020.3.1.1040")]
2 changes: 0 additions & 2 deletions Crystallography/ProgramUpdates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ public static class ProgramUpdates
public static bool CheckUpdate(string software, string version)
{
if (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed) return false;//click onceの場合

bool update = false;

try
{
System.Net.WebClient wc = new System.Net.WebClient();
Expand Down
4 changes: 2 additions & 2 deletions Crystallography/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// 下にあるように、'*' を使って、すべての値を指定するか、
// ビルドおよびリビジョン番号を既定値にすることができます。

[assembly: AssemblyVersion("2020.3.1.0853")]
[assembly: AssemblyVersion("2020.3.1.1040")]

//
// アセンブリに署名するには、使用するキーを指定しなければなりません。
Expand Down Expand Up @@ -57,5 +57,5 @@
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(true)]
[assembly: AssemblyFileVersion("2020.3.1.0853")]
[assembly: AssemblyFileVersion("2020.3.1.1040")]

0 comments on commit 194017f

Please sign in to comment.