From: <rs...@us...> - 2011-11-04 13:49:00
|
Revision: 4321 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4321&view=rev Author: rsenden Date: 2011-11-04 13:48:54 +0000 (Fri, 04 Nov 2011) Log Message: ----------- Updated for MP 1.2.1 compatibility, updated file locations Modified Paths: -------------- trunk/plugins/KeyboardInputPlugin/Source/KeyboardInputPlugin/Properties/AssemblyInfo.cs Modified: trunk/plugins/KeyboardInputPlugin/Source/KeyboardInputPlugin/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/KeyboardInputPlugin/Source/KeyboardInputPlugin/Properties/AssemblyInfo.cs 2011-11-04 13:48:30 UTC (rev 4320) +++ trunk/plugins/KeyboardInputPlugin/Source/KeyboardInputPlugin/Properties/AssemblyInfo.cs 2011-11-04 13:48:54 UTC (rev 4321) @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using MediaPortal.Common.Utils; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -10,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Keyboard Input Plugin")] -[assembly: AssemblyCopyright("Copyright © 2007-2010")] +[assembly: AssemblyCopyright("Copyright © 2007-2011")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +32,7 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.4.2.0")] -[assembly: AssemblyFileVersion("2.4.2.0")] +[assembly: AssemblyVersion("2.4.3.0")] +[assembly: AssemblyFileVersion("2.4.3.0")] + +[assembly: CompatibleVersion("1.1.6.27644")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |