Originally created by: Killeroo
- [x] Restructure project for dotnet and .net4.5 builds
- [x] Create Bash build script for building project with .netcore
- [x] Create Bash build script for building project with mono
- [x] Batch script for building standard windows binary
- [x] Travis CI yml script for .netcore and mono (couple of versions of each) (could use previous build script)
- [ ] Add platform/build info to version text (also remove build date)
- [x] Make sure file versions persist with .net core builds
- [ ] Installers for each build platform
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Killeroo
Look at getting verified publisher status:
https://stackoverflow.com/a/6869156
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Killeroo
Mono info:
https://stackoverflow.com/a/20383002
http://www.mono-project.com/docs/getting-started/application-portability/
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Killeroo
Read me syntax:
Platform Support
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Killeroo
dotnet commands
Useful csproj links
Configuring csproj to build for other platforms ('Self-contained deployment without third-party')
More csproj build config
List of build targets
Basics
Building an exe
Setting assembly info
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Killeroo
Packaging software
Creating software package for the mac