[Mono-bugs] [Bug 74248][Nor] New - Unable to query for package version on Mono framework

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 17:52:04 -0500 (EST)


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 cgaisford@novell.com.

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

--- shadow/74248	2005-03-30 17:52:04.000000000 -0500
+++ shadow/74248.tmp.2936	2005-03-30 17:52:04.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 74248
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: cgaisford@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unable to query for package version on Mono framework
+
+The mono package has two small problems that prevent a query to get the
+version information on OS X.  The two problems are:
+
+1. The /L/F/M.f/Versions/1.1.4/Resources needs to also exist in /L/F/M.f
+
+2. the version.plist file has a typo.  It reads:
+
+<key>CFBundleShortVersionStri&#8203;ng</key>
+<string1.1.4</string>
+
+but should read:
+
+<key>CFBundleShortVersionStri&#8203;ng</key>
+<string>1.1.4</string>
+
+Fixing those two items will allow third party applications (like iFolder)
+to depend on versioning information from Mono.