From f5bc859b11885b1c497bbee986c63285a3eb0b54 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 30 Dec 2025 07:58:51 +0100 Subject: [PATCH] Update assembly metadata in EDMI.API.vbproj and AssemblyInfo.vb Added assembly metadata such as title, company, product, copyright, and version information to EDMI.API.vbproj. In AssemblyInfo.vb, redundant assembly attributes for title, company, product, copyright, and version were removed, leaving only the trademark, ComVisible, and GUID attributes. This centralizes version and metadata management in the project file. --- EDMIAPI/EDMI.API.vbproj | 6 ++++++ EDMIAPI/My Project/AssemblyInfo.vb | 26 -------------------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/EDMIAPI/EDMI.API.vbproj b/EDMIAPI/EDMI.API.vbproj index fd1d5487..4dc1bc28 100644 --- a/EDMIAPI/EDMI.API.vbproj +++ b/EDMIAPI/EDMI.API.vbproj @@ -6,6 +6,12 @@ DigitalData.Modules.EDMI.API Windows powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + EDMIAPI + Digital Data + EDMIAPI + Copyright © 2023 + 1.6.1.1 + 1.6.1.1 DigitalData.Modules.EDMI.API.xml diff --git a/EDMIAPI/My Project/AssemblyInfo.vb b/EDMIAPI/My Project/AssemblyInfo.vb index 26e930b1..1879a03a 100644 --- a/EDMIAPI/My Project/AssemblyInfo.vb +++ b/EDMIAPI/My Project/AssemblyInfo.vb @@ -1,35 +1,9 @@ Imports System Imports System.Reflection Imports System.Runtime.InteropServices - -' Allgemeine Informationen über eine Assembly werden über die folgenden -' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -' die einer Assembly zugeordnet sind. - -' Werte der Assemblyattribute überprüfen - - - - - - 'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. - -' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -' -' Hauptversion -' Nebenversion -' Buildnummer -' Revision -' -' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, -' übernehmen, indem Sie "*" eingeben: -' - - -