File tree Expand file tree Collapse file tree 7 files changed +25
-77
lines changed
Expand file tree Collapse file tree 7 files changed +25
-77
lines changed Original file line number Diff line number Diff line change 5656 run : dotnet pack MathCore.DSP --no-build -c Release -v q -o ${{ github.workspace }}/ReleasePack --include-symbols
5757
5858 - name : Upload build artifacts
59- uses : actions/upload-artifact@v4.4 .0
59+ uses : actions/upload-artifact@v4.6 .0
6060 with :
6161 name : Release
6262 path : ${{ github.workspace }}/ReleasePack
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /.Service/" >
3+ <File Path =" .github/copilot-instructions.md" />
4+ </Folder >
5+ <Folder Name =" /Service/" >
6+ <File Path =" ../BuildAndPublish.bat" />
7+ <File Path =" ../BuildAndTest.bat" />
8+ <File Path =" ../BuildRelease.bat" />
9+ <File Path =" license.txt" />
10+ </Folder >
11+ <Folder Name =" /Tests/" >
12+ <Project Path =" Tests/Benchmarks/Benchmarks.csproj" />
13+ <Project Path =" Tests/ConsoleTest/ConsoleTest.csproj" />
14+ <Project Path =" Tests/MathCore.DSP.Tests/MathCore.DSP.Tests.csproj" />
15+ <Project Path =" Tests/WpfTest/WpfTest.csproj" />
16+ </Folder >
17+ <Project Path =" MathCore.DSP/MathCore.DSP.csproj" />
18+ </Solution >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFrameworks >
55 net10.0;
6- net9.0;
76 net8.0;
87 netstandard2.0
98 </TargetFrameworks >
109 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1110 <LangVersion >preview</LangVersion >
12- <Version >0.0.15</Version >
11+ <Version >0.0.15.1 </Version >
1312 <ImplicitUsings >enable</ImplicitUsings >
1413 <PackageReleaseNotes >
1514 Миграция на .NET 10.0 и обновление зависимостей.
5554 </PropertyGroup >
5655
5756 <ItemGroup >
58- <PackageReference Include =" MathCore" Version =" 0.0.94.1 " />
57+ <PackageReference Include =" MathCore" Version =" 0.0.94.3 " />
5958 <PackageReference Include =" System.Memory" Version =" 4.6.3" />
6059 <PackageReference Include =" System.Numerics.Vectors" Version =" 4.6.1" />
6160 <PackageReference Include =" System.Reflection.Emit.Lightweight" Version =" 4.7.0" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.6 " />
21+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.8 " />
2222 </ItemGroup >
2323
2424 <ItemGroup >
Original file line number Diff line number Diff line change 2525 <!-- <PackageReference Include="MathCore" Version="0.0.66" />-->
2626 <!-- <PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />-->
2727 <PackageReference Include =" OxyPlot.ImageSharp" Version =" 2.2.0" />
28+ <PackageReference Include =" SixLabors.ImageSharp" Version =" 2.1.9" />
2829 </ItemGroup >
2930
3031 <ItemGroup >
Original file line number Diff line number Diff line change 99
1010 <ItemGroup >
1111 <PackageReference Include =" FontAwesome5" Version =" 2.1.11" />
12- <PackageReference Include =" MathCore.Hosting.WPF" Version =" 0 .0.14.2 " />
13- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10.0.0 " />
12+ <PackageReference Include =" MathCore.Hosting.WPF" Version =" 1 .0.0 " />
13+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 10.0.1 " />
1414 <PackageReference Include =" NAudio" Version =" 2.2.1" />
1515 <PackageReference Include =" OxyPlot.Contrib.Wpf" Version =" 2.1.2" />
1616 <PackageReference Include =" OxyPlot.Wpf" Version =" 2.2.0" />
You can’t perform that action at this time.
0 commit comments