Skip to content

Commit

Permalink
Updated readme with NuGet version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoPapic committed Jan 6, 2018
1 parent 6eac4b3 commit babb5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Partial Updater is a library for .NET developers that enables patching entities by providing the minimal JSON payload, containing only the fields that need to be updated, thus reducing the network traffic.

## Installation
[![NuGet Version](https://img.shields.io/nuget/vpre/PartialUpdater.svg)](https://www.nuget.org/packages/PartialUpdater)
```
TBD
<!-- Install-Package ***** -->
Install-Package PartialUpdater -Version 1.0.0-alpha
```

## Usage
Expand Down

0 comments on commit babb5ed

Please sign in to comment.