Imported Upstream version 5.16.0.158

Former-commit-id: 11153cdf7f92fb5780c1f588f31110e459aa320e
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-09-14 08:30:29 +00:00
parent 624da02b3d
commit 9bb6ebb3d2
47 changed files with 161 additions and 42 deletions

View File

@@ -0,0 +1,17 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.99.0")]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Buffers")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Buffers")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.99.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.99.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Buffers")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.ArrayPool<>))]

View File

@@ -2,14 +2,14 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.1.0")]
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.99.0")]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Memory")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Memory")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.99.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.99.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Memory")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]