From 1de9d6c0d761be2c4d88b956b82137ecda0da907 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:48:46 +0100 Subject: [PATCH] Update assembly metadata in Interfaces.vbproj and AssemblyInfo.vb Added assembly metadata such as title, company, product, copyright, and version information to Interfaces.vbproj. Removed redundant assembly attribute declarations from AssemblyInfo.vb, consolidating version and metadata management in the project file. This streamlines assembly information and ensures consistency across the project. --- Interfaces/Interfaces.vbproj | 6 ++++++ Interfaces/My Project/AssemblyInfo.vb | 26 -------------------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/Interfaces/Interfaces.vbproj b/Interfaces/Interfaces.vbproj index 27561d92..13fbfc8c 100644 --- a/Interfaces/Interfaces.vbproj +++ b/Interfaces/Interfaces.vbproj @@ -7,6 +7,12 @@ Windows enable powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + Modules.Interfaces + Digital Data + Modules.Interfaces + Copyright © 2025 + 2.4.0.0 + 2.4.0.0 DigitalData.Modules.Interfaces.xml diff --git a/Interfaces/My Project/AssemblyInfo.vb b/Interfaces/My Project/AssemblyInfo.vb index 20a72a6e..c5ba46b4 100644 --- a/Interfaces/My Project/AssemblyInfo.vb +++ b/Interfaces/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: -' - - -