- not beta anymore

pull/32/head v2.0.0
Simon Gockner 6 years ago
parent 9dcbaa5b5a
commit c86f604ec3
  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 2.0.0-beta2
PM> Install-Package LightweightIocContainer -Version 2.0.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 2.0.0-beta2
> dotnet add package LightweightIocContainer --version 2.0.0
```
### Example usage

Loading…
Cancel
Save