Commit 5fb445e
authored
v0.1.1: chore: update CI workflows, docfx action, and project references (#2)
* chore: Rename GitHub workflow file and update .NET setup
Moved .github/workflows/main.yml to .github/workflows/generate-docs.yml and added .NET 8 setup step for documentation generation.
* chore: Update docs generation workflow and standardize README filenames
- Update .NET version from 8 to 9 in GitHub Actions workflow
- Change docfx action from CaseyHofland/docfx-unitypackage to Bli-AIk/docfx-unitypackage
- Rename readme.md and its meta file to uppercase README.md for consistency
* chore: Update GitHub Actions workflow to use fixed version of docfx-unitypackage action
* chore(addressables): update assembly references and namespaces
Update assembly definition precompiled references from Lunar.dll to Lunar.Core.Base.dll and Lunar.Core.ECS.dll. Update namespace from Lunar.Interfaces to Lunar.Core.Base.Interfaces in AddressablesAdapter.cs to align with new assembly structure.1 parent 61d00db commit 5fb445e
File tree
5 files changed
+41
-2
lines changed- .github/workflows
- Runtime
5 files changed
+41
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments