Skip to content

Commit 821dccf

Browse files
committed
v0.1.4 release notes + assembly
1 parent 9349a57 commit 821dccf

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

GongSolutions.Wpf.DragDrop/GongSolutions.Wpf.DragDrop.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>gong-wpf-dragdrop</id>
5-
<version>0.1.3.11</version>
5+
<version>0.1.4</version>
66
<title>gong-wpf-dragdrop</title>
77
<authors>Jan Karger (punker76), Steven Kirk, mitchell.jon</authors>
88
<owners>Jan Karger (punker76), Steven Kirk</owners>

GongSolutions.Wpf.DragDrop/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.3.11")]
36-
[assembly: AssemblyFileVersion("0.1.3.11")]
35+
[assembly: AssemblyVersion("0.1.4.0")]
36+
[assembly: AssemblyFileVersion("0.1.4.0")]

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Or: Get the latest version via NuGet: [https://nuget.org/packages/gong-wpf-dragd
2121

2222
#Release History
2323

24+
+ **0.1.4** (30 May, 2014)
25+
- [#80](https://github.com/punker76/gong-wpf-dragdrop/pull/80): Handle non-collection targets (DefaultDropHandler was trying to dereference null when the drop target
26+
wasn't a collection).
27+
- [#81](https://github.com/punker76/gong-wpf-dragdrop/pull/81): Added DragAdornerTemplateSelector.
28+
- [#82](https://github.com/punker76/gong-wpf-dragdrop/issues/82): Drop Event does not properly bubble. (PR #101)
29+
- [#83](https://github.com/punker76/gong-wpf-dragdrop/issues/83): DragDrop initiated a Messagebox (left mouse button release bug). (PR #100)
30+
- [#84](https://github.com/punker76/gong-wpf-dragdrop/issues/84): Listview datatemplate with combobox has drag issues. (PR #87 #94)
31+
- [#85](https://github.com/punker76/gong-wpf-dragdrop/issues/85): Drop to TextBox no longer working. (PR #86)
32+
- [#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)
33+
- [#97](https://github.com/punker76/gong-wpf-dragdrop/issues/97): Highlight adorner not outlining everything. (PR #99)
34+
- [#98](https://github.com/punker76/gong-wpf-dragdrop/issues/98): Assembly is not signed.
2435
+ **0.1.3.11** (14 Oct, 2013)
2536
- Issue [#73](https://github.com/punker76/gong-wpf-dragdrop/issues/73): Fix crash on click inside ItemsControl where ItemsSource.Count == 0.
2637
- Issue [#76](https://github.com/punker76/gong-wpf-dragdrop/issues/76): Allowed drops to main window where the visual parent would be null.

0 commit comments

Comments
 (0)