Skip to content

Commit f9bd44f

Browse files
committed
Releasing v5.5.4
1 parent f271695 commit f9bd44f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.props

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

33
<PropertyGroup>
4-
<Version>5.5.3</Version>
5-
<PackageReleaseNotes>This package is compatible with .NET 4.0, 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
4+
<Version>5.5.4</Version>
5+
<PackageReleaseNotes>This package is compatible with Net Standard 2.0, Net Core 2.0, .NET 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Unity.Interception.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
6161
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6262
<OutputPath>$(SolutionDir)lib</OutputPath>
63+
<DebugType>Portable</DebugType>
6364
</PropertyGroup>
6465

6566
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

tests/Interception.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)