Files
DP44/docs/ai/Common/DTS.Common.Licensing/Properties.md
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.Licensing/Properties/AssemblyInfo.cs
2026-04-17T16:27:42.027646+00:00 zai-org/GLM-5-FP8 1 0804390d2eb4102b

Properties

Purpose

This module contains assembly-level metadata for the DTS.Common.Licensing assembly. It provides versioning, COM visibility settings, and identification information for the licensing component.

Public Interface

No public types are exposed. This module consists solely of assembly-level attributes:

  • [assembly: AssemblyTitle("DTS.Common.Licensing")]
  • [assembly: AssemblyDescription("")]
  • [assembly: AssemblyConfiguration("")]
  • [assembly: AssemblyCompany("")]
  • [assembly: AssemblyProduct("DTS.Common.Licensing")]
  • [assembly: AssemblyCopyright("Copyright © 2021")]
  • [assembly: AssemblyTrademark("")]
  • [assembly: AssemblyCulture("")]
  • [assembly: ComVisible(false)]
  • [assembly: Guid("8b169b1c-37cb-4b7c-8071-385036b96faa")]
  • [assembly: AssemblyVersion("1.0.0.0")]
  • [assembly: AssemblyFileVersion("1.0.0.0")]

Invariants

  • COM visibility is explicitly set to false.
  • Assembly version and file version are both 1.0.0.0.

Dependencies

  • Depends on: System.Reflection, System.Runtime.CompilerServices, System.Runtime.InteropServices.
  • Depended on by: Not applicable (assembly metadata).

Gotchas

  • AssemblyDescription, AssemblyCompany, and AssemblyConfiguration are empty strings—may need population for production builds.
  • Version numbers are hardcoded and may require updating during release processes.