refactor: Umbenennung und Konfiguration für Legacy-Projekt
- DigitalData.Core.Client.Legacy wurde in DigitalData.Core.Legacy.Client umbenannt. - Projektdateien von DigitalData.Core.Client wurden nach DigitalData.Core.Legacy.Client kopiert. - DigitalData.Core.Legacy.Client wurde für .NET Framework konfiguriert.
This commit is contained in:
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("DigitalData.Core.Client.Legacy")]
|
||||
[assembly: AssemblyTitle("DigitalData.Core.Legacy.Client")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Digital Data GmbH")]
|
||||
[assembly: AssemblyProduct("DigitalData.Core.Client.Legacy")]
|
||||
[assembly: AssemblyProduct("DigitalData.Core.Legacy.Client")]
|
||||
[assembly: AssemblyCopyright("Copyright © Digital Data GmbH 2024")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
Reference in New Issue
Block a user