diff --git a/Crystallography.Controls/Crystallography.Controls.csproj b/Crystallography.Controls/Crystallography.Controls.csproj index 946a907..91abc93 100644 --- a/Crystallography.Controls/Crystallography.Controls.csproj +++ b/Crystallography.Controls/Crystallography.Controls.csproj @@ -4,8 +4,8 @@ Library net8.0-windows10.0.22621.0 true - 2023.12.13.0420 - 2023.12.13.0420 + 2023.12.13.0425 + 2023.12.13.0425 PerMonitorV2 true true diff --git a/Crystallography/Crystallography.csproj b/Crystallography/Crystallography.csproj index 55d0bb7..7fb2bdc 100644 --- a/Crystallography/Crystallography.csproj +++ b/Crystallography/Crystallography.csproj @@ -4,8 +4,8 @@ Library net8.0-windows10.0.22621.0 true - 2023.12.13.0420 - 2023.12.13.0420 + 2023.12.13.0425 + 2023.12.13.0425 7.0 diff --git a/Crystallography/Images/ImageIO.cs b/Crystallography/Images/ImageIO.cs index 61c23e1..55b77fe 100644 --- a/Crystallography/Images/ImageIO.cs +++ b/Crystallography/Images/ImageIO.cs @@ -317,7 +317,7 @@ private static bool SMV(string filename) } #endregion - #region RadIcon rawファイル + #region rawファイル (RadIcon など) public static bool RadIcon(string str) { // try diff --git a/IPAnalyzer/IPAnalyzer.csproj b/IPAnalyzer/IPAnalyzer.csproj index 547f310..5e93b39 100644 --- a/IPAnalyzer/IPAnalyzer.csproj +++ b/IPAnalyzer/IPAnalyzer.csproj @@ -4,8 +4,8 @@ WinExe net8.0-windows10.0.22621.0 true - 2023.12.13.0420 - 2023.12.13.0420 + 2023.12.13.0425 + 2023.12.13.0425 App.ico IPAnalyzer.Program embedded diff --git a/IPAnalyzer/Version.cs b/IPAnalyzer/Version.cs index 1c593f3..6fc8ba0 100644 --- a/IPAnalyzer/Version.cs +++ b/IPAnalyzer/Version.cs @@ -9,6 +9,7 @@ static class Version static public string History = "History" + + "\r\n ver3.954(2023/12/13) Fixed bugs on loading Rad-icon1520 files (*.raw)." + "\r\n ver3.953(2023/11/29) Fixed bugs on 'Azimuthal Division Analysis' mode." + "\r\n ver3.952(2023/11/27) The target framework has been changed to .Net Desktop Runtime 8.0. Fixed a minor bug (thx to Okazaki-san)." + "\r\n ver3.951(2023/10/07) The drawing range of the previous image can be inherited." + @@ -374,7 +375,7 @@ static class Version + " プログラムの不具合、改善要望などがありましたらメールにてご連絡ください。" + "また詳しい使い方についてはホームページでも解説しています。" + "\r\n mail: seto@crystal.kobe-u.ac.jp" - + "\r\n Home Page: http://pmsl.planet.sci.kobe-u.ac.jp/~seto/" + + "\r\n Home Page: http://yseto.net/" + "\r\nできるだけご要望にお応えしたいと思います。" ;