Author: wkeil
Date: Wed Oct 14 17:34:53 2015
New Revision: 1708657

URL: http://svn.apache.org/viewvc?rev=1708657&view=rev
Log:
DMAP-181: Release VB.net Client 1.0.1 
Sync behavior of next C# client (show "Loaded" only if client not  null)
Task-Url: https://issues.apache.org/jira/browse/DMAP-181

Modified:
    devicemap/trunk/clients/1.0/csharp/DeviceMap/Properties/AssemblyInfo.cs
    devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs
    
devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs

Modified: 
devicemap/trunk/clients/1.0/csharp/DeviceMap/Properties/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/csharp/DeviceMap/Properties/AssemblyInfo.cs?rev=1708657&r1=1708656&r2=1708657&view=diff
==============================================================================
--- devicemap/trunk/clients/1.0/csharp/DeviceMap/Properties/AssemblyInfo.cs 
(original)
+++ devicemap/trunk/clients/1.0/csharp/DeviceMap/Properties/AssemblyInfo.cs Wed 
Oct 14 17:34:53 2015
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision 
Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.0.2.0")]
+[assembly: AssemblyFileVersion("1.0.2.0")]

Modified: devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs?rev=1708657&r1=1708656&r2=1708657&view=diff
==============================================================================
--- devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs (original)
+++ devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Program.cs Wed Oct 14 
17:34:53 2015
@@ -50,9 +50,9 @@ class Program
         }
         stopWatch.Stop();
         Console.Clear();
-        Console.WriteLine("Loaded !");
         if (client != null)
         {
+            Console.WriteLine("Loaded !");
             Console.WriteLine(string.Format("DeviceMap Client : {0}", 
client.Version));
             string str = client.DeviceCount.ToString();
             string str1 = client.PatternCount.ToString();

Modified: 
devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs?rev=1708657&r1=1708656&r2=1708657&view=diff
==============================================================================
--- 
devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs 
(original)
+++ 
devicemap/trunk/clients/1.0/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs 
Wed Oct 14 17:34:53 2015
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision 
Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.1.0")]
-[assembly: AssemblyFileVersion("1.0.1.0")]
+[assembly: AssemblyVersion("1.0.2.0")]
+[assembly: AssemblyFileVersion("1.0.2.0")]


Reply via email to