Skip to content

Commit ec9289c

Browse files
committed
Bump version to 1.1.6 and update changelog with new feature: implement dragging the corner of a single node to zoom
1 parent 89fbc39 commit ec9289c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NodifyM.Avalonia/NodifyM.Avalonia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<PackageProjectUrl>https://github.com/MakesYT/NodifyM.Avalonia</PackageProjectUrl>
1010
<LangVersion>10</LangVersion>
11-
<Version>1.1.5</Version>
11+
<Version>1.1.6</Version>
1212
<Authors>Maklith</Authors>
1313
<Description>A collection of controls for node based editors designed for MVVM.</Description>
1414
</PropertyGroup>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ This project is a refactoring of [Nodify](https://github.com/miroiu/nodify) on t
5555
#### You can git clone the project and run `NodifyM.Avalonia.Example`
5656

5757
## Changelog
58+
59+
### 1.1.6
60+
- Implement dragging the corner of a single node to zoom
61+
5862
### 1.1.5
5963
- Fixed an incorrect zoom center compensation calculation
6064

0 commit comments

Comments
 (0)