1.7 KiB
1.7 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:15:04.731518+00:00 | zai-org/GLM-5-FP8 | 1 | 16671d9a7022a987 |
Properties
Purpose
This module contains assembly metadata for the QASettings component. It defines version information, copyright, and COM visibility settings for the QASettings assembly using standard .NET assembly attributes. This is a build-time configuration module with no runtime logic.
Public Interface
No public types are defined in this module. It contains only assembly-level attributes:
AssemblyTitle("QASettings")- Sets the assembly titleAssemblyDescription("")- Empty descriptionAssemblyProduct("QASettings")- Product nameAssemblyCopyright("Copyright © 2016")- Copyright noticeComVisible(false)- COM components not visible by defaultGuid("7446722e-490d-4f6a-beaf-907947e576d5")- Type library GUID for COM exposureAssemblyVersion("1.0.0.0")- Assembly versionAssemblyFileVersion("1.0.0.0")- File version
Invariants
- AssemblyVersion and AssemblyFileVersion are both fixed at "1.0.0.0"
- ComVisible is always false, meaning types are not visible to COM components by default
- The GUID "7446722e-490d-4f6a-beaf-907947e576d5" uniquely identifies this assembly's type library
Dependencies
Depends on:
System.Reflection- For assembly attribute supportSystem.Runtime.CompilerServices- For compiler servicesSystem.Runtime.InteropServices- For COM interop attributes
Depended on by: Unclear from source alone - this is the assembly info for the QASettings module.
Gotchas
None identified from source alone.