1.8 KiB
1.8 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:07:59.584637+00:00 | zai-org/GLM-5-FP8 | 1 | bc07a36281104a6a |
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: EmptyAssemblyCompany: EmptyAssemblyProduct: "WINUSBConnection"AssemblyCopyright: "Copyright © 2008"ComVisible:false- Types in this assembly are not visible to COM componentsGuid: "F3C369E6-BFFB-41bc-B8E8-A31094CED447" - Type library ID if exposed to COMAssemblyVersion: "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.ReflectionSystem.Runtime.CompilerServicesSystem.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.