Skip to content

Commit

Permalink
Releasing 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Apr 25, 2019
1 parent 7247dd9 commit 755f1ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionBase>4.1.3</VersionBase>
<VersionBase>5.11.0</VersionBase>
<TargetFrameworks>netstandard2.0;netstandard1.0;netcoreapp2.0;netcoreapp1.0;net47;net46;net45;net40</TargetFrameworks>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Lifetime/Abstracts/LifetimeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace Unity.Lifetime
public abstract class LifetimeManager
{
/// <summary>
/// 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
/// </summary>
public static readonly object NoValue = new InvalidValue();
Expand Down

0 comments on commit 755f1ee

Please sign in to comment.