-
Notifications
You must be signed in to change notification settings - Fork 21
/
groupsharekit.nuspec
36 lines (36 loc) · 1.66 KB
/
groupsharekit.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
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.12">
<id>GroupShareKit</id>
<version>$version$</version>
<authors>Sdl Community</authors>
<owners>SDL</owners>
<title>GroupShareKit</title>
<summary>A GroupShare API client library for .NET</summary>
<licenseUrl>https://github.com/sdl/groupsharekit.net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/sdl/groupsharekit.net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A GroupShare API client library for .NET</description>
<copyright>Copyright Sdl Community 2022</copyright>
<tags>Trados GroupShare</tags>
<icon>GroupShareKit.png</icon>
<repository type="$RepositoryType$" url="$RepositoryUrl$" commit="$RepositoryCommit$" />
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Newtonsoft.Json" version="11.*"/>
<dependency id="System.Net.Http" version="4.3.*"/>
</group>
<group targetFramework="net4.8">
<dependency id="Newtonsoft.Json" version="11.*"/>
<dependency id="System.Net.Http" version="4.3.*"/>
</group>
</dependencies>
</metadata>
<files>
<file src="Sdl.Community.GroupShareKit\bin\Release\net48\*.dll" target="lib\net48" />
<file src="Sdl.Community.GroupShareKit\bin\Release\net48\*.xml" target="lib\net48" />
<file src="Sdl.Community.GroupShareKit\bin\Release\netstandard2.0\*.dll" target="lib\netstandard2.0" />
<file src="Sdl.Community.GroupShareKit\bin\Release\netstandard2.0\*.xml" target="lib\netstandard2.0" />
<file src="GroupShareKit.png" target="" />
</files>
</package>