Skip to content

Commit f68ce46

Browse files
authored
Merge pull request #317 from hadashiA/ku/1.9.0
1.9.0
2 parents 69d5c3a + 9d2353d commit f68ce46

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.8.6",
55+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.9.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
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.hadashikick.vcontainer",
33
"displayName": "VContainer",
4-
"version": "1.8.6",
4+
"version": "1.9.0",
55
"unity": "2018.4",
66
"description": "The extra fast DI (Dependency Injection) for Unity",
77
"keywords": ["DI", "Dependency Injection", "DI Container"],

website/docs/getting-started/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don't want to use `openupm-cli` (or if you're hosting VContainer on an al
3232
}
3333
],
3434
"dependencies": {
35-
"jp.hadashikick.vcontainer": "1.8.6"
35+
"jp.hadashikick.vcontainer": "1.9.0"
3636
}
3737
}
3838
```
@@ -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.8.6",
45+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.9.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/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = {
7272
},
7373
{
7474
href: 'https://github.com/hadashiA/VContainer/releases',
75-
label: 'v1.8.6',
75+
label: 'v1.9.0',
7676
position: 'right',
7777
},
7878
{

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

0 commit comments

Comments
 (0)