Merge branch 'master' of https://github.com/goatcorp/Dalamud into feature/api_level_switch

This commit is contained in:
goat 2021-07-12 12:16:52 +02:00
commit 411b1f4f5e
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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.