From b8bb9d52270d675cca5ea13b4a1e46d47f0f75c3 Mon Sep 17 00:00:00 2001 From: jklawreszuk Date: Mon, 23 Dec 2024 09:05:54 +0100 Subject: [PATCH 1/2] Update THIRD PARTY.md file --- THIRD PARTY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/THIRD PARTY.md b/THIRD PARTY.md index 0b707a3a38..30b6242e8f 100644 --- a/THIRD PARTY.md +++ b/THIRD PARTY.md @@ -5,14 +5,15 @@ Stride uses the following open-source products. ## Runtime ### All platforms -* [.Net Foundation.CLI](https://github.com/dotnet/cli) (MIT License) +* [.Net SDK](https://github.com/dotnet/sdk) (MIT License) * [Bullet](http://bulletphysics.org/) (zlib License) +* [BEPUphysics](https://github.com/bepu/bepuphysics2) (Apache License 2.0) * [DirectXTex](http://directxtex.codeplex.com) (Ms-PL) * [DirectXTk](https://directxtk.codeplex.com/) (Ms-PL) * [FreeType](http://www.freetype.org/) (FreeType License) * [JetBrains.Annotations](https://github.com/JetBrains/ExternalAnnotations/) (MIT License) * [Irony](https://irony.codeplex.com/) (MIT License) -* [LZ4 for .NET](http://lz4net.codeplex.com/) (New BSD License) +* [LZ4 for .NET](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) (MIT License) * [MurmurHash](https://github.com/darrenkopp/murmurhash-net) (Apache License 2.0) * [NativePath](https://github.com/sinkingsugar/NativePath) (MIT License) * [OpenVR SDK](https://github.com/ValveSoftware/openvr) (BSD-3-Clause) @@ -49,13 +50,12 @@ Stride uses the following open-source products. * [ffmpeg](https://ffmpeg.org/) (GPL 3) * [FreeImage](http://freeimage.sourceforge.net/) (FreeImage Public License - Version 1.0) * [Gettext.NET](https://sourceforge.net/projects/gettextnet/) (LGPL 2.1, [modified binaries](https://github.com/stride3d/gettextnet)) -* [ILRepack](https://github.com/gluck/il-repack) (Apache License 2.0) * [ImageMagick](http://www.imagemagick.org/) * [Markdown.XAML](https://github.com/theunrepentantgeek/Markdown.XAML) (MIT License) * [Mono.Cecil](https://github.com/jbevain/cecil) (MIT License) * [Mono.Options](http://www.mono-project.com/) and [Mono.TextTemplating](https://github.com/mono/t4) (MIT License) * [NShader](http://nshader.codeplex.com/) (Ms-PL) -* [NuGet](https://nuget.codeplex.com/) (Apache License 2.0) +* [NuGet](https://github.com/NuGet/NuGet.Client) (Apache License 2.0) * [xunit](https://xunit.github.io/) (Apache License 2.0) * [Oxyplot](https://github.com/oxyplot/oxyplot) (MIT License) * [SLNTools](https://slntools.codeplex.com) (MIT License) From e7313d8708dc0d8adb0408b488b85b70a6cce990 Mon Sep 17 00:00:00 2001 From: jklawreszuk Date: Mon, 23 Dec 2024 09:13:52 +0100 Subject: [PATCH 2/2] fixup! Update THIRD PARTY.md file --- THIRD PARTY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/THIRD PARTY.md b/THIRD PARTY.md index 30b6242e8f..f14878e9c9 100644 --- a/THIRD PARTY.md +++ b/THIRD PARTY.md @@ -8,6 +8,7 @@ Stride uses the following open-source products. * [.Net SDK](https://github.com/dotnet/sdk) (MIT License) * [Bullet](http://bulletphysics.org/) (zlib License) * [BEPUphysics](https://github.com/bepu/bepuphysics2) (Apache License 2.0) +* [Silk.NET](https://github.com/dotnet/Silk.NET) (MIT License) * [DirectXTex](http://directxtex.codeplex.com) (Ms-PL) * [DirectXTk](https://directxtk.codeplex.com/) (Ms-PL) * [FreeType](http://www.freetype.org/) (FreeType License)