-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFrends.Community.PaymentServices.OP.nuspec
30 lines (30 loc) · 1.73 KB
/
Frends.Community.PaymentServices.OP.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
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Frends.Community.PaymentServices.OP</id>
<version>1.1.0</version>
<title>FRENDS Payment Services for OP bank</title>
<authors>HiQ Finland</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FRENDS Payment Services for OP bank</description>
<summary />
<dependencies />
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="" />
<frameworkAssembly assemblyName="System" targetFramework="" />
<frameworkAssembly assemblyName="System.IO" targetFramework="" />
<frameworkAssembly assemblyName="System.Collections.Generic" targetFramework="" />
<frameworkAssembly assemblyName="System.Net." targetFramework="" />
<frameworkAssembly assemblyName="System.Security" targetFramework="" />
<frameworkAssembly assemblyName="System.ComponentModel" targetFramework="" />
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework="" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="" />
<frameworkAssembly assemblyName="System.Xml.Linq" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="Frends.Community.PaymentServices.OP\bin\release\Frends.Community.PaymentServices.OP.dll" target="lib\net452\Frends.Community.PaymentServices.OP.dll" />
<file src="Frends.Community.PaymentServices.OP\bin\release\Frends.Community.PaymentServices.OP.xml" target="lib\net452\Frends.Community.PaymentServices.OP.xml" />
<file src="FrendsTaskMetadata.json" target="FrendsTaskMetadata.json"/>
</files>
</package>