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 a67b529 commit 8c21cf4
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,12 +1,12 @@
<Project>

<PropertyGroup>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<PackageReleaseNotes>This package is distributed as .NET Standard 1.3 and .NET 4.0, 4.5, 4.6, 4.7</PackageReleaseNotes>
</PropertyGroup>

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

Expand Down

0 comments on commit 8c21cf4

Please sign in to comment.