github.com/versent/saml2aws@v2.17.0+incompatible/choco/saml2aws.nuspec (about)

     1  <?xml version="1.0" encoding="utf-8"?>
     2  
     3  <!-- 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. -->
     4  <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
     5    <metadata>
     6      <id>saml2aws</id>
     7      <version>$version$</version>
     8      <packageSourceUrl>https://github.com/Versent/saml2aws</packageSourceUrl>
     9      <!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
    10      <owners>Versent, https://github.com/Versent</owners>
    11      <title>saml2aws (Install)</title>
    12      <authors>Mark Wolfe, https://github.com/wolfeidau</authors>
    13      <projectUrl>https://github.com/Versent/saml2aws</projectUrl>
    14      <licenseUrl>https://github.com/versent/saml2aws/blob/master/LICENSE.md</licenseUrl>
    15      <requireLicenseAcceptance>true</requireLicenseAcceptance>
    16      <projectSourceUrl>https://github.com/Versent/saml2aws</projectSourceUrl>
    17      <tags>saml2aws admin aws saml CLI</tags>
    18      <summary>CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP</summary>
    19      <description>CLI tool which enables you to login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP</description>
    20    </metadata>
    21    <files>
    22      <!-- this section controls what actually gets packaged into the Chocolatey package -->
    23      <file src="src\**" target="src" />
    24      <!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
    25    </files>
    26  </package>