Skip to content

Commit

Permalink
Update to nuget stuff for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed Jun 2, 2017
1 parent 911eede commit cf3cd0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Main/PublishNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Press any key to publish
pause
".nuget\NuGet.exe" push Rssdp.3.5.4.nupkg -Source https://www.nuget.org/api/v2/package
".nuget\NuGet.exe" push Rssdp.3.5.5.nupkg -Source https://www.nuget.org/api/v2/package
pause
4 changes: 2 additions & 2 deletions src/Main/Rssdp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Rssdp</id>
<version>3.5.4</version>
<version>3.5.5</version>
<title>Rssdp</title>
<authors>Troy Willmot</authors>
<owners>Yortw</owners>
Expand All @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.</description>
<summary>A 100% .Net implementation of the SSDP protocol for basic and custom device types.</summary>
<releaseNotes>Fix for deserialisation problems when a document is not prettified/lacks whitespace between nodes.</releaseNotes>
<releaseNotes>Use Multicast socket options for binding to local IP provided to socket factory (regressed in v3.0.0.0).</releaseNotes>
<copyright>Copyright 2017</copyright>
<language>en-AU</language>
<tags>portable xamarin ios android windowsphone winrt uwp mobile ssdp discovery device service protocol upnp netfx40 .net4</tags>
Expand Down

0 comments on commit cf3cd0b

Please sign in to comment.