Skip to content

Commit 324df0c

Browse files
committed
Releasing v5.2.0
1 parent 439ac0d commit 324df0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.3</Version>
5-
<PackageReleaseNotes>This package is compatible with .NET 4.5, and 4.7 frameworks.</PackageReleaseNotes>
4+
<Version>5.2.0</Version>
5+
<PackageReleaseNotes>This package is compatible with .NET 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Unity.Configuration.csproj

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

4444
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
4545
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
46-
<TargetFrameworks>net47;net45;</TargetFrameworks>
46+
<TargetFrameworks>net47;net46;net45;</TargetFrameworks>
4747
<OutputPath>$(SolutionDir)lib</OutputPath>
4848
</PropertyGroup>
4949

0 commit comments

Comments
 (0)