From 2d3ce30ff223c6da7078a6ac7c568e57ac3e49fa Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 3 Dec 2021 12:55:34 +0100 Subject: [PATCH] reflect lidgren deprecation in descriptions --- Docs/index.md | 2 +- MLEM.Data/MLEM.Data.csproj | 8 ++++---- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index 62662b7..9fc7451 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 data and network handling +- **MLEM.Data** provides simple data handling - **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 22eeca6..9c9a32c 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -7,9 +7,9 @@ Ellpeck - Simple data and network handling for MLEM Library for Extending MonoGame + Simple data handling for MLEM Library for Extending MonoGame See the full changelog at https://mlem.ellpeck.de/CHANGELOG - monogame ellpeck mlem utility extensions data network serialize + monogame ellpeck mlem utility extensions data serialize https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM MIT @@ -26,10 +26,10 @@ all - + all - + all diff --git a/README.md b/README.md index 297d595..6b117bb 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 data and network handling +- **MLEM.Data** provides simple data handling - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class - **MLEM.Templates** contains cross-platform project templates