- update version to 1.1.1

pull/32/head
Simon Gockner 6 years ago
parent dbb659bf39
commit ab54b77634
  1. 4
      README.md

@ -17,13 +17,13 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer
You can either use the [`PackageManager`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#packagemanager) in VisualStudio:
```PM
PM> Install-Package LightweightIocContainer -Version 1.1.0
PM> Install-Package LightweightIocContainer -Version 1.1.1
```
or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):
```.net
> dotnet add package LightweightIocContainer --version 1.1.0
> dotnet add package LightweightIocContainer --version 1.1.1
```
### Example usage

Loading…
Cancel
Save