diff --git a/CHANGELOG.md b/CHANGELOG.md index c653b31..4f33c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - Support for Response Times diff --git a/README.md b/README.md index 9e4a7c8..851b244 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ **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 alert contacts +- Register accounts (unofficial) ## 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 -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) -- **Silverlight** >= 4 -- **Windows Phone** >= 7.5 -- **Windows Store** +- **Windows Phone** (Silverlight + WinPRT) >= 8 +- **Windows Store** >= 8 +- **Xamarin** iOS + Android +- _WP7 and Silverlight are dropped in 4.0, use PocketSharp < 4.0, if you want to support them_ ## Dependencies