Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seto77 committed Apr 6, 2024
1 parent 949c181 commit 1ea5aa3
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>2024.4.6.0155</AssemblyVersion>
<FileVersion>2024.4.6.0155</FileVersion>
<AssemblyVersion>2024.4.6.0215</AssemblyVersion>
<FileVersion>2024.4.6.0215</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.4.6.0155</AssemblyVersion>
<FileVersion>2024.4.6.0155</FileVersion>
<AssemblyVersion>2024.4.6.0215</AssemblyVersion>
<FileVersion>2024.4.6.0215</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.4.6.0155</AssemblyVersion>
<FileVersion>2024.4.6.0155</FileVersion>
<AssemblyVersion>2024.4.6.0215</AssemblyVersion>
<FileVersion>2024.4.6.0215</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.4.6.0201</AssemblyVersion>
<FileVersion>2024.4.6.0201</FileVersion>
<AssemblyVersion>2024.4.6.0215</AssemblyVersion>
<FileVersion>2024.4.6.0215</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<ApplicationIcon>App.ico</ApplicationIcon>
Expand Down
1 change: 1 addition & 0 deletions ReciPro/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ internal static class Version

public const string History =
"History" +
"\r\n ver4.883(2024/04/06) Fixed minor bugs in the 'CBED setting'. Update bundled libraries." +
"\r\n ver4.882(2024/03/16) Improved GUI in the 'Diffraction simulator'. (see https://github.com/seto77/ReciPro/issues/30, thanks to lukmuk-san)" +
"\r\n ver4.881(2024/03/11) Checked security problem ((see https://github.com/seto77/ReciPro/issues/31)." +
"\r\n ver4.880(2024/03/09) Improved GUI in the 'Diffraction simulator'. (see https://github.com/seto77/ReciPro/issues/30, thanks to lukmuk-san)" +
Expand Down

0 comments on commit 1ea5aa3

Please sign in to comment.