-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPSWinCom.Gateway.Client.MessageFormatters.nuspec
More file actions
24 lines (24 loc) · 1.52 KB
/
PSWinCom.Gateway.Client.MessageFormatters.nuspec
File metadata and controls
24 lines (24 loc) · 1.52 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>PSWinCom.Gateway.Client.MessageFormatters</id>
<version>2.0.14</version>
<title>PSWinCom Gateway Client MessageFormatters Helper</title>
<authors>LINK Mobility AS</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Helpers for generating text for special message types, ready for sending using PSWinCom Gateway Client</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 wappush messaging</tags>
<dependencies>
<group targetFramework=".NETFramework3.5, .NETFramework4.0, .NETFramework4.5">
<dependency id="PSWinCom.Gateway.Client" version="2.0.4" />
</group>
</dependencies>
</metadata>
<files>
<file src="PSWinCom.Gateway.Client.MessageFormatters\bin\Release\PSWinCom.Gateway.Client.MessageFormatters.dll" target="lib\net35\PSWinCom.Gateway.Client.MessageFormatters.dll" />
<file src="PSWinCom.Gateway.Client.MessageFormatters.NetStandard20\bin\Release\netstandard2.0\PSWinCom.Gateway.Client.MessageFormatters.dll" target="lib\netstandard2.0\PSWinCom.Gateway.Client.MessageFormatters.dll" />
</files>
</package>