mirror of https://github.com/AMT-Cheif/Stylet.git
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
|
<metadata>
|
|
<id>Stylet</id>
|
|
<version>0.9.6</version>
|
|
<title>Stylet</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 very lightweight but powerful ViewModel-First MVVM framework for WPF, inspired by Caliburn.Micro. Comes with its own IoC container.</description>
|
|
<copyright>Copyright 2014 Antony Male</copyright>
|
|
<tags>WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI</tags>
|
|
</metadata>
|
|
|
|
<files>
|
|
<file src="..\Stylet\bin\Release\Stylet.dll" target="lib\net45"/>
|
|
<file src="..\Stylet\bin\Release\Stylet.pdb" target="lib\net45"/>
|
|
<file src="..\Stylet\**\*.cs" target="src"/>
|
|
<file src="tools\**.*" target="tools"/>
|
|
<file src="content\**.*" target="content"/>
|
|
</files>
|
|
</package>
|