--- source_files: - Common/DTS.Common.IConnection/USBConnection/HIDUSBConnection/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:07:59.588341+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "2a1f4602e744c5de" --- # Properties ### Purpose This module contains assembly metadata for the `WINUSBConnection` assembly. It is a standard .NET Framework assembly information file that defines versioning, copyright, and COM visibility settings for the WINUSB connection library, which appears to be part of a USB device communication subsystem. ### Public Interface No public types or functions are defined in this module. It contains only assembly-level attributes: - `AssemblyTitle`: "WINUSBConnection" - `AssemblyDescription`: Empty - `AssemblyCompany`: Empty - `AssemblyProduct`: "WINUSBConnection" - `AssemblyCopyright`: "Copyright © 2008" - `ComVisible`: `false` - Types in this assembly are not visible to COM components - `Guid`: "F3C369E6-BFFB-41bc-B8E8-A31094CED447" - Type library ID if exposed to COM - `AssemblyVersion`: "1.06.0081" - `AssemblyFileVersion`: "1.06.0081" ### Invariants - The assembly version and file version are kept synchronized (both "1.06.0081"). - COM visibility is explicitly disabled at the assembly level. ### Dependencies **Imports:** - `System.Reflection` - `System.Runtime.CompilerServices` - `System.Runtime.InteropServices` **Dependents:** Cannot be determined from this file alone. This assembly appears to be part of a larger USB connection framework. ### Gotchas - The copyright year is 2008, indicating this is legacy code that may not have been updated recently. - The version format "1.06.0081" uses a non-standard four-part scheme where the third component appears to be a build number (81) rather than following semantic versioning conventions. ---