Skip to content

Instantly share code, notes, and snippets.

@HowardvanRooijen
Created June 21, 2020 16:31
Show Gist options
  • Select an option

  • Save HowardvanRooijen/b71b896377d21471d223a94ad9fab325 to your computer and use it in GitHub Desktop.

Select an option

Save HowardvanRooijen/b71b896377d21471d223a94ad9fab325 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<package>
<metadata>
<id>MyApp.dll</id>
<version>1.0.0</version>
<authors>Pascal</authors>
<owners>Pascal</owners>
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Package description</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>Tag1 Tag2</tags>
<dependencies>
<dependency id="SampleDependency" version="1.0"/>
</dependencies>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment