This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
---
source_files:
- Common/DTS.Common.Licensing/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:27:42.027646+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "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.
---