Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Aug 7, 2024
1 parent e0ba422 commit 6d390d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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>2024.8.7.0911</AssemblyVersion>
<FileVersion>2024.8.7.0911</FileVersion>
<AssemblyVersion>2024.8.7.1119</AssemblyVersion>
<FileVersion>2024.8.7.1119</FileVersion>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
<ApplicationVisualStyles>true</ApplicationVisualStyles>
Expand Down
4 changes: 2 additions & 2 deletions Crystallography.OpenGL/Crystallography.OpenGL.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>2024.8.7.0911</AssemblyVersion>
<FileVersion>2024.8.7.0911</FileVersion>
<AssemblyVersion>2024.8.7.1119</AssemblyVersion>
<FileVersion>2024.8.7.1119</FileVersion>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

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>2024.8.7.0911</AssemblyVersion>
<FileVersion>2024.8.7.0911</FileVersion>
<AssemblyVersion>2024.8.7.1119</AssemblyVersion>
<FileVersion>2024.8.7.1119</FileVersion>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions ReciPro/ReciPro.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>2024.8.7.1116</AssemblyVersion>
<FileVersion>2024.8.7.1116</FileVersion>
<AssemblyVersion>2024.8.7.1119</AssemblyVersion>
<FileVersion>2024.8.7.1119</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<ApplicationIcon>App.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion ReciPro/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal static class Version

public const string History =
"History" +
"\r\n ver4.888(2024/08/07) Added the 'Kikuchi line pairs' projection mode to 'Streonet' simulation. (see https://github.com/seto77/ReciPro/issues/35)" +
"\r\n ver4.888(2024/08/07) Added the 'Kikuchi line pairs' projection mode to the 'Stereonet' simulation. (see https://github.com/seto77/ReciPro/issues/35)" +
"\r\n ver4.887(2024/07/30) Fixed a minor bug." +
"\r\n ver4.886(2024/07/20) Added horizontal/vertical flip and color inversion functions for 'Diffraction Simulator' (see https://github.com/seto77/ReciPro/issues/35)." +
"\r\n ver4.885(2024/06/20) Fixed a bug and typo in the 'Diffraction Spot Information' (see https://github.com/seto77/ReciPro/issues/34, thanks to tianyu-liu-san)." +
Expand Down

0 comments on commit 6d390d3

Please sign in to comment.