-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,28 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>pgn.net</id> | ||
<version>1.1.1.1</version> | ||
<title>pgn.NET</title> | ||
<authors>[email protected]</authors> | ||
<owners>[email protected]</owners> | ||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> | ||
<projectUrl>https://github.com/iigorr/pgn.net</projectUrl> | ||
<iconUrl>https://raw.github.com/iigorr/pgn.net/master/pgn.NET.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description> | ||
Portable Game Notation (PGN) implementation in .NET | ||
https://github.com/iigorr/pgn.net | ||
</description> | ||
<releaseNotes> | ||
<![CDATA[Bugfix Release 1.1.1 | ||
* Bugfix: Castle should use the letter O rather than the digit 0 (https://github.com/iigorr/pgn.net/issues/10) | ||
* Bugfix: parser recognizes bxc6 as "Bishop captures c6" (https://github.com/iigorr/pgn.net/issues/11) | ||
* FSharp.Core is merged in into the assembly | ||
* Removed support for wp71 due to FParsec incompatitbilities | ||
Please file any issues here: https://github.com/iigorr/pgn.net/issues | ||
]]> | ||
</releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>pgn chess library parser dotnet</tags> | ||
</metadata> | ||
</package> | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>pgn.net</id> | ||
<version>1.2.0</version> | ||
<title>pgn.NET</title> | ||
<authors>[email protected]</authors> | ||
<owners>[email protected]</owners> | ||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> | ||
<projectUrl>https://github.com/iigorr/pgn.net</projectUrl> | ||
<iconUrl>https://raw.github.com/iigorr/pgn.net/master/pgn.NET.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description> | ||
Portable Game Notation (PGN) implementation in .NET | ||
https://github.com/iigorr/pgn.net | ||
</description> | ||
<releaseNotes> | ||
<![CDATA[Release 1.2.0 | ||
* Added a dictionary to access game tags `Game.Tags` (https://github.com/iigorr/pgn.net/issues/13) | ||
Please file any issues here: https://github.com/iigorr/pgn.net/issues | ||
]]> | ||
</releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>pgn chess library parser dotnet</tags> | ||
</metadata> | ||
</package> |