2016-10-20 06:54:04 +08:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
2016-10-21 13:41:26 +08:00
<id>Pathoschild.Stardew.ModBuildConfig</id>
2017-06-06 05:46:45 +08:00
<version>1.6</version>
2016-10-20 06:54:04 +08:00
<title>MSBuild config for Stardew Valley mods</title>
<authors>Pathoschild</authors>
<owners>Pathoschild</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2017-06-06 05:46:45 +08:00
<licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.6/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig#readme</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.6/assets/nuget-icon.png</iconUrl>
2017-01-12 03:06:46 +08:00
<description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods.</description>
2017-06-06 05:46:45 +08:00
<releaseNotes>SMAPI mods are now deployed automatically to your game folder if you set the 'DeployModFolderName' property; added a build error if a game folder is found, but it doesn't contain Stardew Valley or SMAPI.</releaseNotes>
2016-10-20 06:54:04 +08:00
</metadata>
<files>
2016-10-21 13:48:57 +08:00
<file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModBuildConfig.targets" />
2016-10-20 06:54:04 +08:00
<file src="readme.md" target="" />
</files>
2017-01-12 03:06:46 +08:00
</package>