Bugzilla – Bug 313226
Using * in AssemblyVersion doesnt generate a version number.
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by prencher@prencher.dk 2003-11-26 16:16:32 MST ---- Description of Problem: Using * in AssemblyVersion doesnt generate a version number. Steps to reproduce the problem: 1. Create a simple application, setting AssemblyVersion, mine looked as follow: ----- using System; using System.Reflection; [assembly: AssemblyVersion("1.0.42.*")] class ApplicationEntry { public static void Main () { System.Console.WriteLine("Test"); System.Console.Read(); } } ----- 2. Compile: mcs -out:Test.exe Test.cs 3. Fetch assembly info: monodis --assembly Test.exe Actual Results: Version always 1.0.42.0. Expected Results: An auto generated revision number. How often does this happen? Always. Additional Information: Downloaded and installed mono-0.28-win32-1.exe. mcs --version: Mono C# Compiler version 0.27.0.0 ---- Additional Comments From bmaurer@users.sf.net 2003-11-26 16:30:44 MST ---- *** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO46492 *** Unknown operating system unknown. Setting to default OS "Other". This bug was marked DUPLICATE in the database it was moved from. Changing resolution to "MOVED"