Skip to content

Commit 06b36b7

Browse files
committed
Releasing 5.9.0
1 parent 5ed7e5f commit 06b36b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
verbosity: minimal
1919

2020
test_script:
21-
- cmd: dotnet test --framework net47 --verbosity q
21+
- cmd: dotnet test --framework net46 --verbosity q
2222

2323
artifacts:
2424
- path: '**\Unity.*.nupkg'

package.props

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

33
<PropertyGroup>
44
<Version>5.9.0</Version>
5-
<PackageReleaseNotes>This package is distributed as .NET Standard 1.3 and .NET 4.0, 4.5, 4.6, 4.7</PackageReleaseNotes>
5+
<PackageReleaseNotes>This package is distributed as .NET Standard 1.3 and .NET 4.6</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

0 commit comments

Comments
 (0)