update docs
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
### 3.0.0 (2014-04-07)
|
||||||
|
|
||||||
|
- Support for Universal apps (dropped SL and WP7 support)
|
||||||
|
|
||||||
### 2.1.0 (2014-02-28)
|
### 2.1.0 (2014-02-28)
|
||||||
|
|
||||||
- Support for Response Times
|
- Support for Response Times
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
**UptimeSharp** is a .NET portable class library that integrates the [UptimeRobot API](http://www.uptimerobot.com/api.asp).
|
**UptimeSharp** is a .NET portable class library that integrates the [UptimeRobot API](http://www.uptimerobot.com/api.asp).
|
||||||
|
|
||||||
The wrapper consists of 2 parts:
|
The wrapper consists of the following parts:
|
||||||
|
|
||||||
- Get and modify monitors
|
- Get and modify monitors
|
||||||
- Get and modify alert contacts
|
- Get and modify alert contacts
|
||||||
|
- Register accounts (unofficial)
|
||||||
|
|
||||||
## Install UptimeSharp using [NuGet](https://www.nuget.org/packages/UptimeSharp/)
|
## Install UptimeSharp using [NuGet](https://www.nuget.org/packages/UptimeSharp/)
|
||||||
|
|
||||||
@@ -258,12 +259,13 @@ If you want to monitor a port, you need to specify a **subType** which is a comm
|
|||||||
|
|
||||||
## Supported platforms
|
## Supported platforms
|
||||||
|
|
||||||
UptimeSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms:
|
UptimeSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms and Universal Apps:
|
||||||
|
|
||||||
- **.NET** >= 4.5 (including WPF)
|
- **.NET** >= 4.5 (including WPF)
|
||||||
- **Silverlight** >= 4
|
- **Windows Phone** (Silverlight + WinPRT) >= 8
|
||||||
- **Windows Phone** >= 7.5
|
- **Windows Store** >= 8
|
||||||
- **Windows Store**
|
- **Xamarin** iOS + Android
|
||||||
|
- _WP7 and Silverlight are dropped in 4.0, use PocketSharp < 4.0, if you want to support them_
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user