Skip to content

Commit 08d9d66

Browse files
author
Oren Novotny
committed
Update icon url and use package licence expression
1 parent 01bd204 commit 08d9d66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rx.NET/Source/Directory.build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<MinClientVersion>2.12</MinClientVersion>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Authors>.NET Foundation and Contributors</Authors>
8-
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</PackageIconUrl>
8+
<PackageIconUrl>https://raw.githubusercontent.com/dotnet/reactive/0f837d11385cfaf575861ccc5a5fbcafb22d888f/Rx.NET/Resources/Artwork/Logo.png</PackageIconUrl>
99
<PackageProjectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</PackageProjectUrl>
10-
<PackageLicenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</PackageLicenseUrl>
10+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1111
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1212
<DebugType>embedded</DebugType>
1313
<SignAssembly>true</SignAssembly>
@@ -25,12 +25,12 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false'">
28-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.1" />
28+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
2929
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-62925-02" PrivateAssets="All"/>
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Nerdbank.GitVersioning" Version="2.1.23" PrivateAssets="all" />
33+
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.105" PrivateAssets="all" />
3434
</ItemGroup>
3535

3636
<Target Name="AddCommitHashToAssemblyAttributes" BeforeTargets="GetAssemblyAttributes">

0 commit comments

Comments
 (0)