Christopher Whitley 17e145a080 Setup project so that preview releases can be made (#1093) 1 month ago
..
Animations d008b1bd41 Replace Newtonsoft.Json with System.Text.Json (#869) 1 year ago
BitmapFonts 5af60f5f1e Revert back to using indexer to add kerning pairs (#1081) 2 months ago
Json a4d72eaf6c Move source projects into source directory 1 year ago
Particles ca3db90d74 Resovle issue with KNI build (#1039) 4 months ago
TextureAtlases fd8eead241 Fix/textureatlas import error (#1017) 6 months ago
Tiled 3a5269cfea Reorganization (#909) 1 year ago
ContentImporterContextExtensions.cs a4d72eaf6c Move source projects into source directory 1 year ago
ContentImporterResult.cs a4d72eaf6c Move source projects into source directory 1 year ago
ContentItem.cs a4d72eaf6c Move source projects into source directory 1 year ago
ContentLogger.cs a4d72eaf6c Move source projects into source directory 1 year ago
ContentWriterExtensions.cs a4d72eaf6c Move source projects into source directory 1 year ago
KNI.Extended.Content.Pipeline.csproj e5f5bac062 upgrade KNI to v4.0 (#975) 1 year ago
MonoGame.Extended.Content.Pipeline.csproj 17e145a080 Setup project so that preview releases can be made (#1093) 1 month ago
MonoGame.Extended.Content.Pipeline.targets 0fe1064217 Merge Release into Develop (#912) 1 year ago
PathExtensions.cs a4d72eaf6c Move source projects into source directory 1 year ago
readme.txt a4d72eaf6c Move source projects into source directory 1 year ago

readme.txt

# MonoGame.Extended.Content.Pipeline

This NuGet package is intended to be used with the MonoGame Content Pipeline tool. You'll need to
make some changes to your Content Pipline file (usually Content.mgcb) for everything to work
properly.

Add a reference to the `MonoGame.Extended.Content.Pipeline.dll` now installed in your `packages` folder
to the [MonoGame Content Pipeline tool](http://www.monogame.net/documentation/?page=Pipeline).

You can do this either with the Reference Editor in the GUI or by manually adding a reference line to
your `Content.mgcb` file using a text editor.

**Remember**: the versions need to match exactly for everything to work.

For more information, take a look at the [installation guide](http://craftworkgames.github.io/MonoGame.Extended/installation/).