summaryrefslogtreecommitdiff
path: root/docs/technical
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-03 20:49:03 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-10-03 20:49:03 -0400
commitc87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46 (patch)
tree7c130a6a2b137ec08297ce7a13ebd8142323320c /docs/technical
parentde84adb47751c96fc60be66f6fdb186a09160820 (diff)
parent68e9733a856b41c2b74d5c35a4b812e68157fbca (diff)
downloadSMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.tar.gz
SMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.tar.bz2
SMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.zip
Merge branch 'develop' into stable
Diffstat (limited to 'docs/technical')
-rw-r--r--docs/technical/mod-package.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md
index a1457405..f7475e37 100644
--- a/docs/technical/mod-package.md
+++ b/docs/technical/mod-package.md
@@ -343,19 +343,16 @@ project | purpose
`StardewModdingAPI.ModBuildConfig.Analyzer` | Adds C# analyzers which show code warnings in Visual Studio.
`StardewModdingAPI.ModBuildConfig.Analyzer.Tests` | Unit tests for the C# analyzers.
-To prepare a build of the NuGet package:
-1. Install the [NuGet CLI](https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools#nugetexe-cli).
-1. Change the version and release notes in `package.nuspec`.
-2. Rebuild the solution in _Release_ mode.
-3. Open a terminal in the `bin/Pathoschild.Stardew.ModBuildConfig` folder and run this command:
- ```bash
- nuget.exe pack
- ```
-
-That will create a `Pathoschild.Stardew.ModBuildConfig-<version>.nupkg` file in the same directory
-which can be uploaded to NuGet or referenced directly.
+The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfig`'s `bin` folder
+when you compile it.
## Release notes
+## 3.2.2
+Released 23 September 2020.
+
+* Reworked and streamlined how the package is compiled.
+* Added [SMAPI-ModTranslationClassBuilder](https://github.com/Pathoschild/SMAPI-ModTranslationClassBuilder) files to the ignore list.
+
### 3.2.1
Released 11 September 2020.