Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,11 +0,0 @@
2010-02-12 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: added 4.0 attributes
2008-09-09 Atsushi Enomoto <atsushi@ximian.com>
* AssemblyInfo.cs : fixed key file.
2008-09-04 Atsushi Enomoto <atsushi@ximian.com>
* AssemblyInfo.cs : initial checkin.

View File

@@ -1,13 +0,0 @@
2009-06-16 Marek Habersack <mhabersack@novell.com>
* net_4_0_System.Web.Abstractions.dll.sources: added. In the 4.0
profile all classes are compiled into System.Web,
System.Web.Abstractions becomes an empty assembly.
2008-09-09 Atsushi Enomoto <atsushi@ximian.com>
* System.Web.Abstractions_test.dll.sources: new.
2008-09-04 Atsushi Enomoto <atsushi@ximian.com>
* Makefile, System.Web.Abstractions.dll.sources: initial checkin.

View File

@@ -1,8 +0,0 @@
2010-02-18 Marek Habersack <mhabersack@novell.com>
* HttpFileCollectionWrapperTest.cs: added
2008-09-09 Atsushi Enomoto <atsushi@ximian.com>
* HttpApplicationStateBaseTest.cs : test. Actually I find those
base types just to throw NIE, so I stopped writing tests.