2005-06-08 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Wed, 8 Jun 2005 13:33:01 +0000 (13:33 -0000)
committerRafael Teixeira <monoman@gmail.com>
Wed, 8 Jun 2005 13:33:01 +0000 (13:33 -0000)
* AssemblyInfo.cs :
- Added informational attributes that Mono.GetOptions shows in the help screen.
- Bumped up the version number a bit

svn path=/trunk/mcs/; revision=45636

mcs/mbas/AssemblyInfo.cs
mcs/mbas/ChangeLog

index 35fca8b26366ce81cfd74eefc70a0c587dfcad8e..59728c0dce9db3e8a88887452bdac4fadaf3d589 100644 (file)
@@ -43,10 +43,10 @@ using System.Runtime.CompilerServices;
 [assembly: Mono.UsageComplement("SOURCE-FILES")]
 
 //[assembly: Mono.LicensingWith(Mono.GetOptions.Licenses.GPL)]
-//[assembly: Mono.ForMoreInformation("http://www.go-mono.com")]
-//[assembly: Mono.UsageClause("mbas [options] source-files")]
+[assembly: Mono.AdditionalInfo("For more information: http://www.mono-project.com/Language_BASIC")]
+[assembly: Mono.ReportBugsTo(" http://bugzilla.ximian.com/enter_bug.cgi?product=Mono%3A+Compilers&component=Basic ")]
 
-[assembly: AssemblyVersion("0.96.1.0")]
+[assembly: AssemblyVersion("0.96.2.0")]
 
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyFile("")]
index c1125a7e0acdb4f159c66690e37a3b60deeb4ac7..8af62617394849cbfb5202b0ffdda79fdc3baa3a 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-08 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * AssemblyInfo.cs : 
+               - Added informational attributes that Mono.GetOptions shows in the help screen.
+               - Bumped up the version number a bit 
+       
 2005-06-07 Satya Sudha K <ksathyasudha@novell.com>
        * class.cs : Disallowing default properties without parameters.
        * Some cleanups in other files to get rid of warnings.