Bug 313226 (MONO51428) - Using * in AssemblyVersion doesnt generate a version number.
Summary: Using * in AssemblyVersion doesnt generate a version number.
Status: RESOLVED MOVED
Alias: MONO51428
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-26 23:16 UTC by Thomas Johansson
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:20:19 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"