From 9dcbaa5b5ab4b3fe0787776a28d07530d3bf6a79 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Wed, 13 Nov 2019 14:07:05 +0100 Subject: [PATCH] - not beta anymore - update package license to file instead of deprecated url --- .../LightweightIocContainer.csproj | 12 ++++++++++-- .../Test.LightweightIocContainer.csproj | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index f3633b2..0fcddce 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -6,13 +6,14 @@ Copyright(c) 2019 SimonG. All Rights Reserved. A lightweight IOC Container that is powerful enough to do all the things you need it to do. https://github.com/SimonG96/LightweightIocContainer - https://github.com/SimonG96/LightweightIocContainer/blob/master/LICENSE + latest true https://github.com/SimonG96/LightweightIocContainer - 2.0.0-beta2 + 2.0.0 2.0.0.0 2.0.0.0 + LICENSE.md @@ -49,4 +50,11 @@ + + + True + + + + diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index 2a45ef0..58af0e1 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -5,7 +5,7 @@ false - 2.0.0-beta2 + 2.0.0 SimonG