-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoop54.nuspec
More file actions
41 lines (41 loc) · 2.33 KB
/
Loop54.nuspec
File metadata and controls
41 lines (41 loc) · 2.33 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<package >
<metadata>
<id>Loop54.Connector</id>
<version>$version$</version>
<title>Loop54 Connector</title>
<authors>The Loop54 Group AB</authors>
<owners>The Loop54 Group AB</owners>
<license type="expression">BSD-3-Clause</license>
<projectUrl>https://github.com/LoopFiftyFour/.NET-Connector</projectUrl>
<icon>icons\Loop54.png</icon>
<!-- iconUrl is deprecated, but kept for backwards compatibility with old NuGet clients -->
<iconUrl>http://res.cloudinary.com/drfdb8pjs/image/upload/v1478781000/Loop54-Logotype-Square_hjt0pg.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Developer friendly API wrapper for the Loop54 eCommerce product search engine.</description>
<copyright>Copyright 2022, The Loop54 Group AB</copyright>
<tags>loop54 eCommerce product search</tags>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="13.0.1" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.1.1" />
<dependency id="Microsoft.AspNetCore.Http.Extensions" version="2.1.1" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.1.0" />
</group>
<group targetFramework=".NETFramework4.6.2">
<dependency id="System.ValueTuple" version="4.5.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="Loop54.NetFramework\bin\Release\Loop54.dll" target="lib\net462\Loop54.dll" />
<file src="Loop54.NetFramework\bin\Release\Loop54.pdb" target="lib\net462\Loop54.pdb" />
<file src="Loop54.NetFramework\bin\Release\Loop54.xml" target="lib\net462\Loop54.xml" />
<file src="Loop54.NetStandard\bin\Release\netstandard2.0\Loop54.dll" target="lib\netstandard2.0\Loop54.dll" />
<file src="Loop54.NetStandard\bin\Release\netstandard2.0\Loop54.pdb" target="lib\netstandard2.0\Loop54.pdb" />
<file src="Loop54.NetStandard\bin\Release\netstandard2.0\Loop54.xml" target="lib\netstandard2.0\Loop54.xml" />
<file src="icons\Loop54.png" target="icons\Loop54.png" />
</files>
</package>