BridgeFundamentals 2017.11.30.3

dotnet add package BridgeFundamentals --version 2017.11.30.3
                    
NuGet\Install-Package BridgeFundamentals -Version 2017.11.30.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="BridgeFundamentals" Version="2017.11.30.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BridgeFundamentals" Version="2017.11.30.3" />
                    
Directory.Packages.props
<PackageReference Include="BridgeFundamentals" />
                    
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 BridgeFundamentals --version 2017.11.30.3
                    
#r "nuget: BridgeFundamentals, 2017.11.30.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.
#:package BridgeFundamentals@2017.11.30.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BridgeFundamentals&version=2017.11.30.3
                    
Install as a Cake Addin
#tool nuget:?package=BridgeFundamentals&version=2017.11.30.3
                    
Install as a Cake Tool

Base classes for implementing the card game bridge

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2017.11.30.3 2,664 11/30/2017
2017.11.21.6 1,587 11/21/2017
2017.11.21.2 1,477 11/21/2017
2017.11.17.1 1,477 11/17/2017
2017.11.10.8 1,489 11/10/2017
2017.11.10.3 1,486 11/10/2017
2017.11.10.1 1,539 11/10/2017
2017.11.9.6 1,503 11/9/2017
2017.11.9.5 1,512 11/9/2017
2017.11.9.2 1,503 11/9/2017
2017.11.9.1 1,502 11/9/2017
2017.11.7.3 1,555 11/7/2017
2017.11.5.1 1,488 11/5/2017
2017.11.4.4 1,557 11/4/2017
2017.11.4.2 1,531 11/4/2017
2017.11.4.1 1,491 11/4/2017
2017.11.3.5 1,529 11/3/2017
2017.11.3.4 1,513 11/3/2017
2017.11.3.3 1,503 11/3/2017
2017.11.2.2 1,516 11/2/2017
2017.11.2.1 1,501 11/2/2017
2017.10.31.7 1,531 10/31/2017
2017.10.31.6 1,563 10/31/2017
2017.10.31.5 1,512 10/31/2017
2017.10.31.4 1,483 10/31/2017
2017.10.31.3 1,481 10/31/2017
2017.10.31.2 1,468 10/31/2017
2017.10.31.1 1,499 10/31/2017
2017.10.30.3 1,495 10/30/2017
2017.10.30.2 1,498 10/30/2017
2017.10.29.1 1,548 10/29/2017
2017.10.28.6 1,517 10/28/2017
2017.10.28.1 1,499 10/28/2017
2017.10.27.8 1,493 10/27/2017
2017.10.27.7 1,511 10/27/2017
2017.10.27.6 1,494 10/27/2017
1.0.7 1,491 10/19/2017
1.0.6 1,400 1/27/2017
1.0.5 1,666 7/9/2016
1.0.4 1,649 6/19/2016
1.0.3 1,669 5/30/2016
1.0.2 1,656 5/21/2016
1.0.1 1,663 5/21/2016
1.0.0 2,633 5/13/2016

1.0.6 moved async stuff to seperate dll
1.0.5 Removed Convention and ConventionCard
1.0.3 Fix too strict pbn parser
1.0.2 Fix for null bus in TournamentController.