[Mono-bugs] [Bug 339787] Application. productversion and assembly file version are already the same

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 7 07:16:05 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=339787#c1





--- Comment #1 from Eric Petit <surfzoid2002 at yahoo.fr>  2007-11-07 05:16:04 MST ---
exactly in my programm is :



using System.Reflection;

this.LblVers.Text = String.Format("Version {0}", Application.ProductVersion) +
String.Format("  Build {0}", AssemblyVersion);


        public string AssemblyVersion

        {

            get

            {

                return
Assembly.GetExecutingAssembly().GetName().Version.ToString();

            }

        }


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list