DnDGen.RollGen 16.0.1

dotnet add package DnDGen.RollGen --version 16.0.1
                    
NuGet\Install-Package DnDGen.RollGen -Version 16.0.1
                    
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="DnDGen.RollGen" Version="16.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DnDGen.RollGen" Version="16.0.1" />
                    
Directory.Packages.props
<PackageReference Include="DnDGen.RollGen" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DnDGen.RollGen --version 16.0.1
                    
#r "nuget: DnDGen.RollGen, 16.0.1"
                    
#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.
#addin nuget:?package=DnDGen.RollGen&version=16.0.1
                    
Install DnDGen.RollGen as a Cake Addin
#tool nuget:?package=DnDGen.RollGen&version=16.0.1
                    
Install DnDGen.RollGen as a Cake Tool

This gives a basic, fluid interface for 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, Percentile (d100), and custom die rolls.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on DnDGen.RollGen:

Package Downloads
DnDGen.TreasureGen

This generates items for the Dungeons and Dragons 3.5 system. One can generate treasure or individual items such as coins, goods, weapons, armor, and magical items.

CharacterGen.Domain

This is a Ninject-based bootstrapper for CharacterGen

DnDGen.Core

This provides common, core objects for the generators, including the Percentile and Collection selectors, with dependencies

DungeonGen.Domain

This is the Ninject-based bootstrapper for DungeonGen

EncounterGen.Domain

This is the Ninject-based bootstrapper for EncounterGen

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
16.0.1 798 11/21/2024
16.0.0 1,774 7/12/2024
15.5.7 956 1/11/2024
15.5.6 139 1/10/2024
15.5.4 745 12/14/2023
15.5.3 798 7/10/2023
15.5.2 175 7/7/2023
15.5.1 899 3/16/2023
15.5.0 377 3/9/2023
15.4.2 485 1/12/2023
15.3.0 1,010 11/11/2021
15.2.2 1,601 2/2/2021
15.2.1 434 2/1/2021
15.2.0 804 12/28/2020
15.1.0 2,824 1/22/2020
15.0.0 1,223 1/14/2020
14.1.0 1,137 9/23/2019
14.0.2 3,333 6/29/2018
14.0.1 1,075 6/29/2018
14.0.0 964 6/29/2018
13.4.2 10,459 9/22/2017
13.4.0 2,478 9/21/2017
13.3.0 14,621 2/8/2017
13.2.0 1,087 2/8/2017
13.1.0 1,245 11/14/2016
13.0.0 1,448 11/9/2016
12.2.0 4,779 5/27/2016
12.1.0 1,164 5/16/2016
12.0.0 7,219 5/15/2016

16.0.0: .Net 8
 16.0.1: Package updates to address security vulnerabilities