Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Dec 13, 2023
1 parent 0757116 commit 3e833d7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Crystallography.Controls/Crystallography.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.12.13.0420</AssemblyVersion>
<FileVersion>2023.12.13.0420</FileVersion>
<AssemblyVersion>2023.12.13.0425</AssemblyVersion>
<FileVersion>2023.12.13.0425</FileVersion>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
<ApplicationVisualStyles>true</ApplicationVisualStyles>
Expand Down
4 changes: 2 additions & 2 deletions Crystallography/Crystallography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>Library</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.12.13.0420</AssemblyVersion>
<FileVersion>2023.12.13.0420</FileVersion>
<AssemblyVersion>2023.12.13.0425</AssemblyVersion>
<FileVersion>2023.12.13.0425</FileVersion>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Crystallography/Images/ImageIO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ private static bool SMV(string filename)
}
#endregion

#region RadIcon rawファイル
#region rawファイル (RadIcon など)
public static bool RadIcon(string str)
{
// try
Expand Down
4 changes: 2 additions & 2 deletions IPAnalyzer/IPAnalyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyVersion>2023.12.13.0420</AssemblyVersion>
<FileVersion>2023.12.13.0420</FileVersion>
<AssemblyVersion>2023.12.13.0425</AssemblyVersion>
<FileVersion>2023.12.13.0425</FileVersion>
<ApplicationIcon>App.ico</ApplicationIcon>
<StartupObject>IPAnalyzer.Program</StartupObject>
<DebugType>embedded</DebugType>
Expand Down
3 changes: 2 additions & 1 deletion IPAnalyzer/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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." +
Expand Down Expand Up @@ -374,7 +375,7 @@ static class Version
+ " プログラムの不具合、改善要望などがありましたらメールにてご連絡ください。"
+ "また詳しい使い方についてはホームページでも解説しています。"
+ "\r\n mail: [email protected]"
+ "\r\n Home Page: http://pmsl.planet.sci.kobe-u.ac.jp/~seto/"
+ "\r\n Home Page: http://yseto.net/"
+ "\r\nできるだけご要望にお応えしたいと思います。"
;

Expand Down

0 comments on commit 3e833d7

Please sign in to comment.