From c6b02bde31c9cab31dcbcc601bc165923590eb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:49:06 +0000 Subject: [PATCH 1/5] Bump actions/upload-artifact from 4.4.0 to 4.6.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef0ffec..94d98d6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,7 +56,7 @@ jobs: run: dotnet pack MathCore.DSP --no-build -c Release -v q -o ${{ github.workspace }}/ReleasePack --include-symbols - name: Upload build artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.0 with: name: Release path: ${{ github.workspace }}/ReleasePack From 95a81a64aa25d69fdb344f11df26bbe4a1b675e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Wed, 17 Dec 2025 10:03:26 +0300 Subject: [PATCH 2/5] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D0=B0=20net?= =?UTF-8?q?9.0=20=D0=B8=D0=B7=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= =?UTF-8?q?=20MathCore.DSP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Из файла MathCore.DSP.csproj убрана целевая платформа net9.0. Проект теперь собирается только для net10.0, net8.0 и netstandard2.0. --- MathCore.DSP/MathCore.DSP.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/MathCore.DSP/MathCore.DSP.csproj b/MathCore.DSP/MathCore.DSP.csproj index 380dbc9..9b75937 100644 --- a/MathCore.DSP/MathCore.DSP.csproj +++ b/MathCore.DSP/MathCore.DSP.csproj @@ -3,7 +3,6 @@ net10.0; - net9.0; net8.0; netstandard2.0 From 56b5fc382f0bd3c4162c374c5956780aa0a49110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Wed, 17 Dec 2025 10:05:12 +0300 Subject: [PATCH 3/5] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=BD=D0=BE=D0=B2=D1=83=D1=8E=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D1=8E=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20?= =?UTF-8?q?=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MathCore.DSP.sln | 70 ----------------------------------------------- MathCore.DSP.slnx | 18 ++++++++++++ 2 files changed, 18 insertions(+), 70 deletions(-) delete mode 100644 MathCore.DSP.sln create mode 100644 MathCore.DSP.slnx diff --git a/MathCore.DSP.sln b/MathCore.DSP.sln deleted file mode 100644 index c2b7d28..0000000 --- a/MathCore.DSP.sln +++ /dev/null @@ -1,70 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.32112.339 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathCore.DSP", "MathCore.DSP\MathCore.DSP.csproj", "{AFCB9EC8-33F6-4E5C-92FE-27783C25C479}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Service", "Service", "{7614AEFF-6757-4F85-86E2-43E2B8280D8C}" - ProjectSection(SolutionItems) = preProject - ..\BuildAndPublish.bat = ..\BuildAndPublish.bat - ..\BuildAndTest.bat = ..\BuildAndTest.bat - ..\BuildRelease.bat = ..\BuildRelease.bat - license.txt = license.txt - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C1AA67F3-31C6-4C42-884D-BBC39CBD555E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTest", "Tests\ConsoleTest\ConsoleTest.csproj", "{9E507C80-64A5-49F2-9B58-0833908A10EB}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathCore.DSP.Tests", "Tests\MathCore.DSP.Tests\MathCore.DSP.Tests.csproj", "{B92826FA-3130-431E-953C-5A6E9F3489D3}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfTest", "Tests\WpfTest\WpfTest.csproj", "{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Tests\Benchmarks\Benchmarks.csproj", "{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Service", ".Service", "{2507A7F8-E9DD-CD81-FF78-9340A71A364C}" - ProjectSection(SolutionItems) = preProject - .github\copilot-instructions.md = .github\copilot-instructions.md - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Release|Any CPU.Build.0 = Release|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Release|Any CPU.Build.0 = Release|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Release|Any CPU.Build.0 = Release|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Release|Any CPU.Build.0 = Release|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {9E507C80-64A5-49F2-9B58-0833908A10EB} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - {B92826FA-3130-431E-953C-5A6E9F3489D3} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {6BE66C71-515C-48D4-B800-5F3E6CF13654} - EndGlobalSection -EndGlobal diff --git a/MathCore.DSP.slnx b/MathCore.DSP.slnx new file mode 100644 index 0000000..acc198f --- /dev/null +++ b/MathCore.DSP.slnx @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + From 3aac10c25971ca5e6180dc7b0fc9b43ab1db0564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Wed, 17 Dec 2025 10:06:21 +0300 Subject: [PATCH 4/5] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MathCore.DSP/MathCore.DSP.csproj | 2 +- Tests/Benchmarks/Benchmarks.csproj | 2 +- Tests/ConsoleTest/ConsoleTest.csproj | 1 + Tests/WpfTest/WpfTest.csproj | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/MathCore.DSP/MathCore.DSP.csproj b/MathCore.DSP/MathCore.DSP.csproj index 9b75937..34996ae 100644 --- a/MathCore.DSP/MathCore.DSP.csproj +++ b/MathCore.DSP/MathCore.DSP.csproj @@ -54,7 +54,7 @@ - + diff --git a/Tests/Benchmarks/Benchmarks.csproj b/Tests/Benchmarks/Benchmarks.csproj index 99837bf..41da550 100644 --- a/Tests/Benchmarks/Benchmarks.csproj +++ b/Tests/Benchmarks/Benchmarks.csproj @@ -18,7 +18,7 @@ - + diff --git a/Tests/ConsoleTest/ConsoleTest.csproj b/Tests/ConsoleTest/ConsoleTest.csproj index 928c117..c7abb23 100644 --- a/Tests/ConsoleTest/ConsoleTest.csproj +++ b/Tests/ConsoleTest/ConsoleTest.csproj @@ -25,6 +25,7 @@ + diff --git a/Tests/WpfTest/WpfTest.csproj b/Tests/WpfTest/WpfTest.csproj index 77c3da5..a39da8c 100644 --- a/Tests/WpfTest/WpfTest.csproj +++ b/Tests/WpfTest/WpfTest.csproj @@ -9,8 +9,8 @@ - - + + From 93cd0e09d4ac481fa62e14e8410875ec559c685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Wed, 17 Dec 2025 10:08:41 +0300 Subject: [PATCH 5/5] v0.0.15.1 --- MathCore.DSP/MathCore.DSP.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MathCore.DSP/MathCore.DSP.csproj b/MathCore.DSP/MathCore.DSP.csproj index 34996ae..84345fe 100644 --- a/MathCore.DSP/MathCore.DSP.csproj +++ b/MathCore.DSP/MathCore.DSP.csproj @@ -8,7 +8,7 @@ false preview - 0.0.15 + 0.0.15.1 enable Миграция на .NET 10.0 и обновление зависимостей.