Skip to content

Commit 9b3d36e

Browse files
committed
Bump version for release
1 parent 2fcdf95 commit 9b3d36e

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
#### **In development**
44

55
> - Breaking Changes:
6+
> - Features:
7+
> - Bugfixes:
8+
9+
#### **Version 7.0.4**
10+
611
> - Features:
712
> - Added AsRef extension method to InputGesture to convert it to an InputGestureRef
813
> - Bugfixes:

Nodify/Nodify.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@
1616
<PackageIcon>icon.png</PackageIcon>
1717
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
1818
<PackageTags>wpf mvvm node network node-editor graph controls</PackageTags>
19-
<Version>7.0.3</Version>
19+
<Version>7.0.4</Version>
2020
<PackageReleaseNotes>
21+
> - Features:
22+
> - Added AsRef extension method to InputGesture to convert it to an InputGestureRef
2123
> - Bugfixes:
22-
> - Fixed an issue where the SelectedEvent and UnselectedEvent events on the ItemContainer were not raised when the selection was completed
24+
> - Fixed an issue where the gesture used for EditorGestures.Editor.SelectAll extracted from the ApplicationCommands was assumed to be a KeyGesture
25+
> - Fixed overrides of DrawDirectionalArrowheadGeometry virtual method not working in subclasses of the built in connections
26+
> - Fixed a memory leak caused by the auto panning timer
2327
</PackageReleaseNotes>
2428
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
2529
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)