diff --git a/Directory.Build.props b/Directory.Build.props index a2a8d4ad..59b78fb1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -23,7 +23,7 @@ - + diff --git a/README.md b/README.md index d2c14751..7fd19339 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > :warning: **If you are interested in helping out with the future and direction of this project**: Please direct message @lithiumtoast on Discord. -![MonoGame.Extended Logo](Logos/logo-banner-800.png) +![MonoGame.Extended Logo](logos/logo-banner-800.png) # MonoGame.Extended @@ -12,9 +12,9 @@ MonoGame.Extended is a set of utilities (in the form of libraries/tools) to [Mon Code is distributed as NuGet packages in the form of libraries (`.dll` files). You can easily install the NuGet packages into your existing MonoGame project using the NuGet Package Manager UI in Visual Studio or by using the command line interface (CLI) in a terminal. -> :wrench: CLI +> :wrench: CLI `dotnet add package MonoGame.Extended` - + > :hammer: To use the content pipeline extensions, you will need to edit your `.mgcb` file to reference the `.dll`. To see an example of how to do this with NuGet see the samples at https://github.com/craftworkgames/MonoGame.Extended-samples. The important pieces are the `NuGet.config` file and the `.mgcb` file. > :eyes: To access pre-releases including rolling builds of the repository after every commit or PR commit, you can see add the NuGet feed `https://www.myget.org/F/lithiumtoast/api/v3/index.json`. See https://github.com/craftworkgames/MonoGame.Extended-samples with the `NuGet.config` file for an example of how to setup the feed. diff --git a/Logos/github-social-media-large.png b/logos/github-social-media-large.png similarity index 100% rename from Logos/github-social-media-large.png rename to logos/github-social-media-large.png diff --git a/Logos/logo-banner-1600.png b/logos/logo-banner-1600.png similarity index 100% rename from Logos/logo-banner-1600.png rename to logos/logo-banner-1600.png diff --git a/Logos/logo-banner-800.png b/logos/logo-banner-800.png similarity index 100% rename from Logos/logo-banner-800.png rename to logos/logo-banner-800.png diff --git a/Logos/logo-drop-shadow-512.png b/logos/logo-drop-shadow-512.png similarity index 100% rename from Logos/logo-drop-shadow-512.png rename to logos/logo-drop-shadow-512.png diff --git a/Logos/logo-nuget-128.png b/logos/logo-nuget-128.png similarity index 100% rename from Logos/logo-nuget-128.png rename to logos/logo-nuget-128.png diff --git a/Logos/logo-nuget-32.png b/logos/logo-nuget-32.png similarity index 100% rename from Logos/logo-nuget-32.png rename to logos/logo-nuget-32.png diff --git a/Logos/logo-nuget-400.png b/logos/logo-nuget-400.png similarity index 100% rename from Logos/logo-nuget-400.png rename to logos/logo-nuget-400.png diff --git a/Logos/logo-square-1024.png b/logos/logo-square-1024.png similarity index 100% rename from Logos/logo-square-1024.png rename to logos/logo-square-1024.png diff --git a/Logos/logo-square-128.png b/logos/logo-square-128.png similarity index 100% rename from Logos/logo-square-128.png rename to logos/logo-square-128.png diff --git a/Logos/logo-square-32.png b/logos/logo-square-32.png similarity index 100% rename from Logos/logo-square-32.png rename to logos/logo-square-32.png diff --git a/Logos/logo-square-512.png b/logos/logo-square-512.png similarity index 100% rename from Logos/logo-square-512.png rename to logos/logo-square-512.png diff --git a/Logos/logo-square-64.png b/logos/logo-square-64.png similarity index 100% rename from Logos/logo-square-64.png rename to logos/logo-square-64.png diff --git a/Logos/logo-square.svg b/logos/logo-square.svg similarity index 100% rename from Logos/logo-square.svg rename to logos/logo-square.svg diff --git a/Logos/support-on-patreon.png b/logos/support-on-patreon.png similarity index 100% rename from Logos/support-on-patreon.png rename to logos/support-on-patreon.png