[Mono-bugs] [Bug 74841][Min] Changed - Environment.OSVersion.Platform should return 4 (Unix) when running in the 2.0 profile

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 May 2005 21:50:47 -0400 (EDT)


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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74841

--- shadow/74841	2005-05-09 07:24:00.000000000 -0400
+++ shadow/74841.tmp.10530	2005-05-09 21:50:47.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74841
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -59,6 +59,13 @@
 ------- Additional Comments From sebastien@ximian.com  2005-05-09 07:23 -------
 Moving to class libraries. The runtime must be able to support both
 current (128) and 2.0 (4) profiles values so the change will be easier
 to do in mscorlib.dll.
 
 Will start by fixing the unit tests...
+
+------- Additional Comments From sebastien@ximian.com  2005-05-09 21:50 -------
+1. Fixed in SVN.
+2. Unit tests and class libraries have been updated.
+3. A FAQ entry has been added:
+http://www.mono-project.com/FAQ:_Technical#How_to_detect_the_execution_platform_.3F
+