Skip to content

Commit

Permalink
Merge pull request #292 from hadashiA/ku/1.8.6
Browse files Browse the repository at this point in the history
1.8.6
  • Loading branch information
hadashiA authored Aug 6, 2021
2 parents 8f14d8a + 973055b commit dd5a497
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The extra fast DI (Dependency Injection) library running on Unity Game Engine.
1. Navigate to your project's Packages folder and open the manifest.json file.
2. Add this line below the "dependencies": { line
- ```json title="Packages/manifest.json"
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.5",
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.6",
```
3. UPM should now install the package.

Expand Down
2 changes: 1 addition & 1 deletion VContainer/Assets/VContainer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp.hadashikick.vcontainer",
"displayName": "VContainer",
"version": "1.8.5",
"version": "1.8.6",
"unity": "2018.4",
"description": "The extra fast DI (Dependency Injection) for Unity",
"keywords": ["DI", "Dependency Injection", "DI Container"],
Expand Down
2 changes: 1 addition & 1 deletion website/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Installation
1. Navigate to your project's Packages folder and open the manifest.json file.
2. Add this line below the "dependencies": { line
- ```json title="Packages/manifest.json"
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.5",
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.6",
```
3. UPM should now install the package.

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
},
{
href: 'https://github.com/hadashiA/VContainer/releases',
label: 'v1.8.5',
label: 'v1.8.6',
position: 'right',
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: インストール
1. プロジェクトの `Packages/manifest.json` ファイルを開く。
2. `"dependencies": {` 行の下に以下を追記。
- ```json title="Packages/manifest.json"
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.5",
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.6",
```
3. Unityでプロジェクトをリフレッシュすると、UPMがパッケージをインストールしてくれます。

Expand Down

1 comment on commit dd5a497

@vercel
Copy link

@vercel vercel bot commented on dd5a497 Aug 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.