Created
June 21, 2020 16:31
-
-
Save HowardvanRooijen/b71b896377d21471d223a94ad9fab325 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> | |
| <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