DnDGen.EncounterGen 6.0.0

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

This generates encounters for the Dungeons and Dragons 3.5 system.  One can generate encounters of particular levels, times of day, and environments.  One can also filter creature types.  Treasure and equipment are generated.

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 (1)

Showing the top 1 NuGet packages that depend on DnDGen.EncounterGen:

Package Downloads
DnDGen.DungeonGen

This generates dungeons for the Dungeons and Dragons 3.5 system. Dungeons are fully fleshed out with details, traps, and encounters.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 179 3 months ago
5.0.2 1,082 9 months ago
5.0.1 226 9 months ago
5.0.0 186 10 months ago
4.0.0 131 6/13/2024

6.0.0:
   * #77 - fix security vulnerabilities. CharacterGen has a breaking change going to 13.0.0
* #78 - fix NPC Class encounter Challenge Ratings