https://github.com/bandysc/diffplex.avalonia
https://github.com/bandysc/diffplex.avalonia
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bandysc/diffplex.avalonia
- Owner: BAndysc
- License: mit
- Created: 2024-06-12T13:24:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T00:29:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T23:21:51.562Z (over 1 year ago)
- Language: C#
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiffPlex.Avalonia
DiffPlex.Avalonia is Avalonia control for diffing text and visually comparing differences between two pieces of text based on [DiffPlex](https://github.com/mmanela/diffplex) library.
## 📥 Installation
Use the nuget package manager to install `DiffPlex.Avalonia`.
```
Install-Package DiffPlex.Avalonia
```
And include DiffPlex.Avalonia style:
```
```
Avalonia version compatibility table:
| DiffPlex.Avalonia version | Avalonia version | DiffPlex version |
|---------------------------| ---------------- |-------------------|
| 0.9.0 | 11.1.0-beta-2 | 1.7.2 |