From c8b96544981b3ab1bf9a28d8f04911f322bbecda Mon Sep 17 00:00:00 2001 From: Simon G <21110158+SimonG96@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:00:58 +0100 Subject: [PATCH] - update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c82cb76..1dc472f 100644 --- a/README.md +++ b/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 3.0.0-beta +PM> Install-Package LightweightIocContainer -Version 3.0.0-beta2 ``` 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 3.0.0-beta +> dotnet add package LightweightIocContainer --version 3.0.0-beta2 ``` ### Example usage