-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathGraphSharp.nuspec
More file actions
22 lines (22 loc) · 1.12 KB
/
GraphSharp.nuspec
File metadata and controls
22 lines (22 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>GraphSharp_Unofficial_NineTailLabs</id>
<version>2.0.0</version>
<title>GraphSharp (fork/unofficial package)</title>
<authors>palesz,andypelzer,NineTailLabs</authors>
<owners>NineTailLabs</owners>
<projectUrl>https://github.com/NinetailLabs/GraphSharp</projectUrl>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Graph layout framework and control. This fork is based on https://graphsharp.codeplex.com/. This is not an official release.</description>
<summary>Graph layout framework and control</summary>
<dependencies>
<dependency id="QuickGraph.NETStandard" version="3.8.0" />
</dependencies>
</metadata>
<files>
<file src="./Graph#.Controls/bin/Release/GraphSharp.dll" target="lib\net48" />
<file src="./Graph#.Controls/bin/Release/GraphSharp.Controls.dll" target="lib\net48" />
</files>
</package>