-
Notifications
You must be signed in to change notification settings - Fork 11.3k
/
Copy pathsui.nuspec
27 lines (27 loc) · 1.39 KB
/
sui.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>sui</id>
<version>$version$</version>
<owners>sui</owners>
<title>Main Sui Binary</title>
<authors>sui</authors>
<projectUrl>https://sui.io/</projectUrl>
<licenseUrl>https://github.com/MystenLabs/sui/blob/main/LICENSE</licenseUrl>
<iconUrl>https://assets-global.website-files.com/6425f546844727ce5fb9e5ab/643775f4a15c9a9e10426daa_Sui_Favicon_256.png</iconUrl>
<projectSourceUrl>https://github.com/MystenLabs/sui/</projectSourceUrl>
<bugTrackerUrl>https://github.com/MystenLabs/sui/issues</bugTrackerUrl>
<tags>sui</tags>
<packageSourceUrl>https://community.chocolatey.org/packages/sui.portable</packageSourceUrl>
<summary>Run a local sui binary</summary>
<description>Sui is the first internet-scale programmable blockchain platform</description>
<releaseNotes>https://github.com/MystenLabs/sui/releases/tag/mainnet-v$version$</releaseNotes>
</metadata>
<files>
<file src="../target/release/sui.exe" target="bin/sui.exe" />
<file src="../LICENSE" target="bin/LICENSE.txt" />
<file src="./VERIFICATION.txt" target="bin/VERIFICATION.txt" />
</files>
</package>