Return-Path: X-Original-To: apmail-devicemap-commits-archive@www.apache.org Delivered-To: apmail-devicemap-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50D6D18D51 for ; Sun, 6 Sep 2015 11:20:23 +0000 (UTC) Received: (qmail 814 invoked by uid 500); 6 Sep 2015 11:20:23 -0000 Delivered-To: apmail-devicemap-commits-archive@devicemap.apache.org Received: (qmail 790 invoked by uid 500); 6 Sep 2015 11:20:23 -0000 Mailing-List: contact commits-help@devicemap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@devicemap.apache.org Delivered-To: mailing list commits@devicemap.apache.org Received: (qmail 775 invoked by uid 99); 6 Sep 2015 11:20:23 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Sep 2015 11:20:23 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 0A5BAAC009A for ; Sun, 6 Sep 2015 11:20:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1701474 - /devicemap/trunk/clients/1.0/csharp/README Date: Sun, 06 Sep 2015 11:20:22 -0000 To: commits@devicemap.apache.org From: wkeil@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150906112023.0A5BAAC009A@hades.apache.org> 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.