Skip to content

Commit

Permalink
Correcting nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
macacq committed Aug 6, 2016
1 parent e72af46 commit b771a16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Xrm.Sdk.PluginRegistration/Xrm.Sdk.PluginRegistration.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
<releaseNotes>First NuGet release.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>XrmToolBox Microsoft Dynamics CRM Plugin Registration Tool</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2016.6.29" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Plugins\$id$.dll" target="lib\net452\" exclude="Images\*" />
<file src="bin\Release\Plugins\$id$.dll" target="lib\net452\Plugins" />
</files>
</package>

0 comments on commit b771a16

Please sign in to comment.