Skip to content

Commit ea00386

Browse files
authored
Merge pull request #75 from unitycontainer/release/5.11
Release/5.11
2 parents 6c3bb69 + 43a442e commit ea00386

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.11.5</Version>
4+
<Version>5.11.6</Version>
55
<PackageReleaseNotes>This release is compatible with Core 3.1</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<UnityContainerVersion>5.11.4</UnityContainerVersion>
9+
<UnityContainerVersion>5.11.5</UnityContainerVersion>
1010
</PropertyGroup>
1111

1212
</Project>

src/Lifetime/InjectionTransientLifetimeManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace Unity.Microsoft.DependencyInjection.Lifetime
99
/// is disposed all these objects are disposed as well.
1010
/// </summary>
1111
public class InjectionTransientLifetimeManager : LifetimeManager,
12-
IFactoryLifetimeManager,
13-
ITypeLifetimeManager
12+
IFactoryLifetimeManager,
13+
ITypeLifetimeManager
1414
{
1515
public override void SetValue(object newValue, ILifetimeContainer container = null)
1616
{

0 commit comments

Comments
 (0)