From 09f764a23b933901de91ed7c979fdc897eee6ba2 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Tue, 9 Jul 2019 17:25:55 +0200 Subject: [PATCH] - update version to 1.1.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1082d12..ad79e6a 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 1.0.0 +PM> Install-Package LightweightIocContainer -Version 1.1.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 1.0.0 +> dotnet add package LightweightIocContainer --version 1.1.0 ``` ### Example usage