From 9c37f349476647f509f0dcde34d04d0c3e2ce2fd Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 6 Apr 2020 01:42:52 +0200 Subject: [PATCH] update the readme and descriptions --- MLEM.Data/MLEM.Data.csproj | 2 +- MLEM.Extended/MLEM.Extended.csproj | 2 +- MLEM.Startup/MLEM.Startup.csproj | 2 +- MLEM.Templates/MLEM.Templates.csproj | 2 +- MLEM.Ui/MLEM.Ui.csproj | 2 +- MLEM/MLEM.csproj | 2 +- README.md | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index 6acd753..c40e88b 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -5,7 +5,7 @@ Ellpeck - Some simple data and network handling for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame + Simple data and network handling for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame monogame ellpeck mlem utility extensions data network serialize https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM diff --git a/MLEM.Extended/MLEM.Extended.csproj b/MLEM.Extended/MLEM.Extended.csproj index 154f0e6..6474414 100644 --- a/MLEM.Extended/MLEM.Extended.csproj +++ b/MLEM.Extended/MLEM.Extended.csproj @@ -5,7 +5,7 @@ Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame for MonoGame.Extended + (M)LEM (L)ibrary by (E)llpeck for (M)onoGame extension that ties in with MonoGame.Extended monogame ellpeck mlem utility extensions monogame.extended extended https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM diff --git a/MLEM.Startup/MLEM.Startup.csproj b/MLEM.Startup/MLEM.Startup.csproj index adb7f3b..a2c2e57 100644 --- a/MLEM.Startup/MLEM.Startup.csproj +++ b/MLEM.Startup/MLEM.Startup.csproj @@ -6,7 +6,7 @@ Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame combined with some other useful libraries into a quick Game class + (M)LEM (L)ibrary by (E)llpeck for (M)onoGame combined with some other useful libraries into a quick Game startup class monogame ellpeck mlem utility extensions https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM diff --git a/MLEM.Templates/MLEM.Templates.csproj b/MLEM.Templates/MLEM.Templates.csproj index 37ba391..b1ac826 100644 --- a/MLEM.Templates/MLEM.Templates.csproj +++ b/MLEM.Templates/MLEM.Templates.csproj @@ -11,7 +11,7 @@ Template MLEM Templates Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame project templates + (M)LEM (L)ibrary by (E)llpeck for (M)onoGame cross-platform project templates dotnet-new templates monogame ellpeck mlem utility extensions https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj index 2ba3a63..227e1e1 100644 --- a/MLEM.Ui/MLEM.Ui.csproj +++ b/MLEM.Ui/MLEM.Ui.csproj @@ -5,7 +5,7 @@ Ellpeck - A mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types. Part of (M)LEM (L)ibrary by (E)llpeck for (M)onoGame + A mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types. monogame ellpeck mlem ui user interface graphical gui system mouse keyboard gamepad touch https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM diff --git a/MLEM/MLEM.csproj b/MLEM/MLEM.csproj index 923085d..c7789a8 100644 --- a/MLEM/MLEM.csproj +++ b/MLEM/MLEM.csproj @@ -5,7 +5,7 @@ Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame + (M)LEM (L)ibrary by (E)llpeck for (M)onoGame provides extension methods and additional features for MonoGame monogame ellpeck mlem utility extensions https://github.com/Ellpeck/MLEM https://github.com/Ellpeck/MLEM diff --git a/README.md b/README.md index 121aaf4..53a6381 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ - -(M)LEM (L)ibrary by (E)llpeck for (M)onoGame -Get it at https://www.nuget.org/packages?q=mlem or get prerelease builds at https://nuget.ellpeck.de/ +**(M)LEM (L)ibrary by (E)llpeck for (M)onoGame** serves as an addition to the game framework [MonoGame](https://www.monogame.net/) by supplying extension methods, quality of life improvements and additional features like a Ui system and easy input handling. -To talk about MLEM and suggest features or report issues, join the Discord at https://ellpeck.de/discord +- Get it [on NuGet](https://www.nuget.org/packages?q=mlem) +- Get prerelease builds [on NuGet](https://nuget.ellpeck.de) +- Read the docs [on the wiki](https://github.com/Ellpeck/MLEM/wiki) \ No newline at end of file