Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created August 22, 2017 08:12
Show Gist options
  • Select an option

  • Save atzimler/32c3bc8334d18ab08492a858e972c88c to your computer and use it in GitHub Desktop.

Select an option

Save atzimler/32c3bc8334d18ab08492a858e972c88c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<package>
<metadata>
<id>ThirdPartyLibrary</id>
<version>2258.1</version>
<title>Package Title</title>
<authors>Acme Corporation</authors>
<owners>Acme Corporation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/atzimler/ReSharperAnnotations</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/atzimler/ReSharperAnnotations/master/LICENSE</licenseUrl>
<description>R# External Annotations for the ThirdPartyLibrary to help developing the best tools for catching a RoadRunner.</description>
<releaseNotes />
<copyright>Copyright 2258</copyright>
<dependencies>
<dependency id="Wave" version="[8.0]" />
</dependencies>
</metadata>
<files>
<file src="ThirdPartyLibrary.ExternalAnnotations.xml" target="DotFiles/ExternalAnnotations/ThirdPartyLibrary" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment