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
<PackageReference Include="SIL.Chorus.Mercurial" Version="6.5.1.43" />
paket add SIL.Chorus.Mercurial --version 6.5.1.43
#r "nuget: SIL.Chorus.Mercurial, 6.5.1.43"
// Install SIL.Chorus.Mercurial as a Cake Addin #addin nuget:?package=SIL.Chorus.Mercurial&version=6.5.1.43 // Install SIL.Chorus.Mercurial as a Cake Tool #tool nuget:?package=SIL.Chorus.Mercurial&version=6.5.1.43
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
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 | 640 | 11/8/2024 |
6.5.1.36 | 3,585 | 8/14/2024 |
6.5.1.34 | 2,571 | 5/15/2024 |
6.5.1.32 | 438 | 5/6/2024 |
6.5.1.29 | 846 | 4/23/2024 |
6.5.1.25 | 833 | 3/5/2024 |
6.5.1.22 | 620 | 12/14/2023 |
6.5.1.20 | 256 | 12/13/2023 |
6.5.1.18 | 292 | 12/7/2023 |
3.0.3.11 | 2,087 | 9/13/2023 |
3.0.3.6 | 4,126 | 8/22/2022 |
3.0.3.4 | 1,634 | 4/13/2022 |
3.0.3.2 | 502 | 4/12/2022 |
3.0.3 | 697 | 4/12/2022 |
3.0.2 | 849 | 10/14/2021 |
3.0.1 | 2,646 | 6/16/2021 |
v3.0.2: explicitly request Python 2 on Linux
v3.0.3: Allow specifying an alternate destination directory using `Mercurial4ChorusDestDir`