X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecTray%2FProperties%2FAssemblyInfo.cs;fp=src%2Fcec-config-gui%2FProperties%2FAssemblyInfo.cs;h=8c25663917ba4dd7d6066cb856ef9a6516d05105;hb=f017f3c49b9136fbffe49fa3eaf372c51617140d;hp=b793ae2737517b3b2b77dc2b1c271b00372e1757;hpb=9465b147bebb736351f32e92413a0eb0302028bc;p=deb_libcec.git diff --git a/src/cec-config-gui/Properties/AssemblyInfo.cs b/src/LibCecTray/Properties/AssemblyInfo.cs similarity index 81% rename from src/cec-config-gui/Properties/AssemblyInfo.cs rename to src/LibCecTray/Properties/AssemblyInfo.cs index b793ae2..8c25663 100644 --- a/src/cec-config-gui/Properties/AssemblyInfo.cs +++ b/src/LibCecTray/Properties/AssemblyInfo.cs @@ -1,15 +1,14 @@ 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("cec-config-gui")] +[assembly: AssemblyTitle("CECTray")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Pulse-Eight Ltd.")] -[assembly: AssemblyProduct("cec-config-gui")] +[assembly: AssemblyProduct("libCEC Tray")] [assembly: AssemblyCopyright("Copyright (c) Pulse-Eight Ltd. 2011-2012")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -20,7 +19,7 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("acfc1f63-3e6c-45ca-9296-9fbf8541b4ae")] +[assembly: Guid("F9987167-85D8-4b3b-949A-A4F89EA1C01C")] // Version information for an assembly consists of the following four values: // @@ -32,5 +31,5 @@ using System.Runtime.InteropServices; // 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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("1.7.2.0")] +[assembly: AssemblyFileVersion("1.7.2.0")]