SIL.Chorus.Mercurial 6.5.1.43

Prefix Reserved
dotnet add package SIL.Chorus.Mercurial --version 6.5.1.43
                    
NuGet\Install-Package SIL.Chorus.Mercurial -Version 6.5.1.43
                    
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.43" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.Chorus.Mercurial" Version="6.5.1.43" />
                    
Directory.Packages.props
<PackageReference Include="SIL.Chorus.Mercurial" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SIL.Chorus.Mercurial --version 6.5.1.43
                    
#r "nuget: SIL.Chorus.Mercurial, 6.5.1.43"
                    
#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.
#addin nuget:?package=SIL.Chorus.Mercurial&version=6.5.1.43
                    
Install SIL.Chorus.Mercurial as a Cake Addin
#tool nuget:?package=SIL.Chorus.Mercurial&version=6.5.1.43
                    
Install SIL.Chorus.Mercurial as a Cake Tool

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 (2)

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

Package Downloads
SIL.Chorus.LibChorus

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

fwdata

Library that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.5.1.43 10,754 11/8/2024
6.5.1.36 5,803 8/14/2024
6.5.1.34 4,210 5/15/2024
6.5.1.32 456 5/6/2024
6.5.1.29 862 4/23/2024
6.5.1.25 865 3/5/2024
6.5.1.22 629 12/14/2023
6.5.1.20 265 12/13/2023
6.5.1.18 305 12/7/2023
3.0.3.11 2,251 9/13/2023
3.0.3.6 5,891 8/22/2022
3.0.3.4 1,673 4/13/2022
3.0.3.2 534 4/12/2022
3.0.3 735 4/12/2022
3.0.2 889 10/14/2021
3.0.1 2,727 6/16/2021

v3.0.2: explicitly request Python 2 on Linux

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