2005-11-09 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 9 Nov 2005 16:09:41 +0000 (16:09 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 9 Nov 2005 16:09:41 +0000 (16:09 -0000)
* IsolatedStorageScope.cs: Added missing [Serializable] in 2.0 profile

svn path=/trunk/mcs/; revision=52790

mcs/class/corlib/System.IO.IsolatedStorage/ChangeLog
mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageScope.cs

index 955a4573e60bdecc215237f5960bafb28978b43d..c993acf0be138fba4d8d77d404a3513f8dd13243 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * IsolatedStorageScope.cs: Added missing [Serializable] in 2.0 profile
+
 2005-10-04  Sebastien Pouliot  <sebastien@ximian.com>
 
        * IsolatedStorageFile.cs: Add a call to GC.SuppressFinalize in Dispose
index de2ab49a23d26192e5d5ac93eff61eee37260a4e..a77dc7af55d629193197173850d7fbbf6e8ff98a 100644 (file)
@@ -37,6 +37,7 @@ namespace System.IO.IsolatedStorage {
        [Flags]
 #if NET_2_0
        [ComVisible (true)]
+       [Serializable]
 #endif
        public enum IsolatedStorageScope {