Skip to content

Commit

Permalink
Merge pull request #830 from shiftkey/patch-1
Browse files Browse the repository at this point in the history
light up the NuGet packages on GitHub
  • Loading branch information
Oren Novotny authored Oct 16, 2018
2 parents f7d668d + 95ec212 commit b7ea7a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Ix.NET/Source/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>.NET Foundation and Contributors</Authors>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</PackageIconUrl>
<PackageProjectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</PackageProjectUrl>
<PackageProjectUrl>https://github.com/dotnet/reactive</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion Rx.NET/Source/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>.NET Foundation and Contributors</Authors>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</PackageIconUrl>
<PackageProjectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</PackageProjectUrl>
<PackageProjectUrl>https://github.com/dotnet/reactive</PackageProjectUrl>
<PackageLicenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<DebugType>embedded</DebugType>
Expand Down
4 changes: 2 additions & 2 deletions Rx.NET/Source/facades/System.Reactive.Compatibility.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authors>.NET Foundation and Contributors</authors>
<owners>Microsoft,RxTeam</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
<PackageProjectUrl>https://github.com/dotnet/reactive</PackageProjectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Reactive Extensions (Rx) Compatibility Library for enabling v3 apps to work with v4</description>
Expand Down Expand Up @@ -45,4 +45,4 @@
</dependencies>
</metadata>
<files />
</package>
</package>

0 comments on commit b7ea7a2

Please sign in to comment.