Skip to content

Commit

Permalink
v0.1.4 release notes + assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed May 30, 2014
1 parent 9349a57 commit 821dccf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>gong-wpf-dragdrop</id>
<version>0.1.3.11</version>
<version>0.1.4</version>
<title>gong-wpf-dragdrop</title>
<authors>Jan Karger (punker76), Steven Kirk, mitchell.jon</authors>
<owners>Jan Karger (punker76), Steven Kirk</owners>
Expand Down
4 changes: 2 additions & 2 deletions GongSolutions.Wpf.DragDrop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.3.11")]
[assembly: AssemblyFileVersion("0.1.3.11")]
[assembly: AssemblyVersion("0.1.4.0")]
[assembly: AssemblyFileVersion("0.1.4.0")]
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Or: Get the latest version via NuGet: [https://nuget.org/packages/gong-wpf-dragd

#Release History

+ **0.1.4** (30 May, 2014)
- [#80](https://github.com/punker76/gong-wpf-dragdrop/pull/80): Handle non-collection targets (DefaultDropHandler was trying to dereference null when the drop target
wasn't a collection).
- [#81](https://github.com/punker76/gong-wpf-dragdrop/pull/81): Added DragAdornerTemplateSelector.
- [#82](https://github.com/punker76/gong-wpf-dragdrop/issues/82): Drop Event does not properly bubble. (PR #101)
- [#83](https://github.com/punker76/gong-wpf-dragdrop/issues/83): DragDrop initiated a Messagebox (left mouse button release bug). (PR #100)
- [#84](https://github.com/punker76/gong-wpf-dragdrop/issues/84): Listview datatemplate with combobox has drag issues. (PR #87 #94)
- [#85](https://github.com/punker76/gong-wpf-dragdrop/issues/85): Drop to TextBox no longer working. (PR #86)
- [#92](https://github.com/punker76/gong-wpf-dragdrop/issues/92): Unable to cast object of type 'System.Windows.Documents.Run' to type 'System.Windows.Media.Visual'. (PR #94)
- [#97](https://github.com/punker76/gong-wpf-dragdrop/issues/97): Highlight adorner not outlining everything. (PR #99)
- [#98](https://github.com/punker76/gong-wpf-dragdrop/issues/98): Assembly is not signed.
+ **0.1.3.11** (14 Oct, 2013)
- Issue [#73](https://github.com/punker76/gong-wpf-dragdrop/issues/73): Fix crash on click inside ItemsControl where ItemsSource.Count == 0.
- Issue [#76](https://github.com/punker76/gong-wpf-dragdrop/issues/76): Allowed drops to main window where the visual parent would be null.
Expand Down

0 comments on commit 821dccf

Please sign in to comment.