diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f19420022..d9c1af8f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/README.md b/README.md index f85b9cc30..7069facfa 100644 --- a/README.md +++ b/README.md @@ -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) | +
##### Final Fantasy XIV © 2010-2021 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.