From: <sa...@us...> - 2011-05-03 18:52:03
|
Revision: 4197 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4197&view=rev Author: saamand Date: 2011-05-03 18:51:57 +0000 (Tue, 03 May 2011) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs Modified: trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs 2011-05-03 18:51:29 UTC (rev 4196) +++ trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs 2011-05-03 18:51:57 UTC (rev 4197) @@ -1,6 +1,14 @@ using System.Reflection; using System.Runtime.InteropServices; +using MediaPortal.Common.Utils; +[assembly: CompatibleVersion("1.1.6.27644")] +[assembly: UsesSubsystem("MP.SkinEngine")] +[assembly: UsesSubsystem("MP.Players.Music")] +[assembly: UsesSubsystem("MP.DB.Music")] +[assembly: UsesSubsystem("MP.Config")] + + // 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. @@ -34,5 +42,6 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.2.0")] -[assembly: AssemblyFileVersion("1.5.2.0")] \ No newline at end of file + +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |