Skip to content

Commit 6f59615

Browse files
author
Oren Novotny
authored
Merge pull request #871 from dotnet/package-updates-for-rx
Use package license expression and fix icon
2 parents 935b524 + 7b07f9e commit 6f59615

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Rx.NET/Source/Directory.build.props

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
<MinClientVersion>2.12</MinClientVersion>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<Authors>.NET Foundation and Contributors</Authors>
7-
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</PackageIconUrl>
7+
<PackageIconUrl>https://raw.githubusercontent.com/dotnet/reactive/0f837d11385cfaf575861ccc5a5fbcafb22d888f/Rx.NET/Resources/Artwork/Logo.png</PackageIconUrl>
88
<PackageProjectUrl>https://github.com/dotnet/reactive</PackageProjectUrl>
9-
<PackageLicenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</PackageLicenseUrl>
10-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
11-
<DebugType>embedded</DebugType>
9+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
10+
<DebugType Condition="'$(Configuration)' != 'Debug'">embedded</DebugType>
1211
<SignAssembly>true</SignAssembly>
1312
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)ReactiveX.snk</AssemblyOriginatorKeyFile>
1413
<NoWarn>$(NoWarn);1701;1702;CS1591;NU5105</NoWarn>

0 commit comments

Comments
 (0)