- update version to 1.1.0

pull/32/head
Simon Gockner 7 years ago
parent 952c76fd06
commit 09f764a23b
  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.0.0
PM> Install-Package LightweightIocContainer -Version 1.1.0
```
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.0.0
> dotnet add package LightweightIocContainer --version 1.1.0
```
### Example usage

Loading…
Cancel
Save