summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig/package.nuspec
blob: 048801010dd4a7212ccf00d4ac39a6808adcce5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>2.1.1</version>
    <title>Build package for SMAPI mods</title>
    <authors>Pathoschild</authors>
    <owners>Pathoschild</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Pathoschild/SMAPI/blob/develop/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/Pathoschild/SMAPI/blob/develop/docs/mod-build-config.md#readme</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/Pathoschild/SMAPI/develop/src/SMAPI.ModBuildConfig/assets/nuget-icon.png</iconUrl>
    <description>Automates the build configuration for crossplatform Stardew Valley SMAPI mods. For Stardew Valley 1.3 or later.</description>
    <releaseNotes>
      2.1:
      - Added support for Stardew Valley 1.3.
      - Added support for non-mod projects.
      - Added C# analyzers to warn about implicit conversions of Netcode fields in Stardew Valley 1.3.
      - Added option to ignore files by regex pattern.
      - Added reference to new SMAPI DLL.
      - Fixed some game paths not detected by NuGet package.

      2.1.1:
      - Update for SMAPI 2.8.
    </releaseNotes>
  </metadata>
</package>