From 47d99ca9b933120f430f3fd03782ac26f6fa5d69 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Wed, 18 Dec 2019 10:59:36 +0100 Subject: [PATCH] - update version to 2.1.0-beta2 --- LightweightIocContainer/LightweightIocContainer.csproj | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 6e40d86..abd9ac0 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -10,7 +10,7 @@ latest true https://github.com/SimonG96/LightweightIocContainer - 2.1.0-beta + 2.1.0-beta2 2.1.0.0 2.1.0.0 LICENSE.md diff --git a/README.md b/README.md index 9add069..a8f3502 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.1.0-beta +PM> Install-Package LightweightIocContainer -Version 2.1.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 2.1.0-beta +> dotnet add package LightweightIocContainer --version 2.1.0-beta2 ``` ### Example usage