Skip to content

Commit e71f20a

Browse files
committed
Releasing v5.1.6
1 parent d9580f1 commit e71f20a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.1.5</Version>
4+
<Version>5.1.6</Version>
55
<PackageReleaseNotes>This package is compatible with .NET 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
66
</PropertyGroup>
77

src/Unity.Interception.Configuration.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyVersion>$(Version).0</AssemblyVersion>
88
<PackageId>Unity.Interception.Configuration</PackageId>
99
<Description>Unity Interception Configuration</Description>
10-
<Copyright>Copyright © Microsoft 2008</Copyright>
10+
<Copyright>Copyright © Unity Container Project 2018</Copyright>
1111
<PackageProjectUrl>https://github.com/unitycontainer/unity</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/unitycontainer/unity</RepositoryUrl>
1313
<PackageLicenseUrl>https://github.com/unitycontainer/unity/blob/master/LICENSE</PackageLicenseUrl>
@@ -41,6 +41,7 @@
4141
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
4242
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4343
<OutputPath>$(SolutionDir)lib</OutputPath>
44+
<DebugType>Portable</DebugType>
4445
</PropertyGroup>
4546

4647
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -89,6 +90,10 @@
8990
<Reference Include="System.Configuration" />
9091
</ItemGroup>
9192

93+
<ItemGroup Condition="'$(TargetFramework)' == 'net47'">
94+
<Reference Include="System.Configuration" />
95+
</ItemGroup>
96+
9297
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.0' ">
9398
<Compile Remove="InterceptionConfigurationExtension.Desktop.cs" />
9499
</ItemGroup>

tests/Interception.Configuration.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="1.3.0-beta2" />
14-
<PackageReference Include="MSTest.TestFramework" Version="1.3.0-beta2" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
14+
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)