Created
June 15, 2014 09:57
-
-
Save karaaie/94d197cd776b319d149b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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