From 3dd6bbe165360d91d9425ba8fbab5ed7206f4e50 Mon Sep 17 00:00:00 2001 From: Laolu Benson Date: Mon, 15 Apr 2019 16:56:20 +0100 Subject: [PATCH] Add release notes for #324 which resolves #321 #322 --- src/Appium.Net/Appium.Net.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Appium.Net/Appium.Net.csproj b/src/Appium.Net/Appium.Net.csproj index c08af24d..3d250fc5 100644 --- a/src/Appium.Net/Appium.Net.csproj +++ b/src/Appium.Net/Appium.Net.csproj @@ -22,6 +22,8 @@ 4.0.0.6-beta [Enhancement] Adds pointer input device extension (#315) - with help from Timotius Margo + [Enhancement] Add finger print authentication command for Android emulator (#324) + [Enhancement] Add toggle data command to switch the state of data service on Android devices (#324) 4.0.0.5-beta [Enhancement] Add screen recording mechanism (#277) [Enhancement] Add setting/getting clipboard mechanism (#278)