Skip to content

Commit

Permalink
Included release notes to the project for easy access
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Landaeta committed Aug 20, 2015
1 parent f61b504 commit 754b9e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library wraps those events so you don't have to go through the same process

Grab [WPFGestureRecognizer from NuGet](https://www.nuget.org/packages/WPFGestureRecognizer/) and add it to your references in your project (On Visual Studio is just add a nuget package to your WPF application).

Then on your xaml page you should add a recognition area. It can be any [UI element](https://msdn.microsoft.com/en-us/library/system.windows.frameworkelement%28v=vs.110%29.aspx) such as a Border or a Grid. Add [`System.Widnows.Interactivity`](https://msdn.microsoft.com/en-us/library/system.windows.interactivity\(v=expression.40\).aspx) and `Org.Interactivity.Recognizer` and off you go.
Then on your xaml page you should add a recognition area. It can be any [UI element](https://msdn.microsoft.com/en-us/library/system.windows.frameworkelement%28v=vs.110%29.aspx) such as a Border or a Grid. Add [`System.Widnows.Interactivity`](https://msdn.microsoft.com/en-us/library/system.windows.interactivity\(v=expression.45\).aspx) and `Org.Interactivity.Recognizer` and off you go.

#### Simple example To start with:
```xml
Expand Down
3 changes: 3 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.3 (Released May 2015)
* Change package dependency to an internal dependency to include latest binaries of Microsoft Expression SDK for .net framework 4.6

### 1.0.2 (Released May 2015)
* Expose TapThreshold property to allow tweaking of tap detection.
* Add option to detect taps using mix of translation and velocity.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\readme.md">
<Link>readme.md</Link>
</None>
<None Include="..\..\release_notes.md">
<Link>release_notes.md</Link>
</None>
<None Include="Org.Interactivity.Recognizer.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 754b9e9

Please sign in to comment.