--- source_files: - DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:13:21.100385+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "3c0296d679a84b04" --- # Properties ### Purpose This module contains assembly-level metadata for the `DTS.Viewer.Test` assembly. It provides versioning, copyright, and COM visibility configuration using standard .NET Framework assembly attributes. This is a boilerplate configuration module with no runtime logic. ### Public Interface No public types are exposed by this module. It contains only assembly-level attributes: - **`AssemblyTitle`**: "DTS.Viewer.Test" - **`AssemblyDescription`**: Empty - **`AssemblyVersion`**: "1.0.0.0" - **`AssemblyFileVersion`**: "1.0.0.0" - **`ComVisible`**: false - **`Guid`**: "b2b2b862-1b93-476a-8246-91e1310c7ec7" ### Invariants - Assembly version is fixed at 1.0.0.0; manual updates required for version increments. - COM visibility is disabled for all types in this assembly. ### Dependencies - **Depends on:** `System.Reflection`, `System.Runtime.CompilerServices`, `System.Runtime.InteropServices` (standard .NET Framework assemblies) - **Depended on by:** Not applicable; this is configuration metadata. ### Gotchas - The `AssemblyTitle` is "DTS.Viewer.Test" while the module path suggests "DTS.Viewer.TestSummaryList". This discrepancy may indicate a rename occurred without updating assembly metadata, or the title attribute is intentionally generic. ---