-
-
Notifications
You must be signed in to change notification settings - Fork 145
/
Copy pathStylet.Start.nuspec
29 lines (27 loc) · 1.05 KB
/
Stylet.Start.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Stylet.Start</id>
<version>0.0.0</version>
<title>Stylet.Start</title>
<authors>Antony Male</authors>
<owners>Antony Male</owners>
<license type="expression">MIT</license>
<projectUrl>http://github.com/canton7/Stylet</projectUrl>
<icon>StyletIcon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET Framework: A quick startup project for Stylet, the lightweight but powerful ViewModel-First MVVM framework for WPF</description>
<copyright>Copyright 2015 Antony Male</copyright>
<tags>Stylet WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI</tags>
<dependencies>
<group>
<dependency id="Stylet" version="[0.0.0]"/>
</group>
</dependencies>
</metadata>
<files>
<file src="start\tools\**" target="tools" />
<file src="readme.txt" target=""/>
<file src="..\StyletIcon.png" target="\"/>
</files>
</package>