diff --git a/Vrh.Web.Reporting/Properties/AssemblyInfo.cs b/Vrh.Web.Reporting/Properties/AssemblyInfo.cs index 4ae6f29..682b3d0 100644 --- a/Vrh.Web.Reporting/Properties/AssemblyInfo.cs +++ b/Vrh.Web.Reporting/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ 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("Vrh.Web.iScheduler")] +[assembly: AssemblyTitle("Vrh.Web.Reporting")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] @@ -16,3 +16,26 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("611579c6-4932-4ab9-9d31-b9f106e83973")] + +// 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: AssemblyCompany("Vonalkód Rendszerház Kft.")] +[assembly: AssemblyProduct("Vrh.Web.Reporting")] +[assembly: AssemblyCopyright("Copyright © VRH 2017-2021")] +[assembly: AssemblyTrademark("VRH, Log4Pro")] +[assembly: AssemblyDescription("Reportoló alkalmazás")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyInformationalVersion("1.0.0")] diff --git a/Vrh.Web.Reporting/Vrh.Web.Reporting.csproj b/Vrh.Web.Reporting/Vrh.Web.Reporting.csproj index 6a97465..1123bd9 100644 --- a/Vrh.Web.Reporting/Vrh.Web.Reporting.csproj +++ b/Vrh.Web.Reporting/Vrh.Web.Reporting.csproj @@ -316,9 +316,6 @@ - - Properties\CommonAssemblyInfo.cs - diff --git a/Vrh.Web.iScheduler.Lib/Properties/AssemblyInfo.cs b/Vrh.Web.iScheduler.Lib/Properties/AssemblyInfo.cs index d5e2297..4d11295 100644 --- a/Vrh.Web.iScheduler.Lib/Properties/AssemblyInfo.cs +++ b/Vrh.Web.iScheduler.Lib/Properties/AssemblyInfo.cs @@ -2,6 +2,16 @@ 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: AssemblyCompany("Vonalkód Rendszerház Kft.")] +[assembly: AssemblyProduct("Vrh.Web.iScheduler")] +[assembly: AssemblyCopyright("Copyright © VRH 2017-2021")] +[assembly: AssemblyTrademark("VRH, Log4Pro")] +[assembly: AssemblyDescription("Ütemező komponens objektumok számára. (A component for schedule any objects.)")] + // 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. @@ -16,3 +26,17 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("6bd7b6da-38dc-4da5-8616-8599bb4ab6f8")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("3.2.2.0")] +[assembly: AssemblyFileVersion("3.2.2.0")] +[assembly: AssemblyInformationalVersion("3.2.2")] diff --git a/Vrh.Web.iScheduler.Lib/Properties/CommonAssemblyInfo.cs b/Vrh.Web.iScheduler.Lib/Properties/CommonAssemblyInfo.cs deleted file mode 100644 index 0597408..0000000 --- a/Vrh.Web.iScheduler.Lib/Properties/CommonAssemblyInfo.cs +++ /dev/null @@ -1,34 +0,0 @@ -// Ez a fájl azokat az AssemblyInfo tulajdonságokat tartalmazza, amelyek minden a LEAR DTM solutionhöz hozzáadott projektben (assembly-ben) -// egy közös helyen állítódnak be. -// A fájl eredeti helye: \LEAR\DTM\Source\DTM\trunk\WebApplication\Properties\CommonAssemblyInfo.cs -// Az összes többi helyen csak linkként van a projekthez adva! -// Ha új projekt kerül be, akkor: -// Ahhoz is hozzá kell adni az Add Existing Item ponttal (Solution Explorerben jobb gomb a Projekten), a fenti helyről kitallózva a fájlt, -// és az ablakon az "Ad as Link" lehetőséget is beállítva!!! -// Ezután a link-ként hozzáadott elemet huzzuk át a Projekt Properties mappájába a Solution Explorerben, hogy ott legyen, ahová való! -// Utolsó lépésként a projekt eredeti AssemblyInfo.cs-ében ki kell commentezni, esetleg törölni, azokat az attribútumokat, amik itt is szerepelnek! -// (Egyébként fordítási hibát fogunk kapni!) -using System.Reflection; - -// 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: AssemblyCompany("Vonalkód Rendszerház Kft.")] -[assembly: AssemblyProduct("Vrh.Web.iScheduler")] -[assembly: AssemblyCopyright("Copyright © VRH 2017-2021")] -[assembly: AssemblyTrademark("VRH, Log4Pro")] -[assembly: AssemblyDescription("Ütemező komponens objektumok számára. (A component for schedule any objects.)")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.2.0")] -[assembly: AssemblyFileVersion("3.2.2.0")] -[assembly: AssemblyInformationalVersion("3.2.2")] diff --git a/Vrh.Web.iScheduler.Lib/Vrh.Web.iScheduler.Lib.csproj b/Vrh.Web.iScheduler.Lib/Vrh.Web.iScheduler.Lib.csproj index bc03260..862a72d 100644 --- a/Vrh.Web.iScheduler.Lib/Vrh.Web.iScheduler.Lib.csproj +++ b/Vrh.Web.iScheduler.Lib/Vrh.Web.iScheduler.Lib.csproj @@ -314,7 +314,6 @@ - -- libgit2 0.21.2