summaryrefslogtreecommitdiffstats
path: root/act-cli.nuspec
blob: 1a48927bf95d473fb75b31fdc8a73138adeb4787 (plain)
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"?>
<!-- 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>act-cli</id>
    <version>0.0.0</version>
    <packageSourceUrl>https://github.com/nektos/act</packageSourceUrl>
    <owners>nektos</owners>
    <title>act (GitHub Actions CLI)</title>
    <authors>nektos</authors>
    <projectUrl>https://github.com/nektos/act</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/wiki/nektos/act/img/logo-150.png</iconUrl>
    <copyright>Nektos</copyright>
    <licenseUrl>https://raw.githubusercontent.com/nektos/act/master/LICENSE</licenseUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <projectSourceUrl>https://github.com/nektos/act</projectSourceUrl>
    <docsUrl>https://raw.githubusercontent.com/nektos/act/master/README.md</docsUrl>
    <bugTrackerUrl>https://github.com/nektos/act/issues</bugTrackerUrl>
    <tags>act github-actions actions golang ci devops</tags>
    <summary>Run your GitHub Actions locally ๐Ÿš€</summary>
    <description>Run your GitHub Actions locally ๐Ÿš€</description>
  </metadata>
  <files>
    <file src="tools/**" target="tools" />
  </files>
</package>