From 3dc888085d10df02f8e357f42394169fef70d92f Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Mon, 14 Oct 2019 17:24:19 +0200 Subject: [PATCH] - update version numbers to 1.3.0 --- LightweightIocContainer/LightweightIocContainer.csproj | 6 +++--- .../Test.LightweightIocContainer.csproj | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 0b5fc04..5fc3e13 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -10,9 +10,9 @@ latest true https://github.com/SimonG96/LightweightIocContainer - 1.2.0 - 1.2.0.0 - 1.2.0.0 + 1.3.0 + 1.3.0.0 + 1.3.0.0 diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index a6a80e6..e60820b 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -4,6 +4,10 @@ netcoreapp2.1;net45 false + + 1.3.0 + + SimonG