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.0.0</version>
|
|
<title>Stylet</title>
|
|
<authors>Antony Male</authors>
|
|
<owners>Antony Male</owners>
|
|
<license type="expression">MIT</license>
|
|
<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\net45\Stylet.dll" target="lib\net45"/>
|
|
<file src="..\Stylet\bin\Stylet.xml" target="lib\net45"/>
|
|
<file src="..\Stylet\bin\Release\netcoreapp3.0\Stylet.dll" target="lib\netcoreapp3.0"/>
|
|
<file src="..\Stylet\bin\Stylet.xml" target="lib\netcoreapp3.0"/>
|
|
<file src="readme.txt" target=""/>
|
|
</files>
|
|
</package>
|