From ed9d157e3e099b713c1a76da54eb83baa16c5c04 Mon Sep 17 00:00:00 2001 From: Mayuki Sawatari Date: Tue, 26 Nov 2024 13:02:20 +0900 Subject: [PATCH] Change required Unity version to 2022.3+ --- .github/workflows/build-debug.yaml | 2 +- .github/workflows/build-release.yml | 2 +- README.ja.md | 4 ++-- README.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-debug.yaml b/.github/workflows/build-debug.yaml index 98a8553..3e4458a 100644 --- a/.github/workflows/build-debug.yaml +++ b/.github/workflows/build-debug.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }} strategy: matrix: - unity: ["2019.3.9f1"] + unity: ["2022.3.0f1", "6000.0.23f1"] runs-on: ubuntu-latest timeout-minutes: 10 steps: diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 425850d..1f11216 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -25,7 +25,7 @@ jobs: needs: [update-packagejson] strategy: matrix: - unity: ["2019.3.9f1"] + unity: ["2022.3.0f1", "6000.0.23f1"] runs-on: ubuntu-latest timeout-minutes: 15 steps: diff --git a/README.ja.md b/README.ja.md index 0f7069f..9dfdb7b 100644 --- a/README.ja.md +++ b/README.ja.md @@ -6,7 +6,7 @@ CsprojModifier は次の特徴を備えています: - 生成された .csproj に追加のプロジェクトを `Import` 要素で追加する - 生成された .csproj に Analzyer の参照を追加する - - 2020.2 以降で Rider または Visual Studio Code を利用している場合には無効 + - 2020.2 以降で Visual Studio, Rider または Visual Studio Code を利用している場合には無効 ![](docs/images/Screen-01.png) @@ -27,7 +27,7 @@ CsprojModifier は次の特徴を備えています: ## Works with -- Unity Editor 2019.4 (LTS) or later +- Unity Editor 2022.3 (LTS) or later - Visual Studio 2019 or Rider ## Install diff --git a/README.md b/README.md index 7c9cf7f..1f93925 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ CsprojModifier provides following features: - Insert additional projects as `Import` elements into generated .csproj - Add analyzer references to generated .csproj - - Disabled if you are using Rider or Visual Studio Code with Unity 2020.2 or later + - Disabled if you are using Visual Studio, Rider or Visual Studio Code with Unity 2020.2 or later ![](docs/images/Screen-01.png) @@ -29,7 +29,7 @@ CsprojModifier provides following features: ## Works with -- Unity Editor 2019.4 (LTS) or later +- Unity Editor 2022.3 (LTS) or later - Visual Studio 2019 or Rider ## Install