Author: wkeil Date: Wed Oct 14 18:11:40 2015 New Revision: 1708669 URL: http://svn.apache.org/viewvc?rev=1708669&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/vbnet/ (props changed) devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/App.config Propchange: devicemap/trunk/clients/1.0/vbnet/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Oct 14 18:11:40 2015 @@ -1,3 +1,4 @@ .project *.v12.suo .vs +pub Modified: devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/App.config URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/App.config?rev=1708669&r1=1708668&r2=1708669&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/App.config (original) +++ devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/App.config Wed Oct 14 18:11:40 2015 @@ -1,12 +1,9 @@ <?xml version="1.0"?> <configuration> <connectionStrings> - <!-- - <add name="_DeviceMap" connectionString="C:\Ddr\Resources"/> - --> <add name="DeviceMap" connectionString ="http://devicemap-vm.apache.org/data/latest/"/> </connectionStrings> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> -</configuration> +</configuration> \ No newline at end of file
