Skip to content

Commit

Permalink
NuGet build changed to not collide with mainstream project
Browse files Browse the repository at this point in the history
  • Loading branch information
tekhedd committed May 15, 2017
1 parent 639415b commit 736b598
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions Nuget/SocketHttpListener.nuspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SocketHttpListener</id>
<version>1.0.0.44</version>
<title>SocketHttpListener</title>
<authors>Emby Team</authors>
<owners>ebr,Luke,scottisafool</owners>
<projectUrl>https://github.com/MediaBrowser/SocketHttpListener</projectUrl>
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
<id>tekhedd.SocketHttpListener</id>
<version>1.0.0</version>
<title>tekhedd.SocketHttpListener</title>
<authors>Emby Team, the mono project authors, and others</authors>
<owners>tekhedd</owners>
<projectUrl>https://github.com/tekhedd/SocketHttpListener</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A standalone HttpListener with support for SSL, WebSockets and Mono.</description>
<copyright>Copyright © Emby 2013</copyright>
<description>A version of SocketHttpListener, a standalone HttpListener with support
for SSL, WebSockets and Mono. TimeoutSocketHttpListener adds support for socket
timeouts, and otherwise maintains API compatibilty, and otherwise tracks the upstream
SocketHttpListener code.
</description>
<copyright>Copyright © Emby 2013 and others.</copyright>
<dependencies>
<dependency id="Patterns.Logging" version="1.0.0.6" />
</dependencies>
Expand Down

0 comments on commit 736b598

Please # to comment.