30 changed files with 178 additions and 57 deletions
@ -0,0 +1,13 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
using System.Threading.Tasks; |
||||
|
|
||||
|
namespace Perspex |
||||
|
{ |
||||
|
public interface IBindingDescription |
||||
|
{ |
||||
|
string Description { get; } |
||||
|
} |
||||
|
} |
||||
Binary file not shown.
@ -0,0 +1,20 @@ |
|||||
|
<?xml version="1.0"?> |
||||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
||||
|
<metadata> |
||||
|
<id>Splat</id> |
||||
|
<version>1.1.1</version> |
||||
|
<title>Splat</title> |
||||
|
<authors>Paul Betts</authors> |
||||
|
<owners>Paul Betts</owners> |
||||
|
<licenseUrl>https://github.com/xpaulbettsx/splat/blob/master/COPYING</licenseUrl> |
||||
|
<projectUrl>https://github.com/xpaulbettsx/splat</projectUrl> |
||||
|
<iconUrl>http://f.cl.ly/items/1307401C3x2g3F2p2Z36/Logo.png</iconUrl> |
||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
||||
|
<description>A library to make things cross-platform that should be</description> |
||||
|
<summary>A library to make things cross-platform that should be</summary> |
||||
|
<releaseNotes /> |
||||
|
<copyright /> |
||||
|
<language /> |
||||
|
<tags>portable</tags> |
||||
|
</metadata> |
||||
|
</package> |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue