Skip to content

Commit f16c7a6

Browse files
committed
Updated nuget packages
+docs
1 parent b4e0140 commit f16c7a6

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

build/SharpGLTF.CodeGen/SharpGLTF.CodeGen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
11-
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="10.4.4" />
11+
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="10.5.2" />
1212
</ItemGroup>
1313

1414
</Project>

src/SharpGLTF.Toolkit/Animations/CurveFactory.cs

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

1010
namespace SharpGLTF.Animations
1111
{
12+
/// <summary>
13+
/// This class is meant to be used internally.
14+
/// </summary>
15+
/// <remarks>
16+
/// Functions of this class are being used by:
17+
/// <see cref="AnimatableProperty{T}.UseTrackBuilder(string)"/>
18+
/// which is the public API.
19+
/// </remarks>
1220
static class CurveFactory
1321
{
1422
public static CurveBuilder<T> CreateCurveBuilder<T>()

tests/SharpGLTF.Core.Tests/SharpGLTF.Core.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<PackageReference Include="Mono.ApiTools" Version="5.14.0.2" />
2323
-->
2424

25-
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
25+
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
29+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
3030
</ItemGroup>
3131

3232
</Project>

tests/SharpGLTF.ThirdParty.Tests/SharpGLTF.ThirdParty.Tests.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="NUnit" Version="3.13.2" />
12-
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
12+
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

tests/SharpGLTF.Toolkit.Tests/SharpGLTF.Toolkit.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<PackageReference Include="Mono.ApiTools" Version="5.14.0.2" />
2323
-->
2424

25-
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
25+
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
29+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)