summaryrefslogtreecommitdiff
path: root/package.nuspec
blob: c68d57c6afa11108b03c44278e4b9d5658846dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Pathoschild.Stardew.ModBuildConfig</id>
    <version>1.6</version>
    <title>MSBuild config for Stardew Valley mods</title>
    <authors>Pathoschild</authors>
    <owners>Pathoschild</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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>
    <description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods.</description>
    <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>
  </metadata>
  <files>
    <file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModBuildConfig.targets" />
    <file src="readme.md" target="" />
  </files>
</package>