From: <Sil...@us...> - 2010-08-23 15:23:17
|
Revision: 3770 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3770&view=rev Author: SilentException Date: 2010-08-23 15:23:11 +0000 (Mon, 23 Aug 2010) Log Message: ----------- MyLyrics: Updated AssemblyInfo to v1.5.2.0 Modified Paths: -------------- trunk/plugins/MyLyrics/LyricsEngine/Properties/AssemblyInfo.cs trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs trunk/plugins/MyLyrics/TranslateProvider/Properties/AssemblyInfo.cs Modified: trunk/plugins/MyLyrics/LyricsEngine/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MyLyrics/LyricsEngine/Properties/AssemblyInfo.cs 2010-08-22 19:00:00 UTC (rev 3769) +++ trunk/plugins/MyLyrics/LyricsEngine/Properties/AssemblyInfo.cs 2010-08-23 15:23:11 UTC (rev 3770) @@ -26,8 +26,8 @@ // 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.1.0")] -[assembly: AssemblyFileVersion("1.5.1.0")] +[assembly: AssemblyVersion("1.5.2.0")] +[assembly: AssemblyFileVersion("1.5.2.0")] // // In order to sign your assembly you must specify a key to use. Refer to the Modified: trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs 2010-08-22 19:00:00 UTC (rev 3769) +++ trunk/plugins/MyLyrics/My Lyrics/Properties/AssemblyInfo.cs 2010-08-23 15:23:11 UTC (rev 3770) @@ -34,5 +34,5 @@ // 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.1.0")] -[assembly: AssemblyFileVersion("1.5.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.5.2.0")] +[assembly: AssemblyFileVersion("1.5.2.0")] \ No newline at end of file Modified: trunk/plugins/MyLyrics/TranslateProvider/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MyLyrics/TranslateProvider/Properties/AssemblyInfo.cs 2010-08-22 19:00:00 UTC (rev 3769) +++ trunk/plugins/MyLyrics/TranslateProvider/Properties/AssemblyInfo.cs 2010-08-23 15:23:11 UTC (rev 3770) @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.1.0")] -[assembly: AssemblyFileVersion("1.5.1.0")] +[assembly: AssemblyVersion("1.5.2.0")] +[assembly: AssemblyFileVersion("1.5.2.0")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |