Skip to content

Commit

Permalink
preparing release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iigorr committed Jun 13, 2015
1 parent 4154857 commit f9de2be
Showing 1 changed file with 28 additions and 31 deletions.
59 changes: 28 additions & 31 deletions src/pgn.NET/package/pgn.NET.nuspec
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>

0 comments on commit f9de2be

Please sign in to comment.