-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDataImport.nuspec
More file actions
31 lines (31 loc) · 1.63 KB
/
DataImport.nuspec
File metadata and controls
31 lines (31 loc) · 1.63 KB
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
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>JosephMerhej.DataImport</id>
<version>2.1.9197.28124</version>
<title>DataImport++</title>
<authors>Joseph Merhej and Andrew Howes</authors>
<owners>Joseph Merhej and Andrew Howes</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">GPL-3.0-only</license>
<readme>README.md</readme>
<icon>Resources\DataImport.png</icon>
<projectUrl>https://andyhowes.co/introducing-dataimport-v2</projectUrl>
<repository type="git" url="https://github.com/JosephMerhej/XTBPlugins.DataImport"/>
<description>Use Excel to create, update, upsert or delete records in Dataverse. Now with better logging, the ability to save and re use data maps, and faster data entry.</description>
<releaseNotes>V2.1 Enables users to import Statuscodes. V2 of DataImport++ added a new log table, the ability to save / load data maps, smoother mapping functionality, bug fixes and UI improvements.</releaseNotes>
<copyright>$copyright$</copyright>
<tags>XrmToolBox Plugin DataImport++ Data Import Upsert Create Delete Update Key Excel</tags>
<dependencies>
<group targetFramework=".NETFramework4.8">
<dependency id="XrmToolBoxPackage" version="1.2023.10.67" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\DataImport.dll" target="lib\net48\Plugins\" />
<file src="README.md" target="" />
<file src="Resources\DataImport.png" target="Resources\DataImport.png" />
<file src="bin\Release\Libraries\*.dll" target="lib\net48\Plugins\DataImport" />
</files>
</package>