pgn.NET
1.1.0.2
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
<PackageReference Include="pgn.NET" Version="1.1.0.2" />
paket add pgn.NET --version 1.1.0.2
#r "nuget: pgn.NET, 1.1.0.2"
// 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 | Versions 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. |
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.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