From 61439aa521482600d68473b35d03b0810215b5a3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 10 May 2022 16:06:45 +0200 Subject: [PATCH] made the MLEM.Data description more descriptive --- Docs/index.md | 2 +- MLEM.Data/MLEM.Data.csproj | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index 0ea42a8..d30fe1c 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -14,7 +14,7 @@ - **MLEM** is the base package, which provides extension methods and additional features for MonoGame - **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types - **MLEM.Extended** ties in with MonoGame.Extended and other MonoGame libraries -- **MLEM.Data** provides simple loading and processing of textures and other data +- **MLEM.Data** provides simple loading and processing of textures and other data, including the ability to load non-XNB content files easily - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class - **MLEM.Templates** contains cross-platform project templates diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index 91b4252..7cb20da 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -7,7 +7,7 @@ Ellpeck - Simple loading and processing of textures and other data for MonoGame + Simple loading and processing of textures and other data for MonoGame, including the ability to load non-XNB content files easily See the full changelog at https://mlem.ellpeck.de/CHANGELOG monogame ellpeck mlem utility extensions data serialize https://mlem.ellpeck.de/ diff --git a/README.md b/README.md index 78facfd..478f135 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - **MLEM** is the base package, which provides extension methods and additional features for MonoGame - **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types - **MLEM.Extended** ties in with MonoGame.Extended and other MonoGame libraries -- **MLEM.Data** provides simple loading and processing of textures and other data +- **MLEM.Data** provides simple loading and processing of textures and other data, including the ability to load non-XNB content files easily - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class - **MLEM.Templates** contains cross-platform project templates