Skip to content

Instantly share code, notes, and snippets.

@karaaie
Created June 15, 2014 09:57
Show Gist options
  • Save karaaie/94d197cd776b319d149b to your computer and use it in GitHub Desktop.
Save karaaie/94d197cd776b319d149b to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>helloworldsite</id>
<title>HelloWorldSite</title>
<version>1.0.0</version>
<authors>Kamil Hakim</authors>
<owners>Kamil Hakim</owners>
<summary>This is a HelloWorld IIS Site</summary>
<description>Your descriptions here</description>
<projectUrl>http://www.myapp.tld</projectUrl>
<tags>workflow</tags>
<licenseUrl>http://www.myapp.tld/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://www.myapp.tld/logo.png</iconUrl>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment