github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/chocolatey/testdata/TestNuspecBytes.nuspec.golden (about)

     1  <?xml version="1.0" encoding="utf-8"?>
     2  <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
     3    <metadata>
     4      <id>goreleaser</id>
     5      <version>1.12.3</version>
     6      <packageSourceUrl>https://github.com/goreleaser/goreleaser</packageSourceUrl>
     7      <owners>caarlos0</owners>
     8      <title>GoReleaser</title>
     9      <authors>caarlos0</authors>
    10      <projectUrl>https://goreleaser.com/</projectUrl>
    11      <iconUrl>https://raw.githubusercontent.com/goreleaser/goreleaser/main/www/docs/static/avatar.png</iconUrl>
    12      <copyright>2016-2022 Carlos Alexandro Becker</copyright>
    13      <licenseUrl>https://github.com/goreleaser/goreleaser/blob/main/LICENSE.md</licenseUrl>
    14      <requireLicenseAcceptance>true</requireLicenseAcceptance>
    15      <projectSourceUrl>https://github.com/goreleaser/goreleaser</projectSourceUrl>
    16      <docsUrl>https://github.com/goreleaser/goreleaser/blob/main/README.md</docsUrl>
    17      <bugTrackerUrl>https://github.com/goreleaser/goreleaser/issues</bugTrackerUrl>
    18      <tags>go docker homebrew golang package</tags>
    19      <summary>Deliver Go binaries as fast and easily as possible</summary>
    20      <description>GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.</description>
    21      <releaseNotes>This tag is only to keep version parity with the pro version, which does have a couple of bugfixes.</releaseNotes>
    22      <dependencies>
    23        <dependency id="nfpm" version="2.20.0" />
    24      </dependencies>
    25    </metadata>
    26    <files>
    27      <file src="tools\**" target="tools" />
    28    </files>
    29  </package>