GameBundle/GameBundle/GameBundle.nuspec
2020-04-09 16:18:50 +02:00

20 lines
947 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>GameBundle</id>
<version>0.0.1</version>
<authors>Ellpeck</authors>
<description>A tool to package MonoGame and other .NET Core applications into several distributable formats</description>
<tags>monogame mono xna netcore dotnet publish bundle tool library</tags>
<projectUrl>https://github.com/Ellpeck/GameBundle</projectUrl>
<licenseUrl>https://github.com/Ellpeck/GameBundle/blob/master/LICENSE</licenseUrl>
<repository type="git" url="https://github.com/Ellpeck/GameBundle"/>
<readme>README.md</readme>
</metadata>
<files>
<file src="../README.md" target="README.md"/>
<file src="_._" target="lib/netcoreapp3.1/"/>
<file src="GameBundle.targets" target="build/GameBundle.targets"/>
<file src="bin\Debug\netcoreapp3.1\**\*" target="tools/"/>
</files>
</package>