Commit Graph
39 Commits
Author SHA1 Message Date
Canon d94e807184 Consolidate Quick Start and Interactive Mode sections 2026-03-29 09:43:51 +08:00
Canon deeeb0754d Add install and update navigation instructions to Quick Start 2026-03-29 09:26:01 +08:00
Canon 65893f405b InteractiveMenu.cs small style cleanup v0.2.3 2026-03-29 08:45:25 +08:00
Canon ffb26dbfb9 Add clearer instructions for installation prompt 2026-03-29 08:43:23 +08:00
Canon 4c56c5183c Fix Tests
The issue was two things:

  1. Missing xunit.runner.visualstudio package — xunit v3 needs this
adapter for VSTest (dotnet test) to discover tests
  2. <OutputType>Exe</OutputType> — this is for xunit v3's standalone
runner mode (dotnet run), but it conflicts with dotnet test discovery.
Removed it since you want dotnet test to work.
2026-03-12 15:58:19 +08:00
Canon dc108bdff7 Disable GPG signing in test git commands to prevent prompts 2026-03-12 13:27:21 +08:00
Canon dbb561b892 Squash merge tests into main v0.2.2 2026-03-12 07:22:26 +08:00
Canon 0bd4151271 GetUpdateableMods made and public for testing 2026-03-12 06:54:31 +08:00
Canon 08f467aaee Update Release action to remove minor warning 2026-03-12 06:17:42 +08:00
Canon c95c1c6ccc Increase Parallelism from 6 to 12 for mod discovery v0.2.1-beta 2026-03-12 06:05:03 +08:00
Canon 683c5a8575 Fix mistaken errors when cloning FCP-Tools and Add more Logging 2026-03-12 06:00:00 +08:00
CanonandGitHub e4e3e67d81 Update README.md 2026-02-15 12:09:20 +08:00
CanonandGitHub 6b8a3ea9f3 Update README.md 2026-02-15 10:43:06 +08:00
CanonandGitHub 42b971dbc5 Add files via upload 2026-02-15 10:42:10 +08:00
Canon 3e50f65c7e version test v0.2.0 2026-02-10 18:31:01 +08:00
Canon 806adafd90 Add Update Checker 2026-02-10 18:30:04 +08:00
Canon fedc202aee Add Release Version Embedding 2026-02-10 18:23:28 +08:00
Canon 2d7e0c66c5 Improve Checking out older commits 2026-02-10 18:11:14 +08:00
CanonandGitHub 4af07f329f Update Linux archive description in README 2026-02-09 11:00:15 +08:00
CanonandGitHub 082ea52416 Updated download instructions to mention Git requirement. 2026-02-09 10:53:44 +08:00
Canon 7cab260e04 Clarify Install Instructions a bit 2026-02-09 10:52:33 +08:00
Canon 62ebaa88a7 Add SubModule Support v0.1.1 2026-02-08 16:49:47 +08:00
CanonandGitHub d45033d998 Update README for installation instructions v0.1.0 2026-02-05 01:15:04 +08:00
CanonandGitHub 0219ba0951 Enhance README with badges and installation notes
Added badges for stable and beta releases, as well as a Discord link. Updated installation instructions and clarified usage notes.
2026-02-04 17:09:48 +08:00
Canon 67433219bc Update README 2026-02-04 16:11:57 +08:00