-
Notifications
You must be signed in to change notification settings - Fork 2
/
wash.nuspec
27 lines (25 loc) · 1.48 KB
/
wash.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"?>
<!-- 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/2015/06/nuspec.xsd">
<metadata>
<id>wash</id>
<version>0.37.0</version>
<title>wash</title>
<authors>wasmCloud Maintainers</authors>
<projectUrl>https://wasmcloud.com</projectUrl>
<iconUrl>https://wasmcloud.com/img/wasmcloud_icon.png</iconUrl>
<licenseUrl>https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli</projectSourceUrl>
<packageSourceUrl>https://github.com/wasmCloud/chocolatey-wash</packageSourceUrl>
<docsUrl>https://wasmcloud.com</docsUrl>
<bugTrackerUrl>https://github.com/wasmCloud/wasmCloud/issues?q=is%3Aopen+is%3Aissue+label%3Awash-cli</bugTrackerUrl>
<tags>wash wasmCloud wasm</tags>
<summary>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</summary>
<description>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</description>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-v0.37.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>