--- source_files: - DataPRO/DataPRO.Core/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:28:03.040571+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "117dfebe92b0ea1c" --- # Properties ### Purpose This module contains assembly-level metadata configuration for the DataPro.Core assembly. It defines standard .NET assembly attributes including title, version information, COM visibility settings, and a unique GUID for type library identification. This is a standard .NET Framework assembly information file. ### Public Interface No public types or functions are exposed. This module consists solely of assembly-level attributes: - `AssemblyTitle`: "DataPro.Core" - `AssemblyProduct`: "DataPro.Core" - `AssemblyVersion`: "1.0.0.0" - `AssemblyFileVersion`: "1.0.0.0" - `ComVisible`: false - `Guid`: "bdf5ad7a-51db-4ad0-8186-d1ead7405848" ### Invariants - Assembly version is fixed at "1.0.0.0" for both assembly and file versions. - COM visibility is disabled for all types in this assembly. - The GUID "bdf5ad7a-51db-4ad0-8186-d1ead7405848" uniquely identifies this assembly's type library. ### Dependencies **Depends on:** - `System.Reflection` - `System.Runtime.CompilerServices` - `System.Runtime.InteropServices` **