Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed May 13, 2021
1 parent d122d41 commit b804b43
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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("2021.5.13.1401")]
[assembly: AssemblyFileVersion("2021.5.13.1401")]
[assembly: AssemblyVersion("2021.5.13.1410")]
[assembly: AssemblyFileVersion("2021.5.13.1410")]
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("2021.5.13.1401")]
[assembly: AssemblyVersion("2021.5.13.1410")]

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

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

[assembly: AssemblyVersion("2021.5.13.1409")]
[assembly: AssemblyVersion("2021.5.13.1410")]

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

2 changes: 1 addition & 1 deletion PDIndexer/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static public string RecentHistory
/// </summary>
static public string History =
"History" +
"\r\n ver4.398(2021/05/13) Fixed minor bugs and improved computation speed on 'Stress Analysis'." +
"\r\n ver4.398(2021/05/13) Fixed a bug on loading 'NPD' format files." +
"\r\n ver4.397(2021/05/01) Fixed minor bugs and improved computation speed on 'Stress Analysis'." +
"\r\n ver4.396(2021/04/04) Fixed a minor bug on the recent update." +
"\r\n ver4.395(2021/04/04) Improved loading of mutiple-EDX. Added EOSs of molybdenum." +
Expand Down

0 comments on commit b804b43

Please sign in to comment.