Skip to content

Commit

Permalink
- not beta anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonG96 committed Nov 13, 2019
1 parent 9dcbaa5 commit c86f604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c86f604

Please sign in to comment.