From d450ec3082d97501bbfd8aa05207bab1202052f3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 25 Jan 2023 19:26:39 +0100 Subject: [PATCH] make sure the NuGet link only lists MLEM packages --- Docs/index.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index 160675b..e071b63 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -5,7 +5,7 @@ MLEM is platform-agnostic and multi-targets .NET Standard 2.0, .NET 6.0 and .NET Framework 4.5.2, which makes it compatible with MonoGame and FNA on Desktop, mobile devices and consoles. # What next? -- Get it on [NuGet](https://www.nuget.org/packages?q=mlem) +- Get it on [NuGet](https://www.nuget.org/packages?q=ellpeck+mlem) - Get prerelease builds on [BaGet](https://nuget.ellpeck.de/?q=mlem) - See the source code on [GitHub](https://github.com/Ellpeck/MLEM) - See tutorials and API documentation on [the website](https://mlem.ellpeck.de/) diff --git a/README.md b/README.md index a893f6f..071245a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ MLEM is platform-agnostic and multi-targets .NET Standard 2.0, .NET 6.0 and .NET Framework 4.5.2, which makes it compatible with MonoGame and FNA on Desktop, mobile devices and consoles. # What next? -- Get it on [NuGet](https://www.nuget.org/packages?q=mlem) +- Get it on [NuGet](https://www.nuget.org/packages?q=ellpeck+mlem) - Get prerelease builds on [BaGet](https://nuget.ellpeck.de/?q=mlem) - See the source code on [GitHub](https://github.com/Ellpeck/MLEM) - See tutorials and API documentation on [the website](https://mlem.ellpeck.de/)