Skip to content

Commit 714eb9e

Browse files
committed
Restricting Container version upper limit
1 parent da1844e commit 714eb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.props

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

33
<PropertyGroup>
4-
<Version>2.1.0</Version>
4+
<Version>2.1.1</Version>
55
<PackageReleaseNotes>Bug fixes, dependency updates and minor performance optimizations</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>
99
<UnityAbstractionsVersion>3.*</UnityAbstractionsVersion>
10-
<UnityContainerVersion>5.*</UnityContainerVersion>
10+
<UnityContainerVersion>5.8.*</UnityContainerVersion>
1111
</PropertyGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)