Author: wkeil
Date: Wed Oct 14 17:54:19 2015
New Revision: 1708662

URL: http://svn.apache.org/viewvc?rev=1708662&view=rev
Log:
DMAP-181: Release VB.net Client 1.0.1 
Updated readme
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=1708662&r1=1708661&r2=1708662&view=diff
==============================================================================
--- devicemap/trunk/clients/1.0/csharp/README (original)
+++ devicemap/trunk/clients/1.0/csharp/README Wed Oct 14 17:54:19 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
+//iterate thru the devices (here we got a Dictionary of Device model objects 
already)
 foreach (Device device in devices.Values)
 {
        Console.WriteLine(device);
@@ -40,7 +40,7 @@ We currently don't provide a MonoDevelop
 # Run
 
 ## Configuration
-DeviceMapConsole comes with a config file DeviceMapConsole.exe.config, the 
runtime version of App.config in the C# project.
+DeviceMapConsole comes with a config file DeviceMapConsole.exe.config, the 
runtime version of App.config in the Visual Studio project.
 It contains the connection string for the DeviceMap data source: 
"http://devicemap-vm.apache.org/data/latest/";
 This connection URL points to the latest available DeviceMap data version 
online. 
 If you prefer a different version or a local copy of the DeviceMap repository, 
you may override DeviceMapConsole by pointing to a different source. 


Reply via email to