Files
2026-04-17 14:55:32 -04:00

1.6 KiB

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
Common/DTS.Common.DataModel/Properties/AssemblyInfo.cs
2026-04-17T16:11:03.088988+00:00 zai-org/GLM-5-FP8 1 b69162c3aa548b10

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.