From f47ac589c035a4348325ffcf3b936260b1bfc642 Mon Sep 17 00:00:00 2001 From: seto Date: Fri, 6 Dec 2024 11:48:58 +0900 Subject: [PATCH] update --- Crystallography.Controls/Crystallography.Controls.csproj | 4 ++-- Crystallography/Crystallography.csproj | 4 ++-- PDIndexer/PDIndexer.csproj | 4 ++-- PDIndexer/Version.cs | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Crystallography.Controls/Crystallography.Controls.csproj b/Crystallography.Controls/Crystallography.Controls.csproj index c3c4938..c0c01a6 100644 --- a/Crystallography.Controls/Crystallography.Controls.csproj +++ b/Crystallography.Controls/Crystallography.Controls.csproj @@ -4,8 +4,8 @@ Library net9.0-windows10.0.26100.0 true - 2024.12.6.0240 - 2024.12.6.0240 + 2024.12.6.0246 + 2024.12.6.0246 PerMonitorV2 true true diff --git a/Crystallography/Crystallography.csproj b/Crystallography/Crystallography.csproj index 494bad6..b1c23bf 100644 --- a/Crystallography/Crystallography.csproj +++ b/Crystallography/Crystallography.csproj @@ -4,8 +4,8 @@ Library net9.0-windows10.0.26100.0 true - 2024.12.6.0240 - 2024.12.6.0240 + 2024.12.6.0246 + 2024.12.6.0246 7.0 AnyCPU;x64 diff --git a/PDIndexer/PDIndexer.csproj b/PDIndexer/PDIndexer.csproj index 4690ea6..58f5ab3 100644 --- a/PDIndexer/PDIndexer.csproj +++ b/PDIndexer/PDIndexer.csproj @@ -4,8 +4,8 @@ WinExe net9.0-windows10.0.26100.0 true - 2024.12.6.0243 - 2024.12.6.0243 + 2024.12.6.0246 + 2024.12.6.0246 App.ico 7.0 PerMonitorV2 diff --git a/PDIndexer/Version.cs b/PDIndexer/Version.cs index c531281..1218a15 100644 --- a/PDIndexer/Version.cs +++ b/PDIndexer/Version.cs @@ -11,8 +11,9 @@ static class Version /// public const string History = "History" + + "\r\n ver4.449(2024/12/06) Fixed a minor bug when loading/saving the version number. (thx to Loïc Toraille-san)" + "\r\n ver4.448(2024/12/03) Further bug fixes have been made regarding the decimal separator issue. (thx to Loïc Toraille-san)" + - "\r\n ver4.447(2024/12/02) The framework has been changed to .Net Desktop Runtime 9.0. Fixed bugs on decimal separator symbols (thx to Loïc Toraille-san)." + + "\r\n ver4.447(2024/12/02) The framework has been changed to .Net Desktop Runtime 9.0. Fixed bugs on decimal separator symbols (thx to Loïc Toraille-san, see github.com/seto77/PDIndexer/issues/2)." + "\r\n ver4.446(2024/06/30) Fixed a bug where the app icon was not displayed. Updated the crystal database." + "\r\n ver4.445(2023/12/06) Fixed bugs when loading *.npd files (thx to Shibasaki-san)." + "\r\n ver4.443(2023/11/27) The target framework has been changed to .Net Desktop Runtime 8.0. Fixed a minor bug (thx to Okazaki-san)." +