DiceNotation.CoreClass
1.0.0
dotnet add package DiceNotation.CoreClass --version 1.0.0
NuGet\Install-Package DiceNotation.CoreClass -Version 1.0.0
<PackageReference Include="DiceNotation.CoreClass" Version="1.0.0" />
paket add DiceNotation.CoreClass --version 1.0.0
#r "nuget: DiceNotation.CoreClass, 1.0.0"
// Install DiceNotation.CoreClass as a Cake Addin #addin nuget:?package=DiceNotation.CoreClass&version=1.0.0 // Install DiceNotation.CoreClass as a Cake Tool #tool nuget:?package=DiceNotation.CoreClass&version=1.0.0
DiceNotation.CoreClassDiceNotation is a dice rolling library implemented as a .NET Core Library. It can be used to turn strings like "6d4k2 + 12" into actionable dice rolls and, using DiceNotation's `MinDieRoller` and `MaxDieRoller`, can easily compute the full range as well. This is a fork to support .NET Core from the origin EdCanHack repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp1.0 is compatible. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.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.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2,174 | 9/20/2016 |
0.3.0: Fork from EdCanHack and converted to .NET Core (removed Unit test and MathNet - no Core support... yet)
0.2.0: Initial release on GitHub and NuGet. Upgraded to .NET 4.5 and PCL.
0.1.0: Initial release on CodePlex.