Skip to content

Commit 9ad134c

Browse files
committed
Bump version for release
1 parent 796cb6b commit 9ad134c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
#### **In development**
44

5+
> - Breaking Changes:
6+
> - Features:
7+
> - Bugfixes:
8+
9+
#### **Version 7.0.2**
10+
511
> - Breaking Changes:
612
> - Features:
713
> - Added EditorGestures.Editor.SelectAll

Nodify/Nodify.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
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.1</Version>
19+
<Version>7.0.2</Version>
2020
<PackageReleaseNotes>
21+
> - Features:
22+
> - Added EditorGestures.Editor.SelectAll
2123
> - Bugfixes:
22-
> - Fixed an issue where connections would not gain focus when selected, which could prevent editor keybindings from functioning in certain scenarios
23-
> - Resolved an issue where selecting a node did not deselect connections and vice versa
24-
> - Fixed a bug preventing ItemContainers from being selected when the mouse could not be captured
25-
> - Fixed an issue with key detection in Japanese IME environments, causing issues with the MouseGesture
24+
> - Fixed an issue where the EditorCommands.SelectAll gesture could not be customized
2625
</PackageReleaseNotes>
2726
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
2827
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)