You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@ -63,12 +63,9 @@ using System.Runtime.InteropServices;
|
||||
|
||||
#if NET_2_1
|
||||
[assembly: InternalsVisibleTo ("System.ServiceModel.Web, PublicKey=00240000048000009400000006020000002400005253413100040000010001008D56C76F9E8649383049F383C44BE0EC204181822A6C31CF5EB7EF486944D032188EA1D3920763712CCB12D75FB77E9811149E6148E5D32FBAAB37611C1878DDC19E20EF135D0CB2CFF2BFEC3D115810C3D9069638FE4BE215DBF795861920E5AB6F7DB2E2CEEF136AC23D5DD2BF031700AEC232F6C6B1C785B4305C123B37AB")]
|
||||
// System.Xml.Serialization (from Microsoft Silverlight 2.0 SDK) requires access to System.Xml internals
|
||||
[assembly: InternalsVisibleTo ("System.Xml.Serialization, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull)]
|
||||
#else
|
||||
[assembly: AllowPartiallyTrustedCallers]
|
||||
#endif
|
||||
[assembly: InternalsVisibleTo ("System.Runtime.Serialization, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull, AllInternalsVisible = false)]
|
||||
[assembly: InternalsVisibleTo ("System.Xml.Linq, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull, AllInternalsVisible = false)]
|
||||
|
||||
[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
|
||||
|
@ -1,44 +0,0 @@
|
||||
2009-04-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Open internals to System.ServiceModel.Web
|
||||
|
||||
2009-04-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Open internals to System.Runtime.Serialization
|
||||
since it needs some stuff from XmlSchema
|
||||
|
||||
2009-04-06 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Remove AllowPartiallyTrustedCallers from NET_2_1
|
||||
build (not in SL2) and open our internals to System.Xml.Serialization
|
||||
(only in NET_2_1) since MS SL2 SDK requires it. Test case @
|
||||
http://demos.devexpress.com/AgDataGridDemos/
|
||||
|
||||
2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added missing attributes
|
||||
|
||||
2007-02-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AssemblyInfo.cs: Define AssemblyFileVersion on 2.0 profile.
|
||||
|
||||
2005-11-14 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* AssemblyInfo.cs: ifdef attributes not supported by GrassHopper
|
||||
|
||||
2004-11-04 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* AssemblyInfo.cs [BOOTSTRAP_NET_2_0]: Set version to 2.0.3600.0.
|
||||
|
||||
2003-10-13 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
|
||||
|
||||
* AssemblyInfo.cs : Now it became CLSCompliant.
|
||||
|
||||
2003-08-11 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* Locale.cs: Added
|
||||
|
||||
2003-07-14 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added
|
||||
* ChangeLog: Added
|
Reference in New Issue
Block a user