Description...
Packaging involves the process of building, packing, and preparing release files for distribution.
- Open Launcher.sln solution in Visual Studio
- Update the assembly version in Project Settings (not sure if necessary)
- Build Launcher solution
- Download and Install NuGetPackageExplorer
- Update Troposphir-1.1.0.nupkg file as follows:
- Replace Launcher.exe with the newest version (if applicable)
- Add or remove any new game files
- Edit metadata by updating the version number of the package (e.g. 1.1.0 to 1.2.0)
- Click on File > Save as ... (e.g. Troposphir-1.2.0.nupkg)
- Use the Package Manager Console to execute
Squirrel.exe --releasify
commandPM> Squirrel --releasify Troposphir.1.2.0.nupkg
Distribution involves the process of distributing installation files or patch updates to the users.
- Upload the following patch updates to the website's FTP server
- ./Releases/*.nupkg
- ./Releases/RELEASES
- Upload the following installation files to the website's FTP server
- Setup.exe