forked from UiPath/orchestrator-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUiPath.PowerShell.nuspec
More file actions
21 lines (21 loc) · 924 Bytes
/
UiPath.PowerShell.nuspec
File metadata and controls
21 lines (21 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package>
<metadata>
<id>UiPath.PowerShell</id>
<version>$Version$</version>
<title>UiPath.PowerShell</title>
<authors>UiPath</authors>
<owners>UiPath</owners>
<licenseUrl>https://github.com/UiPath/orchestrator-powershell/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/uipath/orchestrator-powershell</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>false</developmentDependency>
<description>An easy to use PowerShell API client for UiPath Orchestrator</description>
<copyright>UiPath</copyright>
<tags>UiPath Orchestrator PowerShell API client </tags>
</metadata>
<files>
<file src="Output\Release\*.*" target="lib\net452" exclude="**\*Test*;**\*.psd1" />
<file src="Output\Release\UiPath.PowerShell.psd1" target="" exclude="" />
</files>
</package>