-
Notifications
You must be signed in to change notification settings - Fork 496
Creating and deploying a new version
Pavel Djundik edited this page Aug 5, 2024
·
8 revisions
- Ensure all Samples run correctly
- Ensure all unit tests pass
- Ensure CI passes
Note: Do not use Alpha
for tags because it is used by automatic pushes to Github packages.
- 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 a valid SemVer identifier which will be used as the NuGet package version.
- If any other SteamRE projects (e.g. DepotDownloader) require the newer version, update the NuGet dependency and make any other required code changes.