-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathUiPath.PowerShell.nuspec
28 lines (28 loc) · 1.6 KB
/
UiPath.PowerShell.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
28
<?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>PSModule</tags>
</metadata>
<files>
<!-- PowerShellGet is not able to correctly use upstreams and public repos so we cannot use NuGet deps -->
<file src="Output\Release\netstandard2.0\UiPath.PowerShell.dll" target="lib\netstandard2.0"/>
<file src="Output\Release\netstandard2.0\UiPath.PowerShell.dll-Help.xml" target="lib\netstandard2.0"/>
<file src="Output\Release\netstandard2.0\UiPath.Web.Client.dll" target="lib\netstandard2.0"/>
<file src="Output\Release\netstandard2.0\Newtonsoft.Json.dll" target="lib\netstandard2.0"/>
<file src="Output\Release\netstandard2.0\Microsoft.Rest.ClientRuntime.dll" target="lib\netstandard2.0"/>
<file src="Output\Release\netstandard2.0\RestSharp.dll" target="lib\netstandard2.0"/>
<file src="Output\Release\netstandard2.0\UiPath.PowerShell.psd1" target="" exclude="" />
<file src="Output\Release\netstandard2.0\UiPath.BindingResolve.ps1" target="" exclude="" />
</files>
</package>