summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-12-01 22:40:20 +0100
committerGitHub <noreply@github.com>2016-12-01 22:40:20 +0100
commit3ff3487d4fa5edb7ba3dcd7b6db0e6b58b03809c (patch)
treec522f65d25b5c1a6d6cd94e25245f35919f3c284 /docs
parent1ff0db9c6f4ba1167e6b2620066f83088f23c5bf (diff)
downloadxamarin-forms-3ff3487d4fa5edb7ba3dcd7b6db0e6b58b03809c.tar.gz
xamarin-forms-3ff3487d4fa5edb7ba3dcd7b6db0e6b58b03809c.tar.bz2
xamarin-forms-3ff3487d4fa5edb7ba3dcd7b6db0e6b58b03809c.zip
[XamlC] provide backward compat for ProvideValueTarget without Target… (#583)
* [XamlC] provide backward compat for ProvideValueTarget without TargetProperty * docs
Diffstat (limited to 'docs')
-rw-r--r--docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml
index 29e0060a..868fdab1 100644
--- a/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml
+++ b/docs/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.Internals/SimpleValueTargetProvider.xml
@@ -21,7 +21,13 @@
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
+ <AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
+ <Attributes>
+ <Attribute>
+ <AttributeName>System.Obsolete("TargetProperty is now supported, use it")</AttributeName>
+ </Attribute>
+ </Attributes>
<Parameters>
<Parameter Name="objectAndParents" Type="System.Object[]" />
</Parameters>