Category Archives: DiffPlex
DiffPlex 1.2 Released
I released version 1.2 of the DiffPlex library on both CodePlex and Nuget. This new version contains a few notable changes. A new class called InlineDiffBuilder which makes it easier to build inline diffs (the same way the existing SidebySideDiffBuilder … Continue reading
The Nu package management system and DiffPlex
I published the DiffPlex gem for use with Nu. Nu is a package management system for .NET which is built on top of Ruby’s gem system. Nu makes it easy to download and get updates for many common libraries. There … Continue reading →
DiffPlex 1.1 Released
I released a small update to DiffPlex that helps improve performance for both the release and debug builds. I now also package the release build in the download zip file instead of the debug. The release build shows a significant performanc… Continue reading →
DiffPlex 1.0 Released!!
The DiffPlex (http://diffplex.codeplex.com) project is now available on Codeplex!
The DiffPlex project is a combination of a .NET Diffing Library with a Silverlight and HTML diff viewer. It is released open source under the MS-PL license.