summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-06-22 09:44:59 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2017-06-22 09:44:59 +0900
commit4bf5792c0caff770a6313b5b4ead800853cf6c5d (patch)
tree604392f03d8321a8cf8a6a7f895eeb17ef857e81
parentcfe5e3444ef873cac927e8cd575103549eb5f61c (diff)
downloaduix-inputmethod-4bf5792c0caff770a6313b5b4ead800853cf6c5d.tar.gz
uix-inputmethod-4bf5792c0caff770a6313b5b4ead800853cf6c5d.tar.bz2
uix-inputmethod-4bf5792c0caff770a6313b5b4ead800853cf6c5d.zip
Fix ElmSharp version to 1.2.1
Change-Id: I232a61021cde7be20a1e9fcaf6961ab946d41467 Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
-rw-r--r--Tizen.Uix.InputMethod/Tizen.Uix.InputMethod.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod.csproj b/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod.csproj
index 04d74f3..4a852d2 100644
--- a/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod.csproj
+++ b/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod.csproj
@@ -19,7 +19,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="ElmSharp" Version="1.2.0" />
+ <PackageReference Include="ElmSharp" Version="1.2.1" />
<PackageReference Include="Tizen" Version="1.0.5" />
</ItemGroup>