pgn.NET 1.0.0.2

There is a newer version of this package available.
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
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="pgn.NET" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add pgn.NET --version 1.0.0.2
#r "nuget: pgn.NET, 1.0.0.2"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in 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
1.2.1 3,379 7/28/2015
1.2.0 1,733 6/13/2015
1.1.1.1 1,699 6/10/2015
1.1.0.2 1,803 12/5/2013
1.0.0.2 1,642 10/27/2013

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