github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/chocolatey/testdata/Test_buildNuspec.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 <title>GoReleaser</title> 7 <authors>caarlos0</authors> 8 <projectUrl>https://goreleaser.com/</projectUrl> 9 <requireLicenseAcceptance>false</requireLicenseAcceptance> 10 <tags>go docker homebrew golang package</tags> 11 <summary>Deliver Go binaries as fast and easily as possible</summary> 12 <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> 13 <dependencies> 14 <dependency id="nfpm" /> 15 </dependencies> 16 </metadata> 17 <files> 18 <file src="tools\**" target="tools" /> 19 </files> 20 </package>