Kamron Batman
2e4668dbe5
feat: Updates to .NET 8. ( #1542 )
...
### Breaking Changes
- Updating to .NET 8 - Required O/S's have slightly changed.
2023-11-14 17:08:09 -08:00
Kamron Batman
dfca90e076
chore: Adds VC++ Redist 17 to README ( #1498 )
2023-09-13 22:54:32 -07:00
Kamron Batman
2c8d54549c
fix: Changes C# version to 11 ( #1461 )
2023-08-16 20:12:56 -07:00
Kamron Batman
72557ffb97
fix (readme): Update README.md ( #1432 )
2023-07-26 20:54:10 -07:00
Kamron Batman
d9d04f1f38
fix: Adds better arm64 support ( #1409 )
2023-07-26 20:43:42 -07:00
Kamron Batman
c93fa004a3
chore: Bumps dependencies ( #1414 )
2023-06-20 22:57:16 -07:00
Kamron Batman
a7edba3712
fix: Removes scoped for gump AppendTo ( #1405 )
...
### Summary
.NET 6 had a bug that required the `scoped` keyword for the gump AppendTo. It looks like this was fixed since then.
2023-05-21 00:46:25 -07:00
Kamron Batman
f92d821168
fix: Fixes timezone issue ( #1388 )
...
### Summary
Removes the timezone specific logic in favor of globalization non-invariance. This should fix culture issues too.
2023-05-19 16:40:06 -07:00
Kamron Batman
ac7c3522f4
fix: Updates .NET 7 SDK to 7.0.201 for CI/CD ( #1351 )
2023-02-25 00:57:18 -08:00
Kamron Batman
3f400fc965
docs: Adds tzdata to README ( #1317 )
2022-12-30 15:32:54 -08:00
Kamron Batman
94199f1186
fix: Adds migration checks to CICD, updates dependencies, adds Fedora 37, alpine 3.17 support ( #1309 )
...
- [X] Automatically collapses migration files in github PRs.
- [X] CI/CD now checks to see if migrations are missing or modified.
- [X] Updates dependencies
- [X] Adds Fedora 37, Alpine 3.17 support
2022-12-22 12:12:47 -08:00
Kamron Batman
d172b5f742
docs: Fixes README build badge
2022-12-18 11:50:31 -08:00
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
f5122fff2a
docs: Adds contributors section to readme
2022-09-30 14:49:28 -07:00
Kamron Batman
6b3a9f08e9
fix: Fixes readme syntax
2022-09-06 10:28:44 -07:00
Kamron Batman
5f91598c15
chore: Add generic linux target ( #1164 )
2022-09-06 10:28:19 -07:00
Kamron Batman
caa72bcc81
chore: Update README to bump required Rider version ( #1160 )
2022-09-04 09:08:16 -07:00
Kamron Batman
0bd7d31702
chore: Updates README.md to specify new .NET 6 version. ( #1158 )
2022-09-04 09:04:57 -07:00
Kamron Batman
8509b1f8a0
chore: Updates whats changed ( #1082 )
2022-06-19 19:55:55 -07:00
Kamron Batman
9c8f73aaf8
chore: Updates minimum .net 6 version
2022-06-17 01:48:25 -07:00
Kamron Batman
5d6be05ad1
chore: Fixes CI build/test for Fedora ( #1056 )
2022-06-13 12:18:00 -07:00
Kamron Batman
e172dc9661
fix: Updates dependencies & adds Fedora 35/36 support ( #1029 )
2022-05-19 10:51:24 -07:00
Kamron Batman
5d972caa9c
fix: Changes Fedora to use new icon and color
2022-04-15 00:47:03 -07:00
Kamron Batman
d451ed0fd3
Adds Material Theme to thank you
2022-03-28 14:36:43 -07:00
Kamron Batman
699478425f
chore: Updates readme to remove blurb about schema migration ( #937 )
2022-02-18 11:15:32 -08:00
Kamron Batman
573ddfa27b
docs: Updates installation docs for the main site. ( #911 )
2022-01-03 19:05:28 -08:00
Kamron Batman
a264f2a34e
readme: Fixes Fedora on README ( #894 )
2021-12-26 00:43:04 -08:00
Kamron Batman
b3c153eae3
fix: Removes Debian 9 support, Adds Windows 11 ( #877 )
2021-12-05 00:13:47 -08:00
Kamron Batman
a103b2af2d
fix: Updates README ( #876 )
2021-12-05 00:02:32 -08:00
Kamron Batman
c31bf20d0e
feat: Updates to .NET 6 ( #843 )
...
* Fixes an issue with moving directories across volumes
* Removes usages of WebClient
* Removes usages of Cryptographic Providers
Note: Even though .NET 6 introduces Xoshiro RNG, there is no way to control the seed. I'll do some reconciliation of Xoshiro so it functions closer to the built in one. For the most part, it has parity though.
Benchmarks show there is nothing odd about the implementations, they are within 1ns of each other.
2021-11-13 13:38:01 -08:00
Kamron Batman
ec785e6f07
fix: Updates dependencies, cleans up csproj, and updates README ( #784 )
2021-09-15 09:54:15 -07:00
Michael Dijkstra
50dd7a1146
fix: README publish link ( #699 )
2021-08-18 08:35:28 -07:00
Kamron Batman
cb3895148d
fix(readme): Updates IDE requirements ( #677 )
2021-08-07 14:57:37 -07:00
Kamron Batman
4e9d656809
fix(core): Adds Fedora 32/33 & RHEL 7/8 support. ( #601 )
...
- [X] Adds support for Fedora 32/33 (runtimes included)
- [X] Adds support for RHEL 7/8 (will require manual install of zlib and argon2)
- [X] Updates dependencies
2021-05-14 00:32:22 -07:00
Kamron Batman
47bbd72e55
fix(readme): Fixes azure pipelines badge ( #564 )
2021-04-06 09:42:59 -07:00
Kamron Batman
52356866ed
fix(docs): Adds sponsor page ( #420 )
2021-01-18 14:54:58 -08:00
Kamron Batman
1a593089e9
chore: Updates discord links ( #394 )
2021-01-07 01:04:05 -08:00
Kamron Batman
0726b4547b
Updates README to include Big Sur ( #318 )
2020-11-17 13:06:58 -08:00
Kamron Batman
1c9439e4fd
Drop .NET Core 3.1 ( #307 )
...
- [X] Updates Zlib Bindings
- [X] Updates Argon2 Bindings
- [X] Drops .NET Core 3.1 support
- [X] Updates CI/CD
Bumps release version
Updates documentation
2020-11-10 20:28:05 -08:00
Kamron Batman
013f333898
Adds official .NET 5 support ( #300 )
2020-11-07 13:26:27 -08:00
Kamron Batman
99bfff40df
Updates README to reflect .NET Core 3.1.9
2020-10-25 23:53:19 -07:00
Kamron Batman
16bdc21f5a
Updates README.md Thanks section
...
- [X] Adds Karasho as thanks for helping with a discord home.
2020-09-13 12:00:58 -07:00
Kamron Batman
4a334cc395
Updates README.md with logo
2020-09-07 15:05:01 -07:00
Kamron Batman
d18329dbf6
Updates README.md with new server id
2020-09-03 23:01:10 -07:00
Kamron Batman
492e82066f
Updates README.md with new discord
2020-09-03 22:58:52 -07:00
Kamron Batman
1f651992d7
Updates formatting rules ( #199 )
2020-08-25 18:00:51 -07:00
Kamron Batman
bc2487946c
Adds .NET 5 & Ubuntu 20 LTS Targeting ( #193 )
2020-08-15 14:48:06 -07:00
Kamron Batman
6a727c3401
Updates README.md with IDE from JetBrains
2020-07-07 22:58:25 -07:00
Kamron Batman
bde6d6a149
Updates CI with Azure Pipelines ( #170 )
2020-07-03 00:38:19 -07:00
Kamron Batman
997691fbb7
Adds specific linux operating system support ( #169 )
2020-07-02 17:35:46 -07:00