This commit is contained in:
José Manuel Nieto Sánchez 2016-02-22 21:58:01 +01:00
Родитель 6bd943020d 307361d65a
Коммит f8139e4625
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata> <metadata>
<id>OmniXAML</id> <id>OmniXAML</id>
<version>#VERSION#</version> <version>#VERSION#</version>
<title>OmniXAML</title>
<authors>José Manuel Nieto (@SuperJMN)</authors> <authors>José Manuel Nieto (@SuperJMN)</authors>
<owners>José Manuel Nieto (@SuperJMN)</owners> <owners>José Manuel Nieto (@SuperJMN)</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl> <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/SuperJMN/OmniXAML/</projectUrl> <projectUrl>https://github.com/SuperJMN/OmniXAML/</projectUrl>
<iconUrl>http://i62.tinypic.com/17pcwi.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Cross-platform XAML Framework.</description> <description>The Cross-platform XAML Framework.</description>
<summary>OmniXAML is a library that allows you interpret XAML with ease. You can read XAML and get the object it represents, like a Window in WPF, a document, a diagram or whatever object you can describe.</summary> <summary>OmniXAML is a library that allows you interpret XAML with ease. You can read XAML and get the object it represents, like a Window in WPF, a document, a diagram or whatever object you can describe.</summary>