Skip to content

Instantly share code, notes, and snippets.

@plioi
Created March 22, 2012 03:03
Show Gist options
  • Save plioi/2155348 to your computer and use it in GitHub Desktop.
Save plioi/2155348 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<package>
<metadata>
<id>Enumeration</id>
<version>1.0.4</version>
<authors>Headspring</authors>
<owners>Headspring</owners>
<licenseUrl>https://github.com/HeadspringLabs/Enumeration/blob/master/content/Headspring/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/HeadspringLabs/Enumeration</projectUrl>
<iconUrl>https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2010/May/14/spray_avatar.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A utility class. Common uses include Java-like enumerations, dispatch table, flyweight, and drop-down list items/select options.</description>
<tags>utility enumeration</tags>
</metadata>
<files>
<file src="Enumeration.cs" target="content\Headspring\Enumeration.cs" />
<file src="LICENSE.txt" target="content\Headspring\LICENSE.txt" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment