Skip to content

Commit 5401e5a

Browse files
1.19.0
1 parent abfae6e commit 5401e5a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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.18.0",
55+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.19.0",
5656
```
5757
3. UPM should now install the package.
5858

VContainer/Assets/VContainer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jp.hadashikick.vcontainer",
33
"displayName": "VContainer",
44
"author": "hadashiA",
5-
"version": "1.16.2",
5+
"version": "1.19.0",
66
"unity": "2018.4",
77
"description": "The extra fast DI (Dependency Injection) for Unity",
88
"keywords": ["DI", "Dependency Injection", "DI Container"],

website/docs/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
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.18.0",
45+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.19.0",
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.

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

Lines changed: 1 addition & 1 deletion
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.18.0",
12+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.19.0",
1313
```
1414
3. Unityでプロジェクトをリフレッシュすると、UPMがパッケージをインストールしてくれます。
1515

0 commit comments

Comments
 (0)