Skip to content

Commit

Permalink
Updated Appveyor version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Dec 29, 2019
1 parent 912bb03 commit 52e829e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A Reactive Serial Port Library
This serial port is configured to provide a stream of data Read and accept a stream of Write requests

[![Build status](https://ci.appveyor.com/api/projects/status/mypr79isqnt5x8y8?svg=true)](https://ci.appveyor.com/project/ChrisPulman/serialportrx) [![Travis](https://img.shields.io/badge/SerialPortRx-V1.0.0-blue.svg)](https://www.nuget.org/packages/SerialPortRx/)
[![Build status](https://ci.appveyor.com/api/projects/status/mypr79isqnt5x8y8?svg=true)](https://ci.appveyor.com/project/ChrisPulman/serialportrx) [![Travis](https://img.shields.io/badge/SerialPortRx-V1.4.0-blue.svg)](https://www.nuget.org/packages/SerialPortRx/)

## An Example of the usage of SerialPortRx
```csharp
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.{build}
version: 1.4.{build}
image: Visual Studio 2019
configuration: Release
platform: Any CPU
Expand Down

0 comments on commit 52e829e

Please sign in to comment.