Skip to content

Commit

Permalink
Restricting Container version upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Aug 29, 2018
1 parent da1844e commit 714eb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>

<PropertyGroup>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<PackageReleaseNotes>Bug fixes, dependency updates and minor performance optimizations</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
<UnityAbstractionsVersion>3.*</UnityAbstractionsVersion>
<UnityContainerVersion>5.*</UnityContainerVersion>
<UnityContainerVersion>5.8.*</UnityContainerVersion>
</PropertyGroup>

</Project>

0 comments on commit 714eb9e

Please sign in to comment.