Skip to content

Creating new releases of Harmony Core

Jeff Greene edited this page Dec 9, 2022 · 1 revision
  • Check for newer compatible nuget packages for HarmonyCore.sln
  • Update *.nuspec files with new/updated dependencies
  • Wait for successful CI/CD pipeline build
  • Release to nuget from CI/CD pipeline
  • Update cli-tool-versions.json to contain the targeted Harmony Core Package versions bot in the individual items and in the HCVersion key
  • Update cli-tool-versions.json for the corresponding .net release version and the other updated nuget packages (currently net6)
  • Run a github release naming it with a net6-release-v6.0.xxx naming scheme (for net 6)
Clone this wiki locally