summaryrefslogtreecommitdiff
path: root/package.nuspec
blob: 5d8e5e52ffc0ce06b4a9c2a4c3f496608830487d (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.ModdingBuildConfig</id>
    <version>1.0-alpha</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/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/Pathoschild/Stardew.ModBuildConfig/1.0/assets/nuget-icon.png</iconUrl>
    <description>Automates the build configuration for a crossplatform Stardew Valley mod that uses SMAPI.</description>
    <releaseNotes>Initial release</releaseNotes>
  </metadata>
  <files>
    <file src="build/smapi.targets" target="build/Pathoschild.Stardew.ModdingBuildConfig.targets" />
    <file src="readme.md" target="" />
  </files>
</package>