From c8de45410e97049991f6a978fea8fee68a4ace21 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sun, 2 Feb 2014 13:34:07 +0100 Subject: [PATCH] update readme --- README.md | 2 +- UptimeSharp/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a36c523..f7e0403 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ List items = await _client.GetMonitors(); Get monitors by ID - or a single monitor: ```csharp -List items = await _client.GetMonitors(new string[]{ 12891, 98711 }); +List items = await _client.GetMonitors(new string[]{ "12891", "98711" }); // or Monitor item = await _client.GetMonitor("12891"); ``` diff --git a/UptimeSharp/Properties/AssemblyInfo.cs b/UptimeSharp/Properties/AssemblyInfo.cs index 76ce639..e32c18a 100644 --- a/UptimeSharp/Properties/AssemblyInfo.cs +++ b/UptimeSharp/Properties/AssemblyInfo.cs @@ -22,5 +22,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0")] -[assembly: AssemblyFileVersion("2.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0.1")] +[assembly: AssemblyFileVersion("2.0.0.1")] \ No newline at end of file