This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathyed.nuspec
52 lines (45 loc) · 2.5 KB
/
yed.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>yed</id>
<title>yEd</title>
<version>3.25.1</version>
<authors>yWorks</authors>
<owners>Miodrag Milic</owners>
<summary>yEd Graph Editor: High-quality diagrams made easy</summary>
<description><
## Package parameters
- `/NoShortcut` - Do not create desktop shortcut
- `/NoStartMenu` - Do not create start menu shortcut
- `/Associate` - Associate files with yed
## Notes
- Only the last version works.

]]></description>
<projectUrl>http://www.yworks.com/en/products/yfiles/yed</projectUrl>
<tags>admin graph chart uml bpmn freeware cross-platform office</tags>
<copyright>http://www.yworks.com</copyright>
<licenseUrl>https://www.yworks.com/products/yed/license.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/majkinetor/chocolatey/yed/icon.png</iconUrl>
<dependencies>
<dependency id="jre8" version="8.0.321" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
<releaseNotes>See https://www.yworks.com/products/yed/download#ReleaseNotes</releaseNotes>
<mailingListUrl>http://yed.yworks.com/support/qa/</mailingListUrl>
<docsUrl>http://yed.yworks.com/support/manual/index.html</docsUrl>
<packageSourceUrl>https://github.com/majkinetor/chocolatey/tree/master/yed</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>