From 58864bd1639159467cea3647ab6999784268399b Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:00:56 +0100 Subject: [PATCH] Move assembly metadata to project file and clean AssemblyInfo Assembly metadata such as title, description, company, product, copyright, and version information has been moved from 'AssemblyInfo.vb' to 'Messaging.vbproj'. The corresponding attributes and comments were removed from 'AssemblyInfo.vb', leaving only the trademark, COM visibility, and GUID attributes. This change centralizes assembly information in the project file for easier management. --- Messaging/Messaging.vbproj | 7 +++++++ Messaging/My Project/AssemblyInfo.vb | 26 -------------------------- 2 files changed, 7 insertions(+), 26 deletions(-) diff --git a/Messaging/Messaging.vbproj b/Messaging/Messaging.vbproj index 60ae1118..bc29dbc8 100644 --- a/Messaging/Messaging.vbproj +++ b/Messaging/Messaging.vbproj @@ -9,6 +9,13 @@ true enable powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + Modules.Messaging + Funktionen rund um das Versenden und Empfangen von Emails + Digital Data GmbH, Heuchelheim + Modules.Messaging + Copyright © 2025 + 2.0.0.0 + 2.0.0.0 DigitalData.Modules.Messaging.xml diff --git a/Messaging/My Project/AssemblyInfo.vb b/Messaging/My Project/AssemblyInfo.vb index df394fb7..fbafc5aa 100644 --- a/Messaging/My Project/AssemblyInfo.vb +++ b/Messaging/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: -' - - -