-
Notifications
You must be signed in to change notification settings - Fork 1
/
ApplicationInsightsManager.nuspec
27 lines (27 loc) · 1.73 KB
/
ApplicationInsightsManager.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package >
<metadata>
<id>Maverick.Azure.ApplicationInsightsManager</id>
<version>1.0.0</version>
<title>Application Insights Manager</title>
<authors>Danish Naglekar</authors>
<owners>Power-Maverick</owners>
<projectUrl>https://github.com/Power-Maverick/ApplicationInsightsManager</projectUrl>
<iconUrl>https://danishnaglekar.files.wordpress.com/2018/06/cropped-d-logos1.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/Power-Maverick/ApplicationInsightsManager/blob/master/LICENSE</licenseUrl>
<description>Create a new jscript file to track client insights by integrating it with Azure Application Insights. Bulk update all the required forms with the App Insights jscript.</description>
<summary>Create a new jscript file to track client insights by integrating it with Azure Application Insights. Bulk update all the required forms with the App Insights jscript.</summary>
<releaseNotes>$releasenotes$</releaseNotes>
<copyright>Copyright © Danish N | Power Maverick</copyright>
<tags>XrmToolBox Plugins, Application Insights, Azure</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2018.6.24" />
</dependencies>
</metadata>
<files>
<file src="ApplicationInsightsManager\bin\Release\Maverick.Azure.ApplicationInsightsManager.dll" target="lib\net462\Plugins" />
<file src="ApplicationInsightsManager\bin\Release\Scripts\D365Insights.js" target="lib\net462\Plugins\Maverick.Azure.ApplicationInsightsManager\script" />
<file src="ApplicationInsightsManager\bin\Release\Scripts\AI.Default.js" target="lib\net462\Plugins\Maverick.Azure.ApplicationInsightsManager\script" />
</files>
</package>