Skip to content

Commit 46c16e6

Browse files
authored
Merge pull request #205 from Infarh/dev
v0.0.14.1 - Обновление пакетов
2 parents fa42e2b + a166803 commit 46c16e6

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

.gitattributes

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# default for csharp files.
1111
# Note: This is only used by command line
1212
###############################################################################
13-
#*.cs diff=csharp
13+
*.cs diff=csharp
1414

1515
###############################################################################
1616
# Set the merge driver for project and solution files
@@ -51,13 +51,13 @@
5151
# is only available from the command line. Turn it on by uncommenting the
5252
# entries below.
5353
###############################################################################
54-
#*.doc diff=astextplain
55-
#*.DOC diff=astextplain
56-
#*.docx diff=astextplain
57-
#*.DOCX diff=astextplain
58-
#*.dot diff=astextplain
59-
#*.DOT diff=astextplain
60-
#*.pdf diff=astextplain
61-
#*.PDF diff=astextplain
62-
#*.rtf diff=astextplain
63-
#*.RTF diff=astextplain
54+
*.doc diff=astextplain
55+
*.DOC diff=astextplain
56+
*.docx diff=astextplain
57+
*.DOCX diff=astextplain
58+
*.dot diff=astextplain
59+
*.DOT diff=astextplain
60+
*.pdf diff=astextplain
61+
*.PDF diff=astextplain
62+
*.rtf diff=astextplain
63+
*.RTF diff=astextplain

MathCore.DSP/MathCore.DSP.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</TargetFrameworks>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<LangVersion>preview</LangVersion>
11-
<Version>0.0.14</Version>
11+
<Version>0.0.14.1</Version>
1212
<ImplicitUsings>enable</ImplicitUsings>
1313
<PackageReleaseNotes>
1414
Обновление пакетов
@@ -52,9 +52,9 @@
5252
</PropertyGroup>
5353

5454
<ItemGroup>
55-
<PackageReference Include="MathCore" Version="0.0.92.1" />
56-
<PackageReference Include="System.Memory" Version="4.5.5" />
57-
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
55+
<PackageReference Include="MathCore" Version="0.0.93.1" />
56+
<PackageReference Include="System.Memory" Version="4.6.0" />
57+
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
5858
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" PrivateAssets="All" />
5959
</ItemGroup>
6060

Tests/MathCore.DSP.Tests/MathCore.DSP.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="MathCore.TestsExtensions" Version="0.1.44" />
29-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
30-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
31-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
29+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
30+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
31+
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

Tests/WpfTest/WpfTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="FontAwesome5" Version="2.1.11" />
12-
<PackageReference Include="MathCore.Hosting.WPF" Version="0.0.13.2" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
12+
<PackageReference Include="MathCore.Hosting.WPF" Version="0.0.14" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.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" />

0 commit comments

Comments
 (0)