File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <VersionBase >4.1.3 </VersionBase >
4
+ <VersionBase >5.11.0 </VersionBase >
5
5
<TargetFrameworks >netstandard2.0;netstandard1.0;netcoreapp2.0;netcoreapp1.0;net47;net46;net45;net40</TargetFrameworks >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace Unity.Lifetime
9
9
public abstract class LifetimeManager
10
10
{
11
11
/// <summary>
12
- /// This value represents Invalid Value. Lifetime manager must return this value
13
- /// unless value is set to valid object. Null is a valie value and is not equal
12
+ /// This value represents Invalid Value. Lifetime manager must return this
13
+ /// unless value is set with a valid object. Null is a value and is not equal
14
14
/// to NoValue
15
15
/// </summary>
16
16
public static readonly object NoValue = new InvalidValue ( ) ;
You can’t perform that action at this time.
0 commit comments