You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by wk...@apache.org on 2015/09/06 13:20:22 UTC

svn commit: r1701474 - /devicemap/trunk/clients/1.0/csharp/README

Author: wkeil
Date: Sun Sep  6 11:20:22 2015
New Revision: 1701474

URL: http://svn.apache.org/r1701474
Log:
DMAP-152: Use Log4net to log in .NET clients 

Task-Url: https://issues.apache.org/jira/browse/DMAP-152

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=1701474&r1=1701473&r2=1701474&view=diff
==============================================================================
--- devicemap/trunk/clients/1.0/csharp/README (original)
+++ devicemap/trunk/clients/1.0/csharp/README Sun Sep  6 11:20:22 2015
@@ -13,7 +13,7 @@ The client requires devicemap-data. Data
 # Code
 
 //get client using configured data source 
-//see "Configuration" below for details on how to configure the data source
+//see "Configuration" below for further details on how to configure the data source
 DeviceMapClient client = new DeviceMapClient();
 
 String userAgent = "Mozilla/5.0 (Linux; U; Android 2.2; en; HTC Aria A6380 Build/ERE27) AppleWebKit/540.13+ (KHTML, like Gecko) Version/3.1 Mobile Safari/524.15.0";
@@ -43,7 +43,8 @@ We currently don't provide a MonoDevelop
 DeviceMapConsole comes with a config file DeviceMapConsole.exe.config, the runtime version of App.config in the C# 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. Either a URL or the location of a folder or JAR file in the file system.
+If you prefer a different version or a local copy of the DeviceMap repository, you may override DeviceMapConsole by pointing to a different source. 
+Either a URL or the location of a folder or JAR file in the file system.
 
 The config file also contains the supported .NET runtime version.
 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>