From 3512fe3bad1390ea06b6aee3e69aa128b61faf51 Mon Sep 17 00:00:00 2001 From: Simon G Date: Wed, 27 May 2020 09:51:54 +0200 Subject: [PATCH] - update version numbers --- LightweightIocContainer/LightweightIocContainer.csproj | 6 +++--- README.md | 4 ++-- .../Test.LightweightIocContainer.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index e560338..96a5aed 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -10,9 +10,9 @@ latest true https://github.com/SimonG96/LightweightIocContainer - 2.1.0 - 2.1.0.0 - 2.1.0.0 + 2.2.0-beta + 2.2.0.0 + 2.2.0.0 LICENSE.md diff --git a/README.md b/README.md index ae330e2..7bd265c 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 +PM> Install-Package LightweightIocContainer -Version 2.2.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.1.0 +> dotnet add package LightweightIocContainer --version 2.2.0-beta ``` ### Example usage diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index 82c73bf..18e75ef 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -5,7 +5,7 @@ false - 2.1.0 + 2.2.0-beta SimonG