Author: wkeil
Date: Wed Oct 14 21:26:43 2015
New Revision: 1708696

URL: http://svn.apache.org/viewvc?rev=1708696&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/README

Modified: devicemap/trunk/clients/1.0/vbnet/README
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/vbnet/README?rev=1708696&r1=1708695&r2=1708696&view=diff
==============================================================================
--- devicemap/trunk/clients/1.0/vbnet/README (original)
+++ devicemap/trunk/clients/1.0/vbnet/README Wed Oct 14 21:26:43 2015
@@ -24,7 +24,7 @@ IDictionary<string, string> devices = cl
 //iterate thru the devices (here we already got a Dictionary of Device model 
objects)
 For Each device As Device In devices.Values()
 {
-       Console.WriteLine(device);
+    Console.WriteLine(device);
 }
        
 ## Compile


Reply via email to