diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml new file mode 100644 index 00000000..bf986cda --- /dev/null +++ b/.github/workflows/dotnet.yml @@ -0,0 +1,28 @@ +# This workflow will build a .NET project +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net + +name: .NET + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Setup .NET + uses: actions/setup-dotnet@v3 + with: + dotnet-version: 6.0.x + - name: Restore dependencies + run: dotnet restore + - name: Build + run: dotnet build --no-restore + - name: Test + run: dotnet test --no-build --verbosity normal diff --git a/README.md b/README.md index d78e9e08..a10d2123 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# WzComparerR2 -- A new repository which is based off Spadow's source code, and forked from KENNYSOFT's repository. +# WzComparerR2-JMS +- これは、JMS機能を備えたメイプルストーリー用に設計されたエクストラクターです。 +- JMS機能の移植は現在も進行中です。 # Modules - **WzComparerR2** 主程序 @@ -29,5 +30,6 @@ - **[Spine-Runtime](https://github.com/EsotericSoftware/spine-runtimes)** - **[EmptyKeysUI](https://github.com/EmptyKeys)** - **[@KENNYSOFT](https://github.com/KENNYSOFT)** and his WcR2-KMS version. -- **[@Kagamia](https://github.com/Kagamia)** and his WcR2-CMS version. +- **[@Kagamia](https://github.com/Kagamia)** and her WcR2-CMS version. - **[@Spadow](https://github.com/Sunaries)** for providing his WcR2-GMS version. +- **[@PirateIzzy](https://github.comPirateIzzy)** for providing the basis of this fork.