Skip to content

Commit e4ae826

Browse files
committed
Bump version for release
1 parent b860e0f commit e4ae826

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
> - Breaking Changes:
66
> - Features:
7+
> - Bugfixes:
8+
9+
#### **Version 7.0.3**
10+
711
> - Bugfixes:
812
> - Fixed an issue where the SelectedEvent and UnselectedEvent events on the ItemContainer were not raised when the selection was completed
913

Nodify/Nodify.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
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.2</Version>
19+
<Version>7.0.3</Version>
2020
<PackageReleaseNotes>
21-
> - Features:
22-
> - Added EditorGestures.Editor.SelectAll
2321
> - Bugfixes:
24-
> - Fixed an issue where the EditorCommands.SelectAll gesture could not be customized
22+
> - Fixed an issue where the SelectedEvent and UnselectedEvent events on the ItemContainer were not raised when the selection was completed
2523
</PackageReleaseNotes>
2624
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
2725
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)