Christopher Whitley fd8eead241 Fix/textureatlas import error (#1017) 6 months ago
..
Animations d008b1bd41 Replace Newtonsoft.Json with System.Text.Json (#869) 1 year ago
BitmapFonts 4beea37b25 Sync develop with release (#917) 1 year ago
Json a4d72eaf6c Move source projects into source directory 1 year 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 f8d52cf325 Hotfix/monogame 384 compat (#1008) 6 months 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/).