forked from schoetbi/XPTable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXPTable.nuspec
33 lines (33 loc) · 1.66 KB
/
XPTable.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
30
31
32
33
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>XPTable</id>
<title>XPTable - .NET ListView meets Java's JTable</title>
<version>$version$</version>
<authors>Hall, adambl, adarmus, lanwin, peyn, schoetbi, Jeoffman</authors>
<owners>Jeoffman</owners>
<projectUrl>https://github.com/schoetbi/XPTable</projectUrl>
<iconUrl>https://raw.githubusercontent.com/schoetbi/XPTable/master/Resources/XPTable32x32.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>XP Table: Created by Mathew Hall (CodeProject), updated by adambl, at sourceforge (adarmus, lanwin, peyn), schoetbi on GitHub, and Jeoffman</description>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Design" />
<frameworkAssembly assemblyName="System.Drawing" />
<frameworkAssembly assemblyName="System.Windows.Forms" />
</frameworkAssemblies>
<releaseNotes>
**Ver 1.6.0 = Merging to the schoetbi branch of XPTable on GitHub
**Ver 1.5.4 = Nailed a nasty bug in renderer - causes Visual Studio (2015 at least) Designer to sometimes not load Forms with XPTable in them
**Ver 1.5.3 = Back to .NET 2.0, trying to keep sync'd with schoetbi as of 11/16/2015
**Ver 1.5.2 = nuspec frameworkAssembly hints
**Ver 1.5.1 = !Bugfix for non-custom editor cells during first draw
</releaseNotes>
<tags>XPTable WinForms</tags>
<references>
<reference file="XPTable.dll"/>
</references>
</metadata>
<files>
<file src="bin/$configuration$/XPTable.dll" target="lib\net20\XPTable.dll"/>
</files>
</package>