SIL.Chorus.Mercurial 6.5.1.25

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package SIL.Chorus.Mercurial --version 6.5.1.25
NuGet\Install-Package SIL.Chorus.Mercurial -Version 6.5.1.25
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="SIL.Chorus.Mercurial" Version="6.5.1.25" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SIL.Chorus.Mercurial --version 6.5.1.25
#r "nuget: SIL.Chorus.Mercurial, 6.5.1.25"
#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 SIL.Chorus.Mercurial as a Cake Addin
#addin nuget:?package=SIL.Chorus.Mercurial&version=6.5.1.25

// Install SIL.Chorus.Mercurial as a Cake Tool
#tool nuget:?package=SIL.Chorus.Mercurial&version=6.5.1.25

Mercurial4Chorus

This repo contains the binaries (Windows as well as Linux 64-bit) and extensions for the Mercurial version that Chorus uses. Mercurial is provided in the form of a nuget package, SIL.Chorus.Mercurial.

After installation of the nuget package the Mercurial and MercurialExtensions folders will be copied to the solution's directory during the build. Alternatively, specify Mercurial4ChorusDestDir to copy into instead of the solution's directory.

Building

To create a pre-release nuget package:

msbuild /p:BuildCounter=1 build/SIL.Chorus.Mercurial.proj

To release a nuget package:

msbuild /p:PreRelease=. build/SIL.Chorus.Mercurial.proj
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SIL.Chorus.Mercurial:

Package Downloads
SIL.Chorus.LibChorus The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

End-user collaboration library via 3-way xml merging and hg dvcs under the hood.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.5.1.25 377 3/5/2024
6.5.1.22 466 12/14/2023
6.5.1.20 176 12/13/2023
6.5.1.18 218 12/7/2023
3.0.3.11 1,232 9/13/2023
3.0.3.6 3,218 8/22/2022
3.0.3.4 1,390 4/13/2022
3.0.3.2 469 4/12/2022
3.0.3 589 4/12/2022
3.0.2 817 10/14/2021
3.0.1 2,445 6/16/2021

v3.0.2: explicitly request Python 2 on Linux

v3.0.3: Allow specifying an alternate destination directory using `Mercurial4ChorusDestDir`