DnDGen.Infrastructure 4.4.3

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

// Install DnDGen.Infrastructure as a Cake Tool
#tool nuget:?package=DnDGen.Infrastructure&version=4.4.3

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DnDGen.Infrastructure:

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.

DnDGen.CreatureGen

This generates creatures for the Dungeons and Dragons 3.5 system.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.3 113 1/11/2024
4.4.2 284 12/14/2023
4.4.1 109 12/11/2023
4.4.0 113 12/7/2023
4.3.2 682 3/16/2023
4.3.1 269 3/10/2023
4.3.0 359 1/12/2023
4.2.4 628 11/11/2021
4.2.3 512 9/23/2021
4.2.2 888 2/2/2021
4.2.1 532 12/28/2020
4.2.0 412 12/26/2020
4.1.1 1,453 5/28/2020
4.1.0 444 5/27/2020
4.0.0 1,133 1/14/2020

4.4.0: Improved speed of weighted collections
 4.4.1: README Update
 4.4.2: Update RollGen to 15.5.4
 4.4.3: Pipeline optimizations