Skip to content

Commit

Permalink
UPDATED To 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Jan 29, 2024
1 parent a52160c commit d002e07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NodifyM.Avalonia/NodifyM.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/MakesYT/NodifyM.Avalonia</PackageProjectUrl>
<LangVersion>10</LangVersion>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<VersionPrefix>1</VersionPrefix>
</PropertyGroup>

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,13 @@ This project is still in its early stages and lacks many events compared to **No

## Example
#### please see the [NodifyM.Avalonia.Example](https://github.com/MakesYT/NodifyM.Avalonia/tree/master/NodifyM.Avalonia.Example)
#### You can git clone the project and run `NodifyM.Avalonia.Example`
#### You can git clone the project and run `NodifyM.Avalonia.Example`

## Changelog
### 1.0.3
- Added the connection SplitConnection and DisconnectConnection commands
- Add CircuitConnection
- Fixed default control color to dictionary color
- Support to override the Connect and Disconnect from NodifyEditorViewModelBase method
- Fix KnotNode Show
- Remove some useless attributes

0 comments on commit d002e07

Please sign in to comment.