From f6d7ddb9f1b31fb51ce379df3afe2d1750c72d9e Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 28 Oct 2016 16:11:50 +0200 Subject: [PATCH] [docs] Remove mention of old Xamarin.iOS version. (#1059) There's no need to mention that something was introduced in Xamarin.iOS 5.2. --- docs/website/binding_types_reference_guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/website/binding_types_reference_guide.md b/docs/website/binding_types_reference_guide.md index e966f4b686..9fae0e78ea 100644 --- a/docs/website/binding_types_reference_guide.md +++ b/docs/website/binding_types_reference_guide.md @@ -2103,10 +2103,10 @@ attributes. ## LinkWithAttribute -This is an assembly-level attribute which is being introduced with Xamarin.iOS -5.2 and allows developers to specify the linking flags required to reuse a bound -library without forcing the consumer of the library to manually configure the -gcc_flags and extra mtouch arguments passed to a library. +This is an assembly-level attribute which allows developers to specify the +linking flags required to reuse a bound library without forcing the consumer +of the library to manually configure the gcc_flags and extra mtouch arguments +passed to a library. Syntax: