D20Dice 7.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package D20Dice --version 7.1.0
NuGet\Install-Package D20Dice -Version 7.1.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="D20Dice" Version="7.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add D20Dice --version 7.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: D20Dice, 7.1.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 D20Dice as a Cake Addin #addin nuget:?package=D20Dice&version=7.1.0 // Install D20Dice as a Cake Tool #tool nuget:?package=D20Dice&version=7.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This gives a basic rolling dice from the D20 system - commonly known to work with Dungeons and Dragons. Die included are d2, d3, d4, d6, d8, d10, d12, d20, and Percentile (d100). You can also give a string input (i.e. "1d6+5"). Also, it can roll indexes of collections.
Product | Versions 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.
-
- Trove.FLEE (>= 0.9.26)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 103 | 8/26/2014 |
7.1.0 | 44 | 8/25/2014 |
7.0.0 | 42 | 8/25/2014 |
6.2.0 | 64 | 6/5/2014 |
6.1.0 | 53 | 6/3/2014 |
6.0.0 | 48 | 6/3/2014 |
5.3.0 | 53 | 5/26/2014 |
5.2.0 | 49 | 5/26/2014 |
5.1.0 | 52 | 5/25/2014 |
5.0.0 | 51 | 5/25/2014 |
4.0.0 | 53 | 5/24/2014 |
3.1.0 | 102 | 11/9/2013 |
3.0.0 | 59 | 11/9/2013 |
2.0.0 | 62 | 11/9/2013 |
1.0.0 | 66 | 4/9/2013 |
7.0: Added index roller
7.1: Add new packages (accidentally published with old packages)