htmldiff.net 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package htmldiff.net --version 1.3.0
NuGet\Install-Package htmldiff.net -Version 1.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="htmldiff.net" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add htmldiff.net --version 1.3.0
#r "nuget: htmldiff.net, 1.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install htmldiff.net as a Cake Addin
#addin nuget:?package=htmldiff.net&version=1.3.0

// Install htmldiff.net as a Cake Tool
#tool nuget:?package=htmldiff.net&version=1.3.0

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on htmldiff.net:

Package Downloads
SitecoreSidekickContentMigrator

Easily move production Sitecore content to pre-production environments with this Sidekick module.

SitecoreSidekickAuditLog

An app to graphically log and search author activity within Sitecore.

Blazorme.Diff

Diff component library for Blazor apps. It will render diff of the two input strings in different output display formats. It can also be used as a library to get diff or html diff output strings from code behind.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.2 18,165 10/27/2023
1.4.1 94,897 5/29/2023
1.4.0 1,127,093 5/23/2019
1.3.0 584,052 6/9/2016
1.2.0 24,527 2/3/2016
1.1.0 125,761 5/31/2012

Version 1.3 - Fixed nuget package issue not containing the latest 1.2 code + added support for tracking the em tag as a minor modification. Minor performance enhancement.
Version 1.2 - Bug fixes, performance improvements and ability to treat blocks of text as a single entry to compare
Version 1.1 - Initial Nuget Release