- update version numbers

pull/53/head v3.0.0-beta
Simon G 5 years ago
parent 16b1e8ae72
commit 34cdbc52df
  1. 4
      README.md

@ -16,13 +16,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.2.0-beta
PM> Install-Package LightweightIocContainer -Version 3.0.0-beta
```
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.2.0-beta
> dotnet add package LightweightIocContainer --version 3.0.0-beta
```
### Example usage

Loading…
Cancel
Save