Skip to content

Installation

Yan Justino edited this page Dec 26, 2019 · 1 revision

latest version downloads

Polyjuice is avaliable on Nuget. NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers. To install use the options bellow:

# Package Manager
> Install-Package Polyjuice
# Package Manager
> dotnet add package Polyjuice
<!-- *.cproj file -->
<PackageReference Include="Polyjuice" Version="{VERSION}" />

Clone this wiki locally