Author: wkeil Date: Mon Oct 12 18:40:38 2015 New Revision: 1708197 URL: http://svn.apache.org/viewvc?rev=1708197&view=rev Log: DMAP-181: Release VB.net Client 1.0.1
Task-Url: https://issues.apache.org/jira/browse/DMAP-181 DMAP-180: C# /.net Source code download URL is wrong Task-Url: https://issues.apache.org/jira/browse/DMAP-180 Added: devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/DeviceMap-ASF.ico (with props) Modified: devicemap/trunk/clients/1.0/vbnet/DeviceMap/Constants.vb devicemap/trunk/clients/1.0/vbnet/DeviceMap/My Project/AssemblyInfo.vb devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/My Project/AssemblyInfo.vb Modified: devicemap/trunk/clients/1.0/vbnet/DeviceMap/Constants.vb URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/vbnet/DeviceMap/Constants.vb?rev=1708197&r1=1708196&r2=1708197&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/vbnet/DeviceMap/Constants.vb (original) +++ devicemap/trunk/clients/1.0/vbnet/DeviceMap/Constants.vb Mon Oct 12 18:40:38 2015 @@ -10,7 +10,7 @@ Public Const DEVICE_TOSTRING_FORMAT As String = "Id='{0}', ParentId='{1}', Type='{2}', Pattern={3}, Attributes={4}" Public Const HTTP_PREFIX As String = "http" - Public Const RELEASE_VERSION As String = "1.1" + Public Const RELEASE_VERSION As String = "1.0.1" Public Const SIMPLE As String = "simple" Public Const USER_AGENT_SPLIT As String = " |-|_|/|\\|\[|\]|\(|\)|;" Public Const VERSION_FORMAT As String = "Version : {0}, Build : {1}" Modified: devicemap/trunk/clients/1.0/vbnet/DeviceMap/My Project/AssemblyInfo.vb URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/vbnet/DeviceMap/My%20Project/AssemblyInfo.vb?rev=1708197&r1=1708196&r2=1708197&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/vbnet/DeviceMap/My Project/AssemblyInfo.vb (original) +++ devicemap/trunk/clients/1.0/vbnet/DeviceMap/My Project/AssemblyInfo.vb Mon Oct 12 18:40:38 2015 @@ -7,8 +7,8 @@ Imports System.Runtime.InteropServices ' associated with an assembly. ' Review the values of the assembly attributes -<Assembly: AssemblyTitle("DeviceMap")> -<Assembly: AssemblyDescription(".Net version of DeviceMap")> +<Assembly: AssemblyTitle("DeviceMap")> +<Assembly: AssemblyDescription("VB.Net version of DeviceMap")> <Assembly: AssemblyCompany("ASF")> <Assembly: AssemblyProduct("DeviceMap")> <Assembly: AssemblyCopyright("Copyright © ASF 2015")> @@ -17,7 +17,7 @@ Imports System.Runtime.InteropServices <Assembly: ComVisible(False)> 'The following GUID is for the ID of the typelib if this project is exposed to COM -<Assembly: Guid("11f5c6ab-cc22-490a-9143-406a384d8617")> +<Assembly: Guid("11f5c6ab-cc22-490a-9143-406a384d8617")> ' Version information for an assembly consists of the following four values: ' @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' <Assembly: AssemblyVersion("1.0.*")> -<Assembly: AssemblyVersion("1.1.0.0")> -<Assembly: AssemblyFileVersion("1.1.0.0")> +<Assembly: AssemblyVersion("1.0.1.0")> +<Assembly: AssemblyFileVersion("1.0.1.0")> Added: devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/DeviceMap-ASF.ico URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/DeviceMap-ASF.ico?rev=1708197&view=auto ============================================================================== Binary file - no diff available. Propchange: devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/DeviceMap-ASF.ico ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/My Project/AssemblyInfo.vb URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/My%20Project/AssemblyInfo.vb?rev=1708197&r1=1708196&r2=1708197&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/My Project/AssemblyInfo.vb (original) +++ devicemap/trunk/clients/1.0/vbnet/DeviceMapConsole/My Project/AssemblyInfo.vb Mon Oct 12 18:40:38 2015 @@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices <Assembly: ComVisible(False)> 'The following GUID is for the ID of the typelib if this project is exposed to COM -<Assembly: Guid("fb077e32-103a-42fc-8bf2-8efe1e436443")> +<Assembly: Guid("fb077e32-103a-42fc-8bf2-8efe1e436443")> ' Version information for an assembly consists of the following four values: ' @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' <Assembly: AssemblyVersion("1.0.*")> -<Assembly: AssemblyVersion("1.1.0.0")> -<Assembly: AssemblyFileVersion("1.1.0.0")> +<Assembly: AssemblyVersion("1.0.1.0")> +<Assembly: AssemblyFileVersion("1.0.1.0")>
