diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | package.nuspec | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -12,13 +12,13 @@ The configuration... ## Installation ### Creating a new mod 1. Create an empty library project. -2. Reference the [`Pathoschild.Stardew.ModBuildConfig` NuGet package](https://www.nuget.org/packages/Pathoschild.Stardew.ModdingBuildConfig). +2. Reference the [`Pathoschild.Stardew.ModBuildConfig` NuGet package](https://www.nuget.org/packages/Pathoschild.Stardew.ModBuildConfig). 3. [Write your code](http://canimod.com/guides/creating-a-smapi-mod). 4. Compile on any platform. ### Migrating an existing mod 1. Remove any references to `Microsoft.Xna.*`, Stardew Valley, `StardewModdingAPI`, and xTile. -2. Reference the [`Pathoschild.Stardew.ModBuildConfig` NuGet package](https://www.nuget.org/packages/Pathoschild.Stardew.ModdingBuildConfig). +2. Reference the [`Pathoschild.Stardew.ModBuildConfig` NuGet package](https://www.nuget.org/packages/Pathoschild.Stardew.ModBuildConfig). 3. Compile on any platform. ## Configuration @@ -40,5 +40,5 @@ is officially supported, and you can inject the `GAMEPATH` environment variable detected game path. ## See also -* [NuGet package](https://www.nuget.org/packages/Pathoschild.Stardew.ModdingBuildConfig) +* [NuGet package](https://www.nuget.org/packages/Pathoschild.Stardew.ModBuildConfig) * <s>Discussion thread</s>
\ No newline at end of file diff --git a/package.nuspec b/package.nuspec index 2f585ab5..05c478de 100644 --- a/package.nuspec +++ b/package.nuspec @@ -1,13 +1,13 @@ <?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-alpha4</version> + <id>Pathoschild.Stardew.ModBuildConfig</id> + <version>1.0</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> + <licenseUrl>https://github.com/Pathoschild/Stardew.ModBuildConfig/blob/1.0/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> |