- update version to 2.1.0-beta

pull/37/head v2.1.0-beta
Simon Gockner 6 years ago
parent fbc8c85a23
commit ca3c9ce788
  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.1 PM> Install-Package LightweightIocContainer -Version 2.1.0-beta
``` ```
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.1 > dotnet add package LightweightIocContainer --version 2.1.0-beta
``` ```
### Example usage ### Example usage

Loading…
Cancel
Save