You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.158
Former-commit-id: 11153cdf7f92fb5780c1f588f31110e459aa320e
This commit is contained in:
parent
624da02b3d
commit
9bb6ebb3d2
17
external/api-snapshot/profiles/monotouch/Facades/System.Buffers.cs
vendored
Normal file
17
external/api-snapshot/profiles/monotouch/Facades/System.Buffers.cs
vendored
Normal 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<>))]
|
@@ -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)]
|
||||
|
Reference in New Issue
Block a user