-
Notifications
You must be signed in to change notification settings - Fork 0
/
cass.nuspec
27 lines (27 loc) · 1.32 KB
/
cass.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>cass</id>
<version>4.0.0</version>
<title>CaSS</title>
<authors>cassproject</authors>
<owners>Fritz Ray</owners>
<licenseUrl>https://cdn.rawgit.com/cassproject/CASS/4658d289/LICENSE</licenseUrl>
<projectUrl>http://www.cassproject.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/cassproject/CASS/4658d289/src/main/webapp/favicon.ico?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Competency and Skills System (CaSS) Repository.</description>
<summary>Competency and Skills System (CaSS) Repository.</summary>
<releaseNotes>https://docs.google.com/document/d/e/2PACX-1vSqyxr3Mb12rw1cHNIMYJ5qwEy-uUZRx4gRN-lfJrWDbMOaTh5LouzatdQpUFE39xCNIBwwQdCz_UX5/pub?embedded=true</releaseNotes>
<tags>cass competency cassproject skills knowledge ability abilities skill</tags>
<packageSourceUrl>https://github.com/cassproject/cass-chocolatey</packageSourceUrl>
<dependencies>
<dependency id="elasticsearch" version="7.16.2" />
<dependency id="nodejs" />
<dependency id="git" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>