DnD5e 1.0.2
dotnet add package DnD5e --version 1.0.2
NuGet\Install-Package DnD5e -Version 1.0.2
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="DnD5e" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DnD5e --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DnD5e, 1.0.2"
#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 DnD5e as a Cake Addin #addin nuget:?package=DnD5e&version=1.0.2 // Install DnD5e as a Cake Tool #tool nuget:?package=DnD5e&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<img src="https://raw.githubusercontent.com/c272/dnd5e-cs/master/logo.png" width="200" height="200" />
A C# wrapper for the DnD5e API, generated automatically by Burrito.
This is a C# wrapper for the Dungeons and Dragons 5th edition API found at dnd5eapi.co, which is automatically generated by Burrito and published to NuGet. You can download it here.
For documentation on the API, see the official website documentation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 12.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Remove strict version type on the Newtonsoft library.