Skip to content

Commit d92612c

Browse files
committed
Releasing v5.5.0
1 parent 4156736 commit d92612c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.props

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

33
<PropertyGroup>
4-
<Version>5.4.0</Version>
5-
<PackageReleaseNotes>This package is compatible with .NET 4.0, 4.5, and 4.7 frameworks.</PackageReleaseNotes>
4+
<Version>5.5.0</Version>
5+
<PackageReleaseNotes>This package is compatible with .NET 4.0, 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<UnityAbstractionsVersion>3.*</UnityAbstractionsVersion>
10-
<UnityContainerVersion>5.*</UnityContainerVersion>
9+
<UnityAbstractionsVersion>3.3.*</UnityAbstractionsVersion>
10+
<UnityContainerVersion>5.7.*</UnityContainerVersion>
1111
</PropertyGroup>
1212

1313
</Project>

src/Unity.Interception.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
5252
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
53-
<TargetFrameworks>net47;net45;net40</TargetFrameworks>
53+
<TargetFrameworks>net47;net46;net45;net40</TargetFrameworks>
5454
<OutputPath>$(SolutionDir)lib</OutputPath>
5555
</PropertyGroup>
5656

0 commit comments

Comments
 (0)