From be84878c7b0d7548542f863919f4d2d46fd483ab Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 20 Feb 2020 14:49:05 +0100 Subject: [PATCH] Update parametri x compilazione nuget packages --- SteamWare.Reports/Properties/AssemblyInfo.cs | 12 ++++++------ SteamWareLib/Properties/AssemblyInfo.cs | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/SteamWare.Reports/Properties/AssemblyInfo.cs b/SteamWare.Reports/Properties/AssemblyInfo.cs index 2643456..9c33b07 100644 --- a/SteamWare.Reports/Properties/AssemblyInfo.cs +++ b/SteamWare.Reports/Properties/AssemblyInfo.cs @@ -6,12 +6,12 @@ using System.Runtime.InteropServices; // set di attributi. Modificare i valori di questi attributi per modificare le informazioni // associate a un assembly. [assembly: AssemblyTitle("SteamWare.Reports")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Classi utility gestione Reports by Steamware")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +// [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SteamWare.Reports")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] +// [assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyTrademark("SteamWare")] [assembly: AssemblyCulture("")] // Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +// [assembly: AssemblyVersion("1.0.0.0")] +// [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SteamWareLib/Properties/AssemblyInfo.cs b/SteamWareLib/Properties/AssemblyInfo.cs index ff01f1f..ad08934 100644 --- a/SteamWareLib/Properties/AssemblyInfo.cs +++ b/SteamWareLib/Properties/AssemblyInfo.cs @@ -1,11 +1,12 @@ using System.Reflection; +using System.Runtime.CompilerServices; 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("SteamWare")] -[assembly: AssemblyDescription("Classi utility applicazioni Steamware")] +[assembly: AssemblyDescription("Classi utility applicazioni by Steamware")] [assembly: AssemblyConfiguration("")] //[assembly: AssemblyCompany("SteamWare s.r.l.")] [assembly: AssemblyProduct("SteamWare")]