Skip to content

Commit d2ed5ac

Browse files
1.15.0
1 parent bd556fa commit d2ed5ac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.14.0",
55+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.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.14.0",
4+
"version": "1.15.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: 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.14.0",
45+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.15.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.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const config: Config = {
7373
},
7474
{
7575
href: 'https://github.com/hadashiA/VContainer/releases',
76-
label: 'v1.14.0',
76+
'label': 'v1.15.0',
7777
position: 'right',
7878
},
7979
{

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

0 commit comments

Comments
 (0)