Skip to content

Commit 7746d05

Browse files
authored
Merge pull request #327 from hadashiA/ku/1.10.0
1.10.0
2 parents a502366 + 67fc5f1 commit 7746d05

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.9.0",
55+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.10.0",
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.9.0",
4+
"version": "1.10.0",
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

+2-2
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.9.0"
35+
"jp.hadashikick.vcontainer": "1.10.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.9.0",
45+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.10.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.

Diff for: website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = {
7171
},
7272
{
7373
href: 'https://github.com/hadashiA/VContainer/releases',
74-
label: 'v1.9.0',
74+
label: 'v1.10.0',
7575
position: 'right',
7676
},
7777
{

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

0 commit comments

Comments
 (0)