Skip to content

Commit 79196cf

Browse files
committed
update
1 parent ba45503 commit 79196cf

6 files changed

Lines changed: 10 additions & 9 deletions

File tree

Crystallography.Controls/Crystallography.Controls.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<AssemblyVersion>2025.9.26.0917</AssemblyVersion>
8-
<FileVersion>2025.9.26.0917</FileVersion>
7+
<AssemblyVersion>2025.9.26.1001</AssemblyVersion>
8+
<FileVersion>2025.9.26.1001</FileVersion>
99
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
1010
<ApplicationUseCompatibleTextRendering>true</ApplicationUseCompatibleTextRendering>
1111
<ApplicationVisualStyles>true</ApplicationVisualStyles>

Crystallography.Native/Crystallography.Native.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
</FunctionLevelLinking>
157157
<EnableParallelCodeGeneration>
158158
</EnableParallelCodeGeneration>
159-
<EnableEnhancedInstructionSet>AdvancedVectorExtensions512</EnableEnhancedInstructionSet>
159+
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
160160
<OpenMPSupport>
161161
</OpenMPSupport>
162162
<EnableModules>

Crystallography.OpenGL/Crystallography.OpenGL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<AssemblyVersion>2025.9.26.0810</AssemblyVersion>
8-
<FileVersion>2025.9.26.0810</FileVersion>
7+
<AssemblyVersion>2025.9.26.1001</AssemblyVersion>
8+
<FileVersion>2025.9.26.1001</FileVersion>
99
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
1010
<Platforms>AnyCPU;x64</Platforms>
1111
<TieredCompilation>false</TieredCompilation>

Crystallography/Crystallography.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<AssemblyVersion>2025.9.26.0917</AssemblyVersion>
8-
<FileVersion>2025.9.26.0917</FileVersion>
7+
<AssemblyVersion>2025.9.26.1001</AssemblyVersion>
8+
<FileVersion>2025.9.26.1001</FileVersion>
99
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
1010
<Platforms>AnyCPU;x64</Platforms>
1111
<PublishReadyToRun>true</PublishReadyToRun>

ReciPro/ReciPro.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<AssemblyVersion>2025.9.26.0822</AssemblyVersion>
8-
<FileVersion>2025.9.26.0822</FileVersion>
7+
<AssemblyVersion>2025.9.26.1001</AssemblyVersion>
8+
<FileVersion>2025.9.26.1001</FileVersion>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1111
<ApplicationIcon>App.ico</ApplicationIcon>

ReciPro/Version.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ internal static class Version
77

88
public const string History =
99
"History" +
10+
"\r\n ver4.906(2025/09/26) Fixed a minor bug. Renewed the Eigen library." +
1011
"\r\n ver4.905(2025/09/14) Added several 'Macro' functions." +
1112
"\r\n ver4.904(2025/08/04) Fixed a minor bug." +
1213
"\r\n ver4.903(2025/05/29) Improved the 'Crystal Database' function. COD has been available." +

0 commit comments

Comments
 (0)