Skip to content

Commit

Permalink
Included release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Landaeta committed May 21, 2015
1 parent 39772c6 commit d907067
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
### 1.0.1 (Released May 2015)

* Fixed nuget packaging issue that didn't add a reference to this library.

### 1.0.0 (Released May 2015)
* Initial release

Initial release of WPF Gesture Recognizer (wrapper of the manipulation events of FrameworkElement exposing Swipe Up, Down, Left and Right, as well as simple Tap) includes:

* GestureRecognizer trigger applied to a FrameworkElement to be used with System.Windows.Interactivity provided by Microsoft.

> It does not respond to mouse interactions. Is meant to be used on touch devices.

0 comments on commit d907067

Please sign in to comment.