[docs] Remove mention of old Xamarin.iOS version. (#1059)

There's no need to mention that something was introduced in Xamarin.iOS 5.2.
This commit is contained in:
Rolf Bjarne Kvinge 2016-10-28 16:11:50 +02:00 коммит произвёл Sebastien Pouliot
Родитель 7e3cdb35f4
Коммит f6d7ddb9f1
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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: