|
1 year ago | |
---|---|---|
DependencyGraph | 1 year ago | |
InfernalGameFramework | 1 year ago | |
InfernalGameFramework.Library | 1 year ago | |
InfernalGameFramework.Library.Tests | 1 year ago | |
PocoWithID | 1 year ago | |
.gitignore | 1 year ago | |
InfernalGameFramework.sln | 1 year ago | |
Jenkinsfile | 1 year ago | |
LICENSE.md | 2 years ago | |
README.md | 1 year ago | |
publish.ps1 | 1 year ago | |
publish.sh | 1 year ago |
You can download the latest build of the main branch from our build server
The latest full release is found at on the release page
Requires the .net 6 SDK to build
Once installed you can build and run.
To build run either the publish.ps1
or publish.sh
script depending the platform you are building on. You can specify which platforms you wish to build for by passing one or more of: win-x64, osx-x64, linux-x64, or portable as arguments to the script, if you dont sepcify any platforms it will build for all. This will createa Zip file for each platform as well as a publish folder, with a sub-folder for each platform.
We use and encourages Early Pull Requests. Please don't wait until you're done to open a PR!
git commit --allow-empty -m "start of [thing you're working on]"