[Mono-bugs] [Bug 75116][Cos] Changed - Environment.Version should
give mono ver in rev number
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 12:45:24 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75116
--- shadow/75116 2005-06-02 08:22:34.000000000 -0400
+++ shadow/75116.tmp.12338 2005-06-02 12:45:24.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: kornelpal at hotmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: System.Environment.Version returns a fake .NET Framework based version number instead of the real Mono runtime version number
+Summary: Environment.Version should give mono ver in rev number
Environment.Version is documented in the .NET Framework SDK Documentation
as the following:
"Gets a Version object that describes the major, minor, build, and
revision numbers of the common language runtime."
@@ -77,6 +77,11 @@
service pack or hotfix that changes the runtime.
.NET Framework 1.1 SP1 returns 1.1.4322.2032.
Mono (1.1 class library) returns 1.1.4322.573, the version of .NET
Framework 1.1 RTM.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-06-02 12:45 -------
+So, we could get away with doing something in those last digits. We
+have some freedom with the last version number. If we really want to,
+we could put some encoding of the mono version in there.
More information about the mono-bugs
mailing list