1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-28 02:53:37 +02:00

update the readme and descriptions

This commit is contained in:
Ellpeck 2020-04-06 01:42:52 +02:00
parent f797d1f49f
commit 9c37f34947
7 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>Some simple data and network handling for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame</Description>
<Description>Simple data and network handling for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame</Description>
<PackageTags>monogame ellpeck mlem utility extensions data network serialize</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/MLEM</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -5,7 +5,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame for MonoGame.Extended</Description>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame extension that ties in with MonoGame.Extended</Description>
<PackageTags>monogame ellpeck mlem utility extensions monogame.extended extended</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/MLEM</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -6,7 +6,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame combined with some other useful libraries into a quick Game class</Description>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame combined with some other useful libraries into a quick Game startup class</Description>
<PackageTags>monogame ellpeck mlem utility extensions</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/MLEM</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -11,7 +11,7 @@
<PackageType>Template</PackageType>
<Title>MLEM Templates</Title>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame project templates</Description>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame cross-platform project templates</Description>
<PackageTags>dotnet-new templates monogame ellpeck mlem utility extensions</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/MLEM</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -5,7 +5,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>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</Description>
<Description>A mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types.</Description>
<PackageTags>monogame ellpeck mlem ui user interface graphical gui system mouse keyboard gamepad touch</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/MLEM</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -5,7 +5,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame</Description>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame provides extension methods and additional features for MonoGame</Description>
<PackageTags>monogame ellpeck mlem utility extensions</PackageTags>
<PackageProjectUrl>https://github.com/Ellpeck/MLEM</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -1,7 +1,7 @@
<img src="Logo.png" width="25%" >
(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)