mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge branch 'master' of https://github.com/goatcorp/Dalamud into feature/api_level_switch
This commit is contained in:
commit
411b1f4f5e
2 changed files with 10 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
path: .\scratch
|
||||
|
||||
- name: Generate dalamud-distrib version file
|
||||
shell: powershell
|
||||
shell: pwsh
|
||||
run: |
|
||||
Compress-Archive .\scratch\* .\canary.zip # Recreate the release zip
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,15 @@ If you need any support regarding the API or usage of Dalamud, please [join our
|
|||
|
||||
Thanks to Mino, whose work has made this possible!
|
||||
|
||||
## Branches
|
||||
|
||||
We are currently working from the following branches.
|
||||
|
||||
| Name | Purpose | .NET Version |
|
||||
|---|---|---|
|
||||
| *master* | .NET Core rework, in-development, will replace stable | .NET 5.0.6 (May 2021) |
|
||||
| *api3* | Legacy, current stable version, to be replaced in November | .NET 4.7.5 (April 2017) |
|
||||
|
||||
<br>
|
||||
|
||||
##### Final Fantasy XIV © 2010-2021 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue