Files
MonoGame.Extended/Source/NuGet/MonoGame.Extended.Content.Pipeline.nuspec
T

32 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- https://docs.microsoft.com/en-us/nuget/schema/nuspec -->
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MonoGame.Extended.Content.Pipeline</id>
<version>$version$</version>
<description>
MonoGame.Extended Content Pipeline importers and processors to make MonoGame more awesome.
</description>
<authors>Dylan Wilson</authors>
<title>MonoGame.Extended.Content.Pipeline</title>
<owners>Craftwork Games</owners>
<projectUrl>https://github.com/craftworkgames/MonoGame.Extended</projectUrl>
<licenseUrl>https://github.com/craftworkgames/MonoGame.Extended/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/craftworkgames/MonoGame.Extended/master/Logos/logo-nuget-128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
<copyright>Copyright 2017 - Craftwork Games</copyright>
<tags>monogame extended content pipeline importer processor bmfont tiled animations texture atlas</tags>
<references>
<!-- no references are added to the project with this package -->
</references>
</metadata>
<files>
<file src="..\MonoGame.Extended.Content.Pipeline\bin\MonoGame.Extended.Content.Pipeline.dll" target="tools" />
<file src="..\MonoGame.Extended.Content.Pipeline\bin\MonoGame.Extended.dll" target="tools" />
<file src="..\MonoGame.Extended.Content.Pipeline\bin\Newtonsoft.Json.dll" target="tools" />
<!-- A readme.txt will be displayed when the package is installed -->
<file src="..\MonoGame.Extended.Content.Pipeline\readme.txt" target="" />
</files>
</package>