Skip to content

Commit

Permalink
Nuspec and version updates for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed Feb 2, 2018
1 parent 819b5e5 commit 31d446e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Yort.Ntp.Portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<package >
<metadata>
<id>Yort.Ntp.Portable</id>
<version>1.0.12</version>
<version>1.0.13</version>
<authors>Yortw</authors>
<owners>Troy Willmot</owners>
<licenseUrl>https://github.com/Yortw/Yort.Ntp/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Yortw/Yort.Ntp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Yortw/Yort.Ntp/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A cross platform NTP client for retrieving the current time from internet NTP servers.</description>
<releaseNotes>Fix name for Net Standard assembly to match other platform assemblies to ensure bait and switch pattern works.</releaseNotes>
<copyright>Copyright 2017</copyright>
<releaseNotes>Improve error handling when an empty buffer is received without a socket error.</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>ntp windowsphone winrt uwp ios android xamarin date time wp net40 net45</tags>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion nuget-push.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.nuget\nuget push Yort.Ntp.Portable.1.0.12.nupkg -Source https://www.nuget.org/api/v2/package
.nuget\nuget push Yort.Ntp.Portable.1.0.13.nupkg -Source https://www.nuget.org/api/v2/package
pause
2 changes: 1 addition & 1 deletion src/Yort.Ntp.Net40.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Yort.Ntp.Net40.Tests")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 31d446e

Please sign in to comment.