Skip to content

Instantly share code, notes, and snippets.

@jlattimer
Created February 22, 2019 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlattimer/74bc8050fa8da6e4a0755d742c86ccf6 to your computer and use it in GitHub Desktop.
Save jlattimer/74bc8050fa8da6e4a0755d742c86ccf6 to your computer and use it in GitHub Desktop.
.nuspec file for the Chocolatey package from the D365 Plug-in Registration Tool #blog
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool.JL</id>
<title>Microsoft Dynamics 365 Plugin Registration Tool</title>
<version>9.0.2.11</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<summary>Plugin Registration Tool required to manage Plugin assemblies,Workflow assemblies,Virtual Entitles, and Service endpoints for Microsoft Dynamics 365.</summary>
<description>This package contains the following official Microsoft assemblies and has been authored by the Microsoft Dynamics 365 SDK team.
- Dynamics 365 Package Deployer</description>
<projectUrl>https://docs.microsoft.com/dynamics365/customer-engagement/developer/write-plugin-extend-business-processes</projectUrl>
<tags>Dynamics CRM 2016 SDK XRM 365</tags>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<licenseUrl>http://download.microsoft.com/download/E/1/8/E18C0FAD-FEC8-44CD-9A16-98EDC4DAC7A2/LicenseTerms.docx</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://secure.gravatar.com/avatar/08cb1de15b201ab761820bed22b61cb0?s=128</iconUrl>
<!--<dependencies>
<dependency id="" version="" />
</dependencies>-->
<releaseNotes>
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
<file src="*.zip" target="\" />
</files>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment