Skip to content

Commit 55d2d64

Browse files
authored
Merge pull request #286 from hadashiA/ku/1.8.5
1.8.5
2 parents b3f21cf + c09e856 commit 55d2d64

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The extra fast DI (Dependency Injection) library running on Unity Game Engine.
4848
1. Navigate to your project's Packages folder and open the manifest.json file.
4949
2. Add this line below the "dependencies": { line
5050
- ```json title="Packages/manifest.json"
51-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.4",
51+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.5",
5252
```
5353
3. UPM should now install the package.
5454

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.8.4",
4+
"version": "1.8.5",
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
@@ -9,7 +9,7 @@ title: Installation
99
1. Navigate to your project's Packages folder and open the manifest.json file.
1010
2. Add this line below the "dependencies": { line
1111
- ```json title="Packages/manifest.json"
12-
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.4",
12+
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.5",
1313
```
1414
3. UPM should now install the package.
1515

Diff for: website/docusaurus.config.js

+1-1
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.4',
75+
label: 'v1.8.5',
7676
position: 'right',
7777
},
7878
{

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

0 commit comments

Comments
 (0)