From ad0e588a48e8cfeda35646e341e5c946041bf03c Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Wed, 13 Nov 2019 16:12:57 +0100 Subject: [PATCH] - update version numbers to 2.0.1 --- LightweightIocContainer/LightweightIocContainer.csproj | 6 +++--- .../Test.LightweightIocContainer.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 0fcddce..c7e6b17 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -10,9 +10,9 @@ latest true https://github.com/SimonG96/LightweightIocContainer - 2.0.0 - 2.0.0.0 - 2.0.0.0 + 2.0.1 + 2.0.1.0 + 2.0.1.0 LICENSE.md diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index 58af0e1..fca9e2b 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -5,7 +5,7 @@ false - 2.0.0 + 2.0.1 SimonG