This repository was archived by the owner on Mar 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSytexa.DataTools.Plex.Wrap.nuspec
More file actions
28 lines (28 loc) · 1.51 KB
/
Sytexa.DataTools.Plex.Wrap.nuspec
File metadata and controls
28 lines (28 loc) · 1.51 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Sytexa.DataTools.Plex.Wrap</id>
<version>$version$</version>
<title>Wrap for Plex Manufacturing Cloud</title>
<authors>Sytexa LLC</authors>
<owners>Sytexa LLC</owners>
<licenseUrl>https://docs.sytexa.com/wrap/license.pdf</licenseUrl>
<iconUrl>https://docs.sytexa.com/wrap/img/wrap.ico</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Command-line utility for working with Plex Manufacturing Cloud data sources.</description>
<releaseNotes>-Fix "--to csv" flag on "ds exec" to correctly handle commas and quotes in output columns</releaseNotes>
<copyright>© 2017 Sytexa LLC</copyright>
<language>en-US</language>
<tags>utilities "Plex Manufacturing Cloud" "data sources" "web services"</tags>
</metadata>
<files>
<file src="packed\*.dll" exclude="" target="lib\net45\" />
<file src="packed\Squirrel.exe" target="lib\net45\Squirrel.exe" />
<file src="packed\Wrap.exe" target="lib\net45\Wrap.exe" />
<file src="packed\Wrap.exe.config" target="lib\net45\Wrap.exe.config" />
<file src="packed\defaults.json" target="lib\net45\defaults.json" />
<file src="docs\**" target="lib\net45\docs\" />
<file src="WrapLauncher.exe" target="lib\net45\WrapLauncher.exe" />
<file src="WrapLicense.pdf" target="lib\net45\WrapLicense.pdf" />
</files>
</package>