pgn.NET
1.0.0.2
See the version list below for details.
dotnet add package pgn.NET --version 1.0.0.2
NuGet\Install-Package pgn.NET -Version 1.0.0.2
<PackageReference Include="pgn.NET" Version="1.0.0.2" />
paket add pgn.NET --version 1.0.0.2
#r "nuget: pgn.NET, 1.0.0.2"
// Install pgn.NET as a Cake Addin #addin nuget:?package=pgn.NET&version=1.0.0.2 // Install pgn.NET as a Cake Tool #tool nuget:?package=pgn.NET&version=1.0.0.2
Portable Game Notation (PGN) implementation in .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.
Release 1.0
This is the initial release of pgn.NET, a library to parse PGN chess databases which includes
* Data model for chess games (Game, Board, move text, move, piece)
* PgnReader (Parser) for the PGN format (http://www.saremba.de/chessgml/standards/pgn/pgn-complete.htm).
- The parser tries to be as tolerant as possible (there are many variation of the pgn format),
so most pgn files should be readable. If not, please file an issue here: https://github.com/iigorr/pgn.net/issues
- Support for iso-8859 and UTF-8
- Support for Recursive Annotation Variation (RAV)
- Support for Forsyth-Edwards-Notation (FEN, http://de.wikipedia.org/wiki/Forsyth-Edwards-Notation)
* PgnWriter, formatter for PGN games.
Please file any issues here: https://github.com/iigorr/pgn.net/issues