From a23ab78a123f928abb858bab5417c996cf901d46 Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Fri, 23 Feb 2024 20:17:54 +0900 Subject: [PATCH 1/2] Fix: replace upm url --- README.md | 4 ++-- README_ja.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ca0638..2b61baa 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ Install via Unity Package Manager Please install the packages in the following order: ``` -git@github.com:mewlist/MewCore.git +https://github.com/mewlist/MewCore.git ``` ``` -git@github.com:mewlist/Doinject.git +https://github.com/mewlist/Doinject.git ``` # About Doinject diff --git a/README_ja.md b/README_ja.md index 346c395..74f4d90 100644 --- a/README_ja.md +++ b/README_ja.md @@ -24,11 +24,11 @@ Asynchronous DI Container for Unity 以下の順にパッケージをインストールしてください。 ``` -git@github.com:mewlist/MewCore.git +https://github.com/mewlist/MewCore.git ``` ``` -git@github.com:mewlist/Doinject.git +https://github.com/mewlist/Doinject.git ``` # Doinject について From 27bbd6654e45a7621a3ed9f7dcdb9033dc25f2f4 Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Fri, 23 Feb 2024 20:18:27 +0900 Subject: [PATCH 2/2] Fix: require unity version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da67d82..601e519 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "st.mewli.di", "displayName": "Doinject", "version": "1.0.0", - "unity": "2023.2", + "unity": "2022.3", "description": "Asynchronous DIContainer for Unity", "author": { "name": "mewlist",