Skip to content

Commit

Permalink
Merge pull request #8 from hadashiA/ku/fix-version-conflict
Browse files Browse the repository at this point in the history
Fix version conflict 0.0.2
  • Loading branch information
hadashiA authored Jul 4, 2020
2 parents d02967b + 91b0497 commit 7117c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ class GameController : IInitializable, ITickable, IDisposable { /* ... */ }
builder.RegisterEntryPoint<GameController>(Lifetime.Singleton);
```

Not that this is similar to `Register<GameController>(Lifetime.Singleton).AsImplementedInterfaces()`
Note that this is similar to `Register<GameController>(Lifetime.Singleton).AsImplementedInterfaces()`

#### Register instance

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": "0.0.1",
"version": "0.0.2",
"unity": "2019.1",
"description": "Lightweight DI (Dependency Injection) Container for Unity.",
"keywords": ["DI", "Dependency Injection", "DI Container"],
Expand Down

0 comments on commit 7117c61

Please sign in to comment.