.NET client 1.4.0.2 released

Hi everyone!

.NET client 1.4.0.2 has been released recently. Below is the list of changes:

  • dependencies and references were updated

    • Newtonsoft.Json (≥ 7.0.1)
    • Selenium.WebDriver (≥ 2.47.0)
    • Selenium.Support (≥ 2.47.0)
    • Castle.Core (≥ 3.3.3) (the new dependency)
  • updated README

  • features ported from the Java-Appium-Driver

    AppiumDriver:

      - Tap
      - Swipe
      - Pinch
      - Zoom		
      - ScrollTo
      - ScrollToExact
    

    IOSDriver

      - GetNamedTextField
    

    IOSElement

      - also ScrollTo & ScrollToExact implementations with extra parameter 
         for a resource ID to scroll on a particular View.
    

Thanks to @trbnb for contribution!

Thanks to @Astro03 for the supporting.

Also wiki has been started. .NET client wiki.