NGit.Signed 0.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.
dotnet add package NGit.Signed --version 0.2.0
NuGet\Install-Package NGit.Signed -Version 0.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="NGit.Signed" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NGit.Signed --version 0.2.0
#r "nuget: NGit.Signed, 0.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 NGit.Signed as a Cake Addin
#addin nuget:?package=NGit.Signed&version=0.2.0

// Install NGit.Signed as a Cake Tool
#tool nuget:?package=NGit.Signed&version=0.2.0

.NET port of JGit - with signed assemblies

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NGit.Signed:

Repository Stars
mikefourie-zz/MSBuildExtensionPack
Version Downloads Last updated

NGit is a port of the Java JGit Library using Sharpen.  NGit allows you to work with Git repositories in managed code. NGit.Signed is a fork of NGit maintained by IntelliFactory. The purpose of the fork is to provide an easier build experience and to sign the generated assemblies.