github.com/teknogeek/dnscontrol/v2@v2.10.1-0.20200227202244-ae299b55ba42/dnscontrol.nuspec (about)

     1  <?xml version="1.0" encoding="utf-8"?>
     2  
     3  <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
     4    <metadata>
     5      <id>dnscontrol</id>
     6      <version>0.0.0</version>
     7      <title>DnsControl</title>
     8      <authors>Stack Overflow</authors>
     9      <projectUrl>https://github.com/stackexchange/dnscontrol</projectUrl>
    10      <copyright>2020</copyright>
    11      <licenseUrl>https://github.com/StackExchange/dnscontrol/blob/master/LICENSE</licenseUrl>
    12      <requireLicenseAcceptance>true</requireLicenseAcceptance>
    13      <projectSourceUrl>https://github.com/stackexchange/dnscontrol</projectSourceUrl>
    14      <docsUrl>https://stackexchange.github.io/dnscontrol/</docsUrl>
    15      <tags>dns</tags>
    16      <summary>Synchronize your DNS to multiple providers from a simple DSL</summary>
    17      <description>This package simply installs the dnscontrol tool on your system</description>
    18    </metadata>
    19    <files>
    20      <file src="dnscontrol.exe" target="tools" />
    21      <!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
    22    </files>
    23  </package>