diff --git a/anbs_cp/Classes/TimestampValidator.cs b/anbs_cp/Classes/TimestampValidator.cs index 910c325..c85266a 100644 --- a/anbs_cp/Classes/TimestampValidator.cs +++ b/anbs_cp/Classes/TimestampValidator.cs @@ -71,13 +71,13 @@ public static class TimestampValidator /// Проверка временного интервала (в час) /// /// Временной интервал - /// Проверяемый временной интервал - /// Временная дельта в часах + /// Проверяемый временной интервал + /// Временная дельта в часах /// - /// Попал ли в промежуток + + /// Попал ли в промежуток + /// - public static bool ValidateFromHour(long timestamp, long checkedstamp, ulong deltahr) => - Validate(timestamp, checkedstamp, checked(deltahr * 3600000UL)); + public static bool ValidateFromHour(long timestamp, long checkedStamp, ulong deltaHour) => + Validate(timestamp, checkedStamp, checked(deltaHour * 3600000UL)); /// /// Проверка попадания текущего времени в заданный интервал (в час) diff --git a/anbs_cp/anbs_cp.csproj b/anbs_cp/anbs_cp.csproj index 843b5b4..a6a5e8f 100644 --- a/anbs_cp/anbs_cp.csproj +++ b/anbs_cp/anbs_cp.csproj @@ -1,8 +1,8 @@  - net7.0 - 2023.1101.1 + net8.0 + 2023.1114.0 Александр Бабаев Набор компонентов ANB Software Библиотека полезных методов языка C# diff --git a/anbs_cp/anbs_cp.csproj.DotSettings b/anbs_cp/anbs_cp.csproj.DotSettings index 16c7a3d..632c268 100644 --- a/anbs_cp/anbs_cp.csproj.DotSettings +++ b/anbs_cp/anbs_cp.csproj.DotSettings @@ -1,2 +1,2 @@  - CSharp110 \ No newline at end of file + CSharp120 \ No newline at end of file diff --git a/anbs_cpdb/anbs_cpdb.csproj b/anbs_cpdb/anbs_cpdb.csproj index 785a68c..0624317 100644 --- a/anbs_cpdb/anbs_cpdb.csproj +++ b/anbs_cpdb/anbs_cpdb.csproj @@ -1,14 +1,14 @@ - net7.0 + net8.0 enable enable anbs_cp_db anbs_cp.Database True ANBSoftware.ComponentsPack.Database - 2023.08.27.0 + 2023.11.14.0 Александр Бабаев Набор компонентов ANB Software для работы с БД Библиотека полезных методов языка C# для работы с базами данных @@ -19,8 +19,8 @@ - - + + diff --git a/anbs_cpdb/anbs_cpdb.csproj.DotSettings b/anbs_cpdb/anbs_cpdb.csproj.DotSettings new file mode 100644 index 0000000..632c268 --- /dev/null +++ b/anbs_cpdb/anbs_cpdb.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp120 \ No newline at end of file diff --git a/anbs_cpfn/anbs_cpfn.csproj b/anbs_cpfn/anbs_cpfn.csproj index 4c8faa1..dda3682 100644 --- a/anbs_cpfn/anbs_cpfn.csproj +++ b/anbs_cpfn/anbs_cpfn.csproj @@ -1,12 +1,12 @@ - net7.0 + net8.0 enable enable True ANBSoftware.ComponentsPackForNet - 2023.09.08.0 + 2023.11.14.0 Александр Бабаев Набор компонентов ANB Software для ASP.NET Core Библиотека полезных методов языка C# для ASP.NET Core @@ -20,11 +20,11 @@ - + - + diff --git a/anbs_cpfn/anbs_cpfn.csproj.DotSettings b/anbs_cpfn/anbs_cpfn.csproj.DotSettings new file mode 100644 index 0000000..632c268 --- /dev/null +++ b/anbs_cpfn/anbs_cpfn.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp120 \ No newline at end of file diff --git a/anbs_cposinfo/anbs_cposinfo.csproj b/anbs_cposinfo/anbs_cposinfo.csproj index ea64a25..45b2409 100644 --- a/anbs_cposinfo/anbs_cposinfo.csproj +++ b/anbs_cposinfo/anbs_cposinfo.csproj @@ -1,13 +1,13 @@ - net7.0 + net8.0 enable enable anbs_cp.OsInfo True ANBSoftware.ComponentsPackOsInfo - 2023.8.11 + 2023.11.14 Александр Бабаев Набор компонентов ANB Software для получения информации о Windows Библиотека полезных методов языка C# для получения информации об Windows @@ -18,8 +18,11 @@ - - + + + + + diff --git a/anbs_cposinfo/anbs_cposinfo.csproj.DotSettings b/anbs_cposinfo/anbs_cposinfo.csproj.DotSettings new file mode 100644 index 0000000..632c268 --- /dev/null +++ b/anbs_cposinfo/anbs_cposinfo.csproj.DotSettings @@ -0,0 +1,2 @@ + + CSharp120 \ No newline at end of file diff --git a/anbsoftware.componentspack.sln b/anbsoftware.componentspack.sln index 1435a4a..bf66211 100644 --- a/anbsoftware.componentspack.sln +++ b/anbsoftware.componentspack.sln @@ -15,9 +15,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "anbs_cpfn", "anbs_cpfn\anbs {442A56CC-1061-4EB5-8B67-3E3D997976D7} = {442A56CC-1061-4EB5-8B67-3E3D997976D7} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "anbs_cposinfo", "anbs_cposinfo\anbs_cposinfo.csproj", "{80E1FEA9-EEDA-4411-8EBA-11991432E98E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "anbs_cposinfo", "anbs_cposinfo\anbs_cposinfo.csproj", "{80E1FEA9-EEDA-4411-8EBA-11991432E98E}" + ProjectSection(ProjectDependencies) = postProject + {442A56CC-1061-4EB5-8B67-3E3D997976D7} = {442A56CC-1061-4EB5-8B67-3E3D997976D7} + EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "anbs_cpdb", "anbs_cpdb\anbs_cpdb.csproj", "{3796862F-F181-4A27-92D8-8BF13C4FD711}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "anbs_cpdb", "anbs_cpdb\anbs_cpdb.csproj", "{3796862F-F181-4A27-92D8-8BF13C4FD711}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/demo/demo.csproj b/demo/demo.csproj index 08dcf93..d547f4c 100644 --- a/demo/demo.csproj +++ b/demo/demo.csproj @@ -2,7 +2,7 @@ WinExe - net7.0-windows + net8.0-windows7.0 enable true enable diff --git a/demo/demo.csproj.DotSettings b/demo/demo.csproj.DotSettings index 4887f94..632c268 100644 --- a/demo/demo.csproj.DotSettings +++ b/demo/demo.csproj.DotSettings @@ -1,2 +1,2 @@  - CSharp100 \ No newline at end of file + CSharp120 \ No newline at end of file