From: Lars Op den Kamp Date: Thu, 12 Jan 2012 16:51:58 +0000 (+0100) Subject: cec: fixed typo in AssemblyInfo.cs that prevented CecSharpTester from compiling X-Git-Tag: upstream/2.2.0~1^2~41^2~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=0363d729bc65b416c33ca8adc102d5dd5718ddcc;p=deb_libcec.git cec: fixed typo in AssemblyInfo.cs that prevented CecSharpTester from compiling --- diff --git a/src/CecSharpTester/AssemblyInfo.cs b/src/CecSharpTester/AssemblyInfo.cs index 73ffc39..e3242fb 100644 --- a/src/CecSharpTester/AssemblyInfo.cs +++ b/src/CecSharpTester/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Pulse-Eight Ltd.")] [assembly: AssemblyProduct("CecSharpClient")] -[assembly: AssemblyCopyright("Copyright (c) Pulse-Eight Ltd. 2012)] +[assembly: AssemblyCopyright("Copyright (c) Pulse-Eight Ltd. 2012)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/CecSharpTester/CecSharpClient.csproj b/src/CecSharpTester/CecSharpClient.csproj index eff98ef..9a7e65d 100644 --- a/src/CecSharpTester/CecSharpClient.csproj +++ b/src/CecSharpTester/CecSharpClient.csproj @@ -34,7 +34,7 @@ 4 - + False ..\..\LibCecSharp.dll