--- source_files: - Common/DTS.Common.Calculations/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:11:03.086458+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "1d50c5abc26a5607" --- # Properties ### Purpose This module contains assembly metadata configuration for the `DTS.Common.Calculations` library. It is a standard .NET Framework assembly information file that defines versioning, copyright, and COM interoperability settings. The internal assembly title is "HeadInjuryCriterion", suggesting this library provides calculations related to head injury criteria (likely for impact testing/analysis). ### Public Interface No public types or functions are exposed. This file only contains assembly-level attributes: - `AssemblyTitle`: "HeadInjuryCriterion" - `AssemblyVersion`: "1.0.0.0" - `AssemblyFileVersion`: "1.0.0.0" - `ComVisible`: `false` - `Guid`: "a83e3800-290f-4513-9756-d37168152099" ### Invariants - The assembly version is fixed at "1.0.0.0" in source; actual deployed versions may differ if built with wildcard versioning. - COM visibility is disabled for all types in this assembly. ### Dependencies **This module depends on:** - `System.Reflection` - `System.Runtime.CompilerServices` - `System.Runtime.InteropServices` **What depends on this module:** Unclear from source alone—this is a leaf configuration file with no exports. ### Gotchas - The assembly title "HeadInjuryCriterion" does not match the module path "DTS.Common.Calculations". This naming inconsistency may cause confusion when searching for the library by name. The actual purpose of the library cannot be determined from this file alone. ---