-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathPackage.nuspec
29 lines (28 loc) · 1.11 KB
/
Package.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
<?xml version="1.0"?>
<package >
<metadata>
<id>GoPay.NET</id>
<version>1.3.2</version>
<authors>Stanislav Kouba, Frantisek Sichinger, Patrik Maryska</authors>
<owners>GoPay s.r.o.</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/gopaycommunity/gopay-dotnet-api</projectUrl>
<icon>images/icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>GoPay .NET sdk</description>
<releaseNotes>Updated version of dependencies</releaseNotes>
<copyright>Copyright 2024</copyright>
<tags>GoPay Platebni brana</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="RestSharp" version="112.1.0"/>
<dependency id="RestSharp.Serializers.NewtonsoftJson" version="112.1.0"/>
</group>
</dependencies>
</metadata>
<files>
<file src="GoPay.net-sdk\bin\Release\netstandard2.0\GoPay.net-sdk.dll" target="lib\netstandard2.0\GoPay.net-sdk.dll" />
<file src="./icon.png" target="images\" />
</files>
</package>