Skip to content

Commit debf2ff

Browse files
committed
Fix nuget paths and add nuget status to readme.
1 parent 2aa76b8 commit debf2ff

File tree

5 files changed

+5
-59
lines changed

5 files changed

+5
-59
lines changed
File renamed without changes.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Currently;
2323
PM> Install-Package Yort.Ntp.Potrable
2424
```
2525

26+
[![NuGet Status](http://img.shields.io/nuget/v/Yort.Ntp.Portable.svg?style=flat)](https://www.nuget.org/packages/Yort.Ntp.Portable)
27+
[![Nuget](https://img.shields.io/nuget/dt/Yort.Ntp.Portable.svg)](https://www.nuget.org/packages/Yort.Ntp.Portable)
28+
2629
## Samples
2730
For platforms that support task based async;
2831
```C#

nuget-pack.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nuget pack Yort.Ntp.Portable.nuspec -symbols
1+
.nuget\nuget pack Yort.Ntp.Portable.nuspec -symbols
22
pause

nuget-push.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nuget push Yort.Ntp.Portable.1.0.2.nupkg
1+
.nuget\nuget push Yort.Ntp.Portable.1.0.2.nupkg
22
pause

readme..md

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)