From 74b3c426b8f03906a6bc0cd2e754887ae08d771b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 22 Sep 2022 17:19:22 +0200 Subject: [PATCH] readme updates --- Docs/index.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Docs/index.md b/Docs/index.md index 01de279..05b2caa 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -2,6 +2,8 @@ **MLEM Library for Extending MonoGame and FNA** is a set of multipurpose libraries for the game frameworks [MonoGame](https://www.monogame.net/) and [FNA](https://fna-xna.github.io/) that provides abstractions, quality of life improvements and additional features like an extensive ui system and easy input handling. +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 prerelease builds on [BaGet](https://nuget.ellpeck.de/?q=mlem) diff --git a/README.md b/README.md index 6cc3305..04152e1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **MLEM Library for Extending MonoGame and FNA** is a set of multipurpose libraries for the game frameworks [MonoGame](https://www.monogame.net/) and [FNA](https://fna-xna.github.io/) that provides abstractions, quality of life improvements and additional features like an extensive ui system and easy input handling. +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 prerelease builds on [BaGet](https://nuget.ellpeck.de/?q=mlem)