-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathxavtool.nuspec
26 lines (26 loc) · 1.43 KB
/
xavtool.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>xavtool</id>
<version>1.2.1</version>
<title>xavtool</title>
<authors>gabrielrobert</authors>
<projectUrl>https://github.com/gabrielrobert/xavtool</projectUrl>
<iconUrl>https://raw.githubusercontent.com/gabrielrobert/xavtool/master/_assets/xavtool_64x64.png</iconUrl>
<projectSourceUrl>https://github.com/gabrielrobert/xavtool</projectSourceUrl>
<packageSourceUrl>https://github.com/gabrielrobert/xavtool</packageSourceUrl>
<docsUrl>https://github.com/gabrielrobert/xavtool</docsUrl>
<licenseUrl>https://github.com/gabrielrobert/xavtool/blob/master/LICENSE</licenseUrl>
<bugTrackerUrl>https://github.com/gabrielrobert/xavtool/issues</bugTrackerUrl>
<tags>xavtool xamarin ios android uwp semver versioning cordova</tags>
<summary>Xplat Automating Version Tool</summary>
<description>Command-line utility to automatically increase iOS / Android / UWP applications version written in Go.</description>
<releaseNotes>Visit https://github.com/gabrielrobert/xavtool/releases/latest</releaseNotes>
</metadata>
<files>
<file src="dist\windows_386\**" target="tools/x86" />
<file src="dist\windows_amd64\**" target="tools/x64" />
<file src="tools\LICENSE.txt" target="tools/" />
<file src="tools\VERIFICATION.txt" target="tools/" />
</files>
</package>