Skip to content

Commit

Permalink
Fix nuget paths and add nuget status to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yortw committed Feb 9, 2016
1 parent 2aa76b8 commit debf2ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 59 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Currently;
PM> Install-Package Yort.Ntp.Potrable
```

[![NuGet Status](http://img.shields.io/nuget/v/Yort.Ntp.Portable.svg?style=flat)](https://www.nuget.org/packages/Yort.Ntp.Portable)
[![Nuget](https://img.shields.io/nuget/dt/Yort.Ntp.Portable.svg)](https://www.nuget.org/packages/Yort.Ntp.Portable)

## Samples
For platforms that support task based async;
```C#
Expand Down
2 changes: 1 addition & 1 deletion nuget-pack.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget pack Yort.Ntp.Portable.nuspec -symbols
.nuget\nuget pack Yort.Ntp.Portable.nuspec -symbols
pause
2 changes: 1 addition & 1 deletion nuget-push.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nuget push Yort.Ntp.Portable.1.0.2.nupkg
.nuget\nuget push Yort.Ntp.Portable.1.0.2.nupkg
pause
57 changes: 0 additions & 57 deletions readme..md

This file was deleted.

0 comments on commit debf2ff

Please sign in to comment.