Skip to content

Commit f2afd2a

Browse files
1.15.3
1 parent d6d8633 commit f2afd2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Visit [vcontainer.hadashikick.jp](https://vcontainer.hadashikick.jp) to view the
5252
1. Navigate to your project's Packages folder and open the manifest.json file.
5353
2. Add this line below the "dependencies": { line
5454
- ```json title="Packages/manifest.json"
55-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.2",
55+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.3",
5656
```
5757
3. UPM should now install the package.
5858

Diff for: VContainer/Assets/VContainer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.hadashikick.vcontainer",
33
"displayName": "VContainer",
4-
"version": "1.15.2",
4+
"version": "1.15.3",
55
"unity": "2018.4",
66
"description": "The extra fast DI (Dependency Injection) for Unity",
77
"keywords": ["DI", "Dependency Injection", "DI Container"],

Diff for: website/docs/getting-started/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you don't want to use `openupm-cli` (or if you're hosting VContainer on an al
4242
Navigate to your project's `Packages` folder and open the `manifest.json` file. Then add this package somewhere in the `dependencies` block:
4343

4444
```json title="Packages/manifest.json"
45-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.2",
45+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.3",
4646
```
4747

4848
UPM should now install the package. This is useful if you're maintaining a fork of VContainer for your own project but don't want to set up a private registry.

Diff for: website/i18n/ja/docusaurus-plugin-content-docs/current/getting-started/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: インストール
99
1. プロジェクトの `Packages/manifest.json` ファイルを開く。
1010
2. `"dependencies": {` 行の下に以下を追記。
1111
- ```json title="Packages/manifest.json"
12-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.2",
12+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.3",
1313
```
1414
3. Unityでプロジェクトをリフレッシュすると、UPMがパッケージをインストールしてくれます。
1515

0 commit comments

Comments
 (0)