-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy pathWpfGraphControl.nuspec
More file actions
51 lines (51 loc) · 2.34 KB
/
WpfGraphControl.nuspec
File metadata and controls
51 lines (51 loc) · 2.34 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<package>
<metadata>
<id>Msagl.WpfGraphControl</id>
<version>BuildVersion</version>
<authors>levnach</authors>
<owners>Microsoft</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Microsoft/automatic-graph-layout</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The MSAGL WpfGraphControl lets you visualize graphs and has and some other rendering functionality.
Key features:
(1) Pan and Zoom
(2) Navigate Forward and Backward
(3) tooltips and highlighting on graph entities
(4) Search for and focus on graph entities
(5) Collapse and opening of subgraphs
(6) Graph editing</description>
<releaseNotes>The release contains bug fixes and code cleanup. Some defines like TEST_MSAGL were removed.</releaseNotes>
<language>en-US</language>
<tags>MSAGL Graph Layout</tags>
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net6.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net8.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net9.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net10.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
</dependencies>
<frameworkReferences>
<group targetFramework="net6.0-windows7.0">
<frameworkReference name="Microsoft.WindowsDesktop.App.WPF" />
</group>
</frameworkReferences>
</metadata>
<files>
<file src="./bin/Release/net472/Microsoft.Msagl.WpfGraphControl.dll" target="lib\net472" />
<file src="./bin/Release/net6.0-windows/Microsoft.Msagl.WpfGraphControl.dll" target="lib\net6.0-windows7.0" />
<file src="./bin/Release/net8.0-windows/Microsoft.Msagl.WpfGraphControl.dll" target="lib\net8.0-windows7.0" />
<file src="./bin/Release/net9.0-windows/Microsoft.Msagl.WpfGraphControl.dll" target="lib\net9.0-windows7.0" />
<file src="./bin/Release/net10.0-windows/Microsoft.Msagl.WpfGraphControl.dll" target="lib\net10.0-windows7.0" />
</files>
</package>