diff options
author | Kangho Hur <kangho.hur@samsung.com> | 2017-04-13 15:51:26 +0900 |
---|---|---|
committer | Kangho Hur <kangho.hur@samsung.com> | 2017-10-23 13:34:32 +0900 |
commit | 352b49d8c3d38c73ebf2d96d2c9120594a92b271 (patch) | |
tree | 82663aae054039eaa391bf3f0b0aca1c425ada34 /packaging | |
parent | 9ac375ada8930513d5c374d79f581b4ca1e8bb5d (diff) | |
download | xamarin-forms-352b49d8c3d38c73ebf2d96d2c9120594a92b271.tar.gz xamarin-forms-352b49d8c3d38c73ebf2d96d2c9120594a92b271.tar.bz2 xamarin-forms-352b49d8c3d38c73ebf2d96d2c9120594a92b271.zip |
Add Focus related properties for VE
TASK=TCAPI-2264
- Make sure that all these API should be invoked after all renderers are created. (e.g. use it inside Page.OnAppearing())
Change-Id: Ie441a067d5a7b94af120985b0a691fad6ce8250f
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/xamarin-forms-tizen.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/xamarin-forms-tizen.spec b/packaging/xamarin-forms-tizen.spec index 0a280c12..f230c3d0 100644 --- a/packaging/xamarin-forms-tizen.spec +++ b/packaging/xamarin-forms-tizen.spec @@ -2,7 +2,7 @@ %define XF_RELEASE 214 # Increase this XF_DEV_VERSION when any public APIs of Xamarin.Forms.Platform.Tizen are changed. -%define XF_DEV_VERSION 003 +%define XF_DEV_VERSION 004 Name: xamarin-forms-tizen Summary: Xamarin.Forms for Tizen platform |