Metadata >> NuGet >> DiffLib

DiffLib

Metadata

Authors Lasse V. Karlsen
Copyrights Copyright (C) Lasse V. Karlsen 2014, All rights reserved
Description A diff implementation class library for .NET 3.5 and 4.0 written in C#.
Language en-US
LicenseUrl http://difflib.codeplex.com/license
Owners Lasse V. Karlsen
ProjectUrl http://difflib.codeplex.com/
ReleaseNotes Updated with new algorithm to reduce "unwanted" diff output.
RequireLicenseAcceptance False
Summary This class library for.NET 3.5 and 4.0 does collection-based diff generation, using a Longest-Common-Substring implementation. Built-in utility methods for doing diffs of text collections/files.
Tags lcs longest-common-substring diff c# .net
Title DiffLib
PackageSize 67256
PackageHashAlgorithm SHA512
PackageHash 08MGYX1g1Sbz7CTsQDZgqgy3sFRdrthVHysYPEt20/G+EvL3HTu9Ux6DPZvzBSLfvjxVWVDTiMf4wkAe2UoH5g==
DownloadCount 000000
CreatedDate 2014-02-19T10:50:40

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install DiffLib -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DiffLib -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package DiffLib
Installing the package (HTTP Basic authentication):
Install-Package DiffLib -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DiffLib -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DiffLib

OpenWrap

Installing the package:
o add-wrap DiffLib
Uninstalling the package:
o remove-wrap DiffLib

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2014.2.19.1150
1.0.0.55