Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 962 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 962 Bytes

DiffPatch DiffPatch NuGet version

Diff parsing and patching for .Net
Target Platform : .Net Standard 2.0

Inspired by / Based on :

  • ParseDiff (Unified Diff Parser in C#) by jkingry
  • sharpdiff (Diff creation and parsing library for .Net) by jagregory

Features

The main use is to patch files using unified diff file. Diff generation is not supported and I do not intend to add it. I wrote this code to apply patches generated by other program (git diff, Linux diff, ...)

Getting Started

Prerequisites

Visual Studio

Authors

  • Amael BERTEAU

License

This project is licensed under the MIT License - see the LICENSE file for details

NuGet Packages

Available on NuGet Gallery : DiffPatch