Skip to content

aberteau/DiffPatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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