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
7
mcs/class/System/Assembly/AssemblyInfoEx.cs
Normal file
7
mcs/class/System/Assembly/AssemblyInfoEx.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo ("monotouch, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
|
||||
[assembly: InternalsVisibleTo ("Xamarin.iOS, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
|
||||
[assembly: InternalsVisibleTo ("Xamarin.Mac, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
|
||||
[assembly: InternalsVisibleTo ("Xamarin.WatchOS, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
|
||||
[assembly: InternalsVisibleTo ("Xamarin.TVOS, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
|
@@ -1,102 +0,0 @@
|
||||
2010-07-05 Rolf Bjarne Kvinge <RKvinge@novell.com>
|
||||
|
||||
* AssemblyInfo.cs: Re-remove [StringFreezing], [DefaultDependency] and
|
||||
[InternalsVisibleTo] from NET_2_1 builds.
|
||||
|
||||
2009-11-30 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Remove [StringFreezing] and [DefaultDependency]
|
||||
from NET_2_1 builds
|
||||
|
||||
2009-11-03 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Open up the internals to System.Net.dll (which
|
||||
needs Uri.IsDefaultPort) for NET_2_1 and remove it for
|
||||
System.ComponentModel.DataAnnotations (again for NET_2_1)
|
||||
|
||||
2009-09-20 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Remove ComCompatibleVersion and
|
||||
AllowPartiallyTrustedCallers for NET_2_1
|
||||
|
||||
2009-06-23 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* AssemblyInfo.cs: added InternalsVisibleTo for
|
||||
System.ComponentModel.DataAnnotations (needs
|
||||
ReflectionPropertyDescriptor)
|
||||
|
||||
2009-04-23 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Remove InternalsVisibleTo on Mono.Moonlight
|
||||
since it does not exists anymore
|
||||
|
||||
2008-05-07 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Change InternalsVisibleTo on Mono.Moonlight to
|
||||
a key we control.
|
||||
|
||||
2008-04-15 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added missing Attributes
|
||||
|
||||
2008-04-13 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* AssemblyInfo.cs: rename agmono to Mono.Moonlight
|
||||
as a friend assembly for the 2.1 profile.
|
||||
Merged from the Moonlight 2 branch.
|
||||
|
||||
2007-08-11 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* AssemblyInfo.cs: add agmono as a friend assembly
|
||||
|
||||
2005-10-17 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* Assembly.cs: Add a RequestMinimum security permission for
|
||||
SkipVerification.
|
||||
|
||||
2005-04-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* Consts.cs: added constants for Mono.Http.dll
|
||||
|
||||
2004-09-21 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* AssemblyInfo.cs (AssemblyVersion): Define to 2.0.x when
|
||||
BOOTSTRAP_NET_2_0 is defined.
|
||||
|
||||
2004-05-07 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable
|
||||
for BOOTSTRAP_WITH_OLDLIB. Mono 0.31 runtime crashes with them.
|
||||
|
||||
2004-05-03 Lluis Sanchez Gual <lluis@ximian.com>
|
||||
|
||||
* Consts.cs: Added consts for NET_2_0.
|
||||
|
||||
2004-05-03 Lluis Sanchez Gual <lluis@ximian.com>
|
||||
|
||||
* Consts.cs: Added consts for Mono.Posix and Mono.Security.
|
||||
|
||||
2003-11-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added missing attribute
|
||||
|
||||
2003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* Locale.cs: Added
|
||||
|
||||
2003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* Consts.cs: Added
|
||||
|
||||
2003-07-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added additional .Net 1.1 attributes
|
||||
|
||||
2003-07-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added support for .Net 1.0 build
|
||||
|
||||
2003-07-10 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added
|
||||
* ChangeLog: Added
|
Reference in New Issue
Block a user