Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu committed Oct 22, 2024
1 parent a402aa8 commit 3ca3552
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
#### **In development**

> - Breaking Changes:
> - Features:
> - Bugfixes:
#### **Version 6.5.0**

> - Features:
> - Added SelectedConnection, SelectedConnections, CanSelectMultipleConnections and CanSelectMultipleItems dependency properties to NodifyEditor
> - Added IsSelected and IsSelectable attached dependency properties to BaseConnection
> - Added PrioritizeBaseConnectionForSelection static field to BaseConnection
> - Added EditorGestures.Connection.Selection
> - Added support for ScrollViewer in NodifyEditor (implements IScrollInfo)
> - Added NodifyEditor.ScrollIncrement dependency property
> - Bugfixes:
#### **Version 6.4.0**

Expand Down
10 changes: 7 additions & 3 deletions Nodify/Nodify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
<PackageTags>wpf mvvm node-editor controls</PackageTags>
<Version>6.4.0</Version>
<Version>6.5.0</Version>
<PackageReleaseNotes>
> - Features:
> - Added OutlineBrush and OutlineThickness dependency properties to BaseConnection to support increasing the selection area without increasing the stroke thickness
> - Added IsAnimatingDirectionalArrows and DirectionalArrowsAnimationDuration dependency properties to BaseConnection to support controlling the animation from XAML
> - Added SelectedConnection, SelectedConnections, CanSelectMultipleConnections and CanSelectMultipleItems dependency properties to NodifyEditor
> - Added IsSelected and IsSelectable attached dependency properties to BaseConnection
> - Added PrioritizeBaseConnectionForSelection static field to BaseConnection
> - Added EditorGestures.Connection.Selection
> - Added support for ScrollViewer in NodifyEditor (implements IScrollInfo)
> - Added NodifyEditor.ScrollIncrement dependency property
</PackageReleaseNotes>
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 3ca3552

Please sign in to comment.