-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPSWinCom.Gateway.Client.nuspec
More file actions
21 lines (21 loc) · 1.35 KB
/
PSWinCom.Gateway.Client.nuspec
File metadata and controls
21 lines (21 loc) · 1.35 KB
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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>PSWinCom.Gateway.Client</id>
<version>2.0.14</version>
<title>PSWinCom Gateway Client</title>
<authors>LINK Mobility AS</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.net gateway client for the PSWinCom XML api</description>
<copyright>LINK Mobility AS</copyright>
<licenseUrl>https://raw.githubusercontent.com/PSWinCom/PSWinComGatewayClient/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/PSWinCom/PSWinComGatewayClient</projectUrl>
<tags>pswincom gateway sms messaging</tags>
</metadata>
<files>
<file src="PSWinCom.Gateway.Client\bin\Release\PSWinCom.Gateway.Client.dll" target="lib\net45\PSWinCom.Gateway.Client.dll" />
<file src="PSWinCom.Gateway.Client.Net40\bin\Release\PSWinCom.Gateway.Client.dll" target="lib\net40\PSWinCom.Gateway.Client.dll" />
<file src="PSWinCom.Gateway.Client.Net35\bin\Release\PSWinCom.Gateway.Client.Net35.dll" target="lib\net35\PSWinCom.Gateway.Client.dll" />
<file src="PSWinCom.Gateway.Client.NetCoreApp20\bin\Release\netcoreapp2.0\PSWinCom.Gateway.Client.dll" target="lib\netcoreapp2.0\PSWinCom.Gateway.Client.dll" />
</files>
</package>