From 981dd219ad84029cf13becc6bc34fe34390d3cc4 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Thu, 17 Oct 2019 15:25:15 +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 5fc3e13..ef7bbb4 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -10,9 +10,9 @@ latest true https://github.com/SimonG96/LightweightIocContainer - 1.3.0 - 1.3.0.0 - 1.3.0.0 + 2.0.0-beta + 2.0.0.0 + 2.0.0.0 diff --git a/README.md b/README.md index 9c91914..72520d6 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.3.0 +PM> Install-Package LightweightIocContainer -Version 2.0.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 1.3.0 +> dotnet add package LightweightIocContainer --version 2.0.0-beta ``` ### Example usage diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index e60820b..f7dea7f 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -5,7 +5,7 @@ false - 1.3.0 + 2.0.0-beta SimonG