From 3eded637dada6d7738e24bd31f4845d67ccb2518 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 25 Jun 2020 12:01:42 +0200 Subject: [PATCH] update contentless and add back coroutine to friends article --- Docs/articles/friends.md | 1 + .../content/MLEM.Templates.DesktopGL/TemplateNamespace.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/articles/friends.md b/Docs/articles/friends.md index 3733ca2..0a2c5cc 100644 --- a/Docs/articles/friends.md +++ b/Docs/articles/friends.md @@ -3,4 +3,5 @@ There are several other NuGet packages that work well in combination with MonoGame and MLEM. Here are some of them: - [Contentless](https://github.com/Ellpeck/Contentless), a tool by Ellpeck that removes the need to add assets to the MonoGame Content Pipeline manually - [GameBundle](https://github.com/Ellpeck/GameBundle), a tool by Ellpeck that packages MonoGame and other .NET Core applications into several distributable formats +- [Coroutine](https://github.com/Ellpeck/Coroutine), a package by Ellpeck that implements Unity-style coroutines for any project - [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended), a package by craftworkgames that also provides several additional features for MonoGame \ No newline at end of file diff --git a/MLEM.Templates/content/MLEM.Templates.DesktopGL/TemplateNamespace.csproj b/MLEM.Templates/content/MLEM.Templates.DesktopGL/TemplateNamespace.csproj index 6a5d2bd..8289d09 100644 --- a/MLEM.Templates/content/MLEM.Templates.DesktopGL/TemplateNamespace.csproj +++ b/MLEM.Templates/content/MLEM.Templates.DesktopGL/TemplateNamespace.csproj @@ -8,7 +8,7 @@ - +