diff --git a/ChangeLog b/ChangeLog index 45cce7f..757ab7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-25 Natalia Portillo + + * SvnInfo.txt: + Sync'ed with svn r114 + 2015-02-24 Natalia Portillo * plist-cil.sln: diff --git a/SvnInfo.txt b/SvnInfo.txt index 9ce7e8e..c1b28c2 100644 --- a/SvnInfo.txt +++ b/SvnInfo.txt @@ -3,10 +3,10 @@ Working Copy Root Path: /Development/plist URL: http://plist.googlecode.com/svn/trunk Repository Root: http://plist.googlecode.com/svn Repository UUID: 08b5d097-3e27-63a3-4c6f-efc316e1e7e5 -Revision: 113 +Revision: 114 Node Kind: directory Schedule: normal Last Changed Author: daniel.dreibrodt@gmail.com -Last Changed Rev: 113 -Last Changed Date: 2014-11-17 16:31:28 +0000 (lun, 17 nov 2014) +Last Changed Rev: 114 +Last Changed Date: 2015-02-24 18:53:46 +0000 (mar, 24 feb 2015) diff --git a/plist-cil/ChangeLog b/plist-cil/ChangeLog index 17447fd..a61cf46 100644 --- a/plist-cil/ChangeLog +++ b/plist-cil/ChangeLog @@ -1,3 +1,9 @@ +2015-02-25 Natalia Portillo + + * plist-cil.nuspec: + * plist-cil.csproj: + Added NuGet package. + 2015-02-24 Natalia Portillo * PropertyListParser.cs: diff --git a/plist-cil/plist-cil.csproj b/plist-cil/plist-cil.csproj index b1c539f..c115281 100644 --- a/plist-cil/plist-cil.csproj +++ b/plist-cil/plist-cil.csproj @@ -31,6 +31,10 @@ + + + + @@ -134,5 +138,6 @@ False PreserveNewest + \ No newline at end of file diff --git a/plist-cil/plist-cil.nuspec b/plist-cil/plist-cil.nuspec new file mode 100644 index 0000000..9b65311 --- /dev/null +++ b/plist-cil/plist-cil.nuspec @@ -0,0 +1,25 @@ + + + + plist-cil + 1.14 + plist-cil + Natalia Portillo + Natalia Portillo + https://raw.githubusercontent.com/claunia/plist-cil/master/LICENSE + https://github.com/claunia/plist-cil + true + C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist + Added support for UTF-8 strings in binary property lists + Copyright (C) 2015 Natalia Portillo + plist apple propertylist property list + + + + + + + + + + \ No newline at end of file