Christopher Whitley 5b5a845201 Merge branch 'develop' into hotfix/monogame-384-compat il y a 6 mois
..
Animations d008b1bd41 Replace Newtonsoft.Json with System.Text.Json (#869) il y a 1 an
BitmapFonts 4beea37b25 Sync develop with release (#917) il y a 1 an
Json a4d72eaf6c Move source projects into source directory il y a 1 an
TextureAtlases de157c44e8 Texture2DRegion: support trimmed and rotated sprites optionally load origin from atlas data file (#1004) il y a 6 mois
Tiled 3a5269cfea Reorganization (#909) il y a 1 an
ContentImporterContextExtensions.cs a4d72eaf6c Move source projects into source directory il y a 1 an
ContentImporterResult.cs a4d72eaf6c Move source projects into source directory il y a 1 an
ContentItem.cs a4d72eaf6c Move source projects into source directory il y a 1 an
ContentLogger.cs a4d72eaf6c Move source projects into source directory il y a 1 an
ContentWriterExtensions.cs a4d72eaf6c Move source projects into source directory il y a 1 an
KNI.Extended.Content.Pipeline.csproj e5f5bac062 upgrade KNI to v4.0 (#975) il y a 1 an
MonoGame.Extended.Content.Pipeline.csproj 88e15ceeb5 Hotfix: Update MonoGame reference to 3.8.4 il y a 6 mois
MonoGame.Extended.Content.Pipeline.targets 0fe1064217 Merge Release into Develop (#912) il y a 1 an
PathExtensions.cs a4d72eaf6c Move source projects into source directory il y a 1 an
readme.txt a4d72eaf6c Move source projects into source directory il y a 1 an

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/).