-
Notifications
You must be signed in to change notification settings - Fork 521
Creating and deploying a new version
Yaakov edited this page Jul 13, 2020
·
8 revisions
- Ensure all Samples run correctly
- Ensure all unit tests pass
- Ensure CI passes
- Update the version number in
Directory.Build.props. - Update the release notes URL (
PackageReleaseNotes) in the csproj. - Add a section for the new version to the top of
changes.txt. - Create and publish a GitHub Release. The corresponding tag must be the three-digit build number (e.g.
1.2.3) with no leadingv.
- If any other SteamRE projects (e.g. DepotDownloader) require the newer version, update the NuGet dependency and make any other required code changes.