Metadata >> NuGet >> XmlSpecificationCompare

XmlSpecificationCompare

Metadata

Authors Eli Algranti
Copyrights Copyright Eli Algranti (c) 2013
Description A library for loosely comparing XML documents, useful for comparing the XML documents used as messages in various specifications and for configuration files. Order of siblings, Namespace prefixes, location of Namespace definition (xmlns attribute), etc. are ignored. This package also contains utility classes for discovering the XPath of supported .Net XObjects and NUnit support. Standalone code nuget packages are also available, see http://xmlspecificationcompare.codeplex.com/ for documentation.
LicenseUrl https://xmlspecificationcompare.codeplex.com/license
Owners Eli Algranti
ProjectUrl http://xmlspecificationcompare.codeplex.com/
ReleaseNotes Initial release.
RequireLicenseAcceptance False
Tags Xml XPath NUnit
Dependencies NUnit:2.6.2
Title XmlSpecificationCompare
PackageSize 27061
PackageHashAlgorithm SHA512
PackageHash swnO0PZujMtHwsfuE7o9YFqJZN479uSl3CXrRdWgusXRv1x1jaj8uk/ta2VMawTozNRj8bFGnaL0Yq1QQuq1Tg==
DownloadCount 000000
CreatedDate 2013-08-28T06:04:54
Summary A library for comparing the XML documents used as messages in various specifications and for configuration files.

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 XmlSpecificationCompare -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install XmlSpecificationCompare -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 XmlSpecificationCompare
Installing the package (HTTP Basic authentication):
Install-Package XmlSpecificationCompare -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package XmlSpecificationCompare -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package XmlSpecificationCompare

OpenWrap

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

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
1.0.1.0
0.1.0.0