From ca3c9ce7880afe406f1bdd3d7403781759d204b0 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Mon, 25 Nov 2019 08:58:53 +0100 Subject: [PATCH] - update version to 2.1.0-beta --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfbc715..8bc85d2 100644 --- a/README.md +++ b/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.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): ```.net -> dotnet add package LightweightIocContainer --version 2.0.1 +> dotnet add package LightweightIocContainer --version 2.1.0-beta ``` ### Example usage