dependabot[bot]
bec4cfa910
chore(deps): bump actions/setup-dotnet from 5 to 6 ( #2545 )
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-21 16:30:40 -07:00
dependabot[bot]
a26219c837
chore(deps): bump actions/checkout from 6 to 7 ( #2503 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-23 19:26:28 -07:00
Kamron Batman
7eb1b71a5b
chore: Update workflow actions to Node 24 runtime + watch github-actions ( #2486 )
...
## Summary
Audit of CI/CD workflows (`.github/workflows/**`, `azure-pipelines.yml`) for outdated actions, focused on the Node 20 → Node 24 runner deprecation. Most actions were already migrated; this PR cleans up the remaining stragglers and closes the gap that let them drift.
## Changes
| Action | File(s) | From | To | Reason |
|---|---|---|---|---|
| `softprops/action-gh-release` | `create-release.yml`, `build-tool-release.yml` | `v2` | `v3` | v2 still runs Node 20; v3 is a pure Node 24 runtime move, inputs unchanged (drop-in) |
| `dotnet/nbgv` | `create-release.yml` | `v0.5.1` | `v0.5.2` | Node 24 runtime bump |
| `SethCohen/github-releases-to-discord` | `post-release-discord.yml` | `v1.19.0` | `v1.20.0` | Latest; adds manual-dispatch test support |
| Dependabot | `dependabot.yml` | nuget only | + `github-actions` (weekly) | Auto-PR future action bumps instead of manual audits |
## Already current (no change)
`actions/checkout@v6`, `actions/setup-dotnet@v5`, `actions/upload-artifact@v7`, `actions/download-artifact@v8`, and `signpath/...@v2` are all on current majors running the Node 24 runtime. The Azure tasks (`UseDotNet@2`, `NuGetAuthenticate@1`) are current as well.
## Notes
- All target versions verified against GitHub's release API.
- `action-gh-release@v3` release notes confirm it's a runtime-only change with no input/behavior changes — safe drop-in for both usages.
2026-06-14 09:48:57 -07:00
Kamron Batman
26c1e399ba
chore: Cleans workflows for NodeJS 24 ( #2394 )
2026-03-28 21:55:29 -07:00
Kamron Batman
3a3f5ee518
feat: Adds .NET 10 / C# 14 support. ( #2258 )
...
### Summary
* Adds .NET 10 support
* Bumps to C# 14
2025-11-11 11:26:34 -08:00
Kamron Batman
c75514cc04
feat: Updates to .NET 9 ( #1984 )
...
### Summary
* Bumps to .NET 9 with updated dependencies
* Comparing a value type against null is no longer allowed
* CI/CD now uses the version specified in global.json
* Serialization generator updated to .NET 9 with bug fixes, fixes to turkish language, and parallelization
2024-12-08 10:16:34 -08:00
Kamron Batman
df1db05054
Use github generated release notes instead ( #1810 )
2024-06-02 15:05:09 -07:00
Kamron Batman
b2695b9f6c
chore(build): Fixes release workflow ( #1807 )
2024-05-30 23:38:47 -07:00
Kamron Batman
b3a817ee2d
fix: Fixes relesae flows ( #1799 )
2024-05-28 15:24:03 -07:00
Kamron Batman
5843ec0784
chore: Updates release flow ( #1798 )
2024-05-28 15:00:38 -07:00
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
c53c842c4b
fix: Fixes releases ( #1576 )
2023-10-30 19:26:10 -07:00
Kamron Batman
0d6a77ea74
fix: Bumps PollGroup to fix NPE error ( #1497 )
2023-09-13 12:51:12 -07:00
Kamron Batman
2c8d54549c
fix: Changes C# version to 11 ( #1461 )
2023-08-16 20:12:56 -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
a1a50603da
fix: Fixes releases ( #1382 )
2023-03-26 01:00:10 -07:00
Kamron Batman
0150e1a994
fix: Fixes broken chair ( #1356 )
2023-02-27 09:01:50 -08:00
Kamron Batman
5c99d0cb38
Adds github token to release action
2023-02-25 12:09:31 -08:00
Kamron Batman
7591d687cd
chore: Fixes release ( #1312 )
2022-12-27 16:59:17 -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
810061db8c
chore: Update from .NET 7 preview to release. ( #1234 )
2022-11-08 09:46:48 -08:00
Kamron Batman
ab4aaa0fa8
chore: Adds .NET 7 to release workflow ( #1230 )
2022-11-06 10:04:32 -08:00
Kamron Batman
5e7dbb53c1
fix: Updates Github Actions & Azure Pipelines ( #1192 )
2022-10-16 10:10:55 -07:00
Kamron Batman
abdd868b7a
chore: Updates release permissions ( #1085 )
2022-06-21 16:00:06 -07:00
Kamron Batman
7a7637d2b5
fix: Fixes release workflow ( #1077 )
2022-06-17 23:54:33 -07:00
Kamron Batman
fcc91cbd99
fix (workflow): Adds manual release for github actions ( #863 )
2021-11-22 13:29:17 -08:00
Kamron Batman
ef761f9035
fix(build): Updates releases to use github token ( #817 )
2021-10-05 09:07:32 -07:00
Kamron Batman
d61f07abd5
fix(releases): Uses an access token for checkout ( #501 )
2021-02-08 16:33:50 -08:00
Kamron Batman
f1065b119d
fix(releases): Fixes broken merge ( #500 )
2021-02-08 16:24:32 -08:00
Kamron Batman
0895d43624
fix(releases): Adds git credentials ( #499 )
2021-02-08 16:21:03 -08:00
Kamron Batman
47dd962725
fix(releases): More cleanup ( #498 )
2021-02-08 15:54:48 -08:00
Kamron Batman
f107c96065
fix(releases): Add missing token for fake release tag ( #497 )
2021-02-08 15:51:58 -08:00
Kamron Batman
4bf8447530
fix(core): Fixes release token use ( #496 )
2021-02-08 15:37:00 -08:00
Kamron Batman
db76c941e6
fix(releases): Do not update tags remotely ( #495 )
2021-02-08 15:29:00 -08:00
Kamron Batman
ecf5a4f048
fix(release): Fixes error in syntax ( #494 )
2021-02-08 13:54:16 -08:00
Kamron Batman
e7f01c1326
fix(releases): Fix create release and remove old tag ( #493 )
2021-02-08 13:51:42 -08:00
Kamron Batman
6753822cd9
fix(releases): Adds fake release message ( #492 )
2021-02-08 13:43:39 -08:00
Kamron Batman
f43b1e1d4e
fix(releases): Fixes fake tag failing ( #491 )
2021-02-08 13:41:13 -08:00
Kamron Batman
b9cb85855b
fix(releases): Fixes release deletion ( #488 )
2021-02-08 00:55:06 -08:00
Kamron Batman
17d8620cd1
fix(releases): Removes .NET 5 from releases workflow and fixes checkout tags ( #487 )
2021-02-08 00:51:43 -08:00
Kamron Batman
1cdd70ed46
fix(releases): Attempts to fix release tags ( #486 )
2021-02-08 00:45:17 -08:00
Kamron Batman
da00aef735
fix(releases): Fixes version detection ( #485 )
2021-02-07 23:50:07 -08:00
Kamron Batman
e75f92879f
fix(releases): Fixes version tagging ( #484 )
2021-02-07 23:44:29 -08:00
Kamron Batman
30dff3959a
fix(releases): Fixes release count ( #483 )
2021-02-07 23:35:38 -08:00
Kamron Batman
1736469ac0
fix(releases): Updates release flow. Fixes windows builds ( #482 )
2021-02-07 23:30:11 -08:00
Kamron Batman
1ed4a797a0
fix(release): Updates release flow ( #481 )
2021-02-07 22:37:29 -08:00
Kamron Batman
7c7490d3b4
fix(releases): Updates releases ( #478 )
...
- [X] Updates the workflows
- [X] Removes automatic releases.
Notes: We may need multiple release updates to get this right.
2021-02-07 09:09:50 -08:00
Kamron Batman
75c1b32513
fix(core): NPE in Cycles per second ( #331 )
...
- [X] Fixes an edge case where the cycle index goes negative and crashes
- [X] Fixes average CPS calculation
- [X] Fixes issue with logout delay
- [X] Bumps release version
2020-11-30 23:12:16 -08:00
Kamron Batman
eb1c03c38b
Fixes create release work flow
...
Fixes create release workflow
Bumps release version
2020-11-16 09:03:32 -08:00