Commit graph

7 commits

Author SHA1 Message Date
Kamron Batman
5bd41d5b68
feat: Adds .NET 7 & Arm64 support (#1229)
## BREAKING CHANGE
**Publishing for linux will no longer include runtimes**

## Major Changes
* Adds .NET 7 support.
* Adds ARM64 support (experimental).
* Changes linux support to be open-ended against anything .NET 7 supports.
* Fixes native library resolutions. (Make sure to install `dev` versions of the libraries)
* Updates README
* Adds Ubuntu 22, CentOS 8/9 Stream to CI/CD.

## TODOs:
* Update modernuo.com docs

Closes #1173
Closes #1159
2022-11-06 09:59:11 -08:00
Kamron Batman
24c683870d
docs: Updates markdown docs (#912) 2022-01-03 22:10:29 -08:00
Kamron Batman
573ddfa27b
docs: Updates installation docs for the main site. (#911) 2022-01-03 19:05:28 -08:00
Kamron Batman
013f333898
Adds official .NET 5 support (#300) 2020-11-07 13:26:27 -08:00
Kamron Batman
7762d94336
Creates quick start (#254)
Creates a quick start.

Updates documentation.
2020-09-15 19:46:10 -07:00
Kamron Batman
fdb43e158b
Updates some styles and the first two pages (#252)
Updates documentation
2020-09-15 08:55:48 -07:00
Kamron Batman
b4cad61e36
Adds getting started to docs (#249)
- [X] Adds getting started to docs

Updates documentation
2020-09-14 00:40:19 -07:00