Xyaneon.Games.Cards
0.4.0
A .NET Standard library for playing cards (standard and custom), draw piles and shuffling.
Install-Package Xyaneon.Games.Cards -Version 0.4.0
dotnet add package Xyaneon.Games.Cards --version 0.4.0
<PackageReference Include="Xyaneon.Games.Cards" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xyaneon.Games.Cards --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xyaneon.Games.Cards, 0.4.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xyaneon.Games.Cards as a Cake Addin
#addin nuget:?package=Xyaneon.Games.Cards&version=0.4.0
// Install Xyaneon.Games.Cards as a Cake Tool
#tool nuget:?package=Xyaneon.Games.Cards&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
## 0.4.0 - 2019-12-04
### Added
- The StandardPlayingCard class now implements the
IEquatable<StandardPlayingCard> interface.
### Fixed
- Fixed the DrawPile<TCard>.PlaceAtBottom method placing cards on top (thanks to
[Clayton Wahlstrom](https://github.com/claywahlstrom) for finding this!)
([issue #14](https://github.com/Xyaneon/Xyaneon.Games.Cards/issues/14)).
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xyaneon.Games.Cards:
Package | Downloads |
---|---|
Xyaneon.Games
A .NET Standard metapackage for card and board game functionality and components, such as dice and cards.
|
GitHub repositories
This package is not used by any popular GitHub repositories.