2015-12-21 09:37:54 -08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>Stylet.Start</id>
|
2015-12-22 02:34:17 -08:00
|
|
|
<version>1.1.10</version>
|
2015-12-21 09:37:54 -08:00
|
|
|
<title>Stylet.Start</title>
|
|
|
|
<authors>Antony Male</authors>
|
|
|
|
<owners>Antony Male</owners>
|
|
|
|
<licenseUrl>http://github.com/canton7/Stylet/blob/master/LICENSE.txt</licenseUrl>
|
|
|
|
<projectUrl>http://github.com/canton7/Stylet</projectUrl>
|
|
|
|
<iconUrl>https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png</iconUrl>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>A quick startup project for Stylet</description>
|
|
|
|
<copyright>Copyright 2015 Antony Male</copyright>
|
|
|
|
<tags>Stylet WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI</tags>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<group>
|
2015-12-22 02:34:17 -08:00
|
|
|
<dependency id="Stylet" version="[1.1.10]"/>
|
2015-12-21 09:37:54 -08:00
|
|
|
</group>
|
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
|
|
|
|
<files>
|
|
|
|
<file src="start\content\**" target="content" />
|
|
|
|
</files>
|
|
|
|
</package>
|