Skip to content

Commit

Permalink
Merge pull request #22 from Cysharp/feature/UpdateTargetVersion
Browse files Browse the repository at this point in the history
Change required Unity version to 2022.3+
  • Loading branch information
mayuki authored Nov 26, 2024
2 parents 2e6a73d + ed9d157 commit 6b2bdc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -27,7 +27,7 @@ CsprojModifier は次の特徴を備えています:
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Works with
- Unity Editor 2019.4 (LTS) or later
- Unity Editor 2022.3 (LTS) or later
- Visual Studio 2019 or Rider

## Install
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -29,7 +29,7 @@ CsprojModifier provides following features:
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Works with
- Unity Editor 2019.4 (LTS) or later
- Unity Editor 2022.3 (LTS) or later
- Visual Studio 2019 or Rider

## Install
Expand Down

0 comments on commit 6b2bdc2

Please sign in to comment.