HgMetal 1.2.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

Requires NuGet 2.8 or higher.

dotnet add package HgMetal --version 1.2.0
NuGet\Install-Package HgMetal -Version 1.2.0
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="HgMetal" Version="1.2.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HgMetal --version 1.2.0
#r "nuget: HgMetal, 1.2.0"
#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 HgMetal as a Cake Addin
#addin nuget:?package=HgMetal&version=1.2.0

// Install HgMetal as a Cake Tool
#tool nuget:?package=HgMetal&version=1.2.0

Generates static class with current Mercurial revision metadata which can be referenced in assembly attributes. It uses the same auto-versioning algorithm for build and revision number as AssemblyVersion attribute with asterisk and also considers referenced projects' revisions metadata while version calculation (dependent project update leads to master project "update" even without changes in the last).

Example Usage:
[assembly: AssemblyVersion("1.0" + MercurialInfo.VersionSuffix)]
[assembly: AssemblyInformationalVersion("1.0" + MercurialInfo.ChangesetSuffix)]

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Some bug fixes and commonly used templates.