Author: wkeil Date: Wed Oct 14 17:55:26 2015 New Revision: 1708663 URL: http://svn.apache.org/viewvc?rev=1708663&view=rev Log: DMAP-181: Release VB.net Client 1.0.1
Task-Url: https://issues.apache.org/jira/browse/DMAP-181 Modified: devicemap/trunk/clients/1.0/csharp/README Modified: devicemap/trunk/clients/1.0/csharp/README URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/csharp/README?rev=1708663&r1=1708662&r2=1708663&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/csharp/README (original) +++ devicemap/trunk/clients/1.0/csharp/README Wed Oct 14 17:55:26 2015 @@ -21,7 +21,7 @@ String userAgent = "Mozilla/5.0 (Linux; //classify the userAgent IDictionary<string, string> devices = client.Map(userAgent); -//iterate thru the devices (here we got a Dictionary of Device model objects already) +//iterate thru the devices (here we already got a Dictionary of Device model objects) foreach (Device device in devices.Values) { Console.WriteLine(device);
