From 755f1eee6477242b910c69cab2fde9a851ac7ae8 Mon Sep 17 00:00:00 2001 From: Eugene Sadovoi Date: Thu, 25 Apr 2019 09:08:36 -0400 Subject: [PATCH] Releasing 5.11.0 --- package.props | 2 +- src/Lifetime/Abstracts/LifetimeManager.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.props b/package.props index e8fe7173..7d334f9e 100644 --- a/package.props +++ b/package.props @@ -1,7 +1,7 @@ - 4.1.3 + 5.11.0 netstandard2.0;netstandard1.0;netcoreapp2.0;netcoreapp1.0;net47;net46;net45;net40 diff --git a/src/Lifetime/Abstracts/LifetimeManager.cs b/src/Lifetime/Abstracts/LifetimeManager.cs index ca9ea15d..5507eb78 100644 --- a/src/Lifetime/Abstracts/LifetimeManager.cs +++ b/src/Lifetime/Abstracts/LifetimeManager.cs @@ -9,8 +9,8 @@ namespace Unity.Lifetime public abstract class LifetimeManager { /// - /// This value represents Invalid Value. Lifetime manager must return this value - /// unless value is set to valid object. Null is a valie value and is not equal + /// This value represents Invalid Value. Lifetime manager must return this + /// unless value is set with a valid object. Null is a value and is not equal /// to NoValue /// public static readonly object NoValue = new InvalidValue();