- update version number to 2.0.1

pull/32/head v2.0.1
Simon Gockner 6 years ago
parent ad0e588a48
commit d4f5b8eeb5
  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: You can either use the [`PackageManager`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#packagemanager) in VisualStudio:
```PM ```PM
PM> Install-Package LightweightIocContainer -Version 2.0.0 PM> Install-Package LightweightIocContainer -Version 2.0.1
``` ```
or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli): or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):
```.net ```.net
> dotnet add package LightweightIocContainer --version 2.0.0 > dotnet add package LightweightIocContainer --version 2.0.1
``` ```
### Example usage ### Example usage

Loading…
Cancel
Save