pgn.NET 1.1.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.1.0.2
NuGet\Install-Package pgn.NET -Version 1.1.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.1.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.1.0.2
#r "nuget: pgn.NET, 1.1.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.1.0.2

// Install pgn.NET as a Cake Tool
#tool nuget:?package=pgn.NET&version=1.1.0.2

Portable Game Notation (PGN) implementation in .NET
     https://github.com/iigorr/pgn.net

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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. 
Windows Phone wp71 is compatible. 
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.1

* Bugfix: zero-length move text bug (IndexOutOfRange)
* Introduce MoveTextEntryList, a MoveEntry list which provides simplifed access to moves.
* Change type of Game.MoveText and RAVEntry.MoveText to MoveTextEntryList
* Add missing API doc
* Add support for frameworks: net40, net45, wp71

Please file any issues here: https://github.com/iigorr/pgn.net/issues