-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgroupsharekit.nuspec
More file actions
42 lines (42 loc) · 2.24 KB
/
Copy pathgroupsharekit.nuspec
File metadata and controls
42 lines (42 loc) · 2.24 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
42
<?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="13.0.4" />
<dependency id="System.ComponentModel.Annotations" version="5.0.0" />
<dependency id="System.Net.Http" version="4.3.4" />
<dependency id="System.Text.Json" version="10.0.8" />
</group>
<group targetFramework="net48">
<dependency id="Newtonsoft.Json" version="13.0.4" />
<dependency id="System.ComponentModel.Annotations" version="5.0.0" />
<dependency id="System.Net.Http" version="4.3.4" />
<dependency id="System.Text.Json" version="10.0.8" />
</group>
</dependencies>
</metadata>
<files>
<file src="Sdl.Community.GroupShareKit\bin\Release\net48\Sdl.Core.Bcm.BcmModel.dll" target="lib\net48" />
<file src="Sdl.Community.GroupShareKit\bin\Release\net48\Sdl.TmService.Sdk.dll" target="lib\net48" />
<file src="Sdl.Community.GroupShareKit\bin\Release\net48\Sdl.Community.GroupShareKit.dll" target="lib\net48" />
<file src="Sdl.Community.GroupShareKit\bin\Release\netstandard2.0\Sdl.Core.Bcm.BcmModel.dll" target="lib\netstandard2.0" />
<file src="Sdl.Community.GroupShareKit\bin\Release\netstandard2.0\Sdl.TmService.Sdk.dll" target="lib\netstandard2.0" />
<file src="Sdl.Community.GroupShareKit\bin\Release\netstandard2.0\dl.Community.GroupShareKit.dll" target="lib\netstandard2.0" />
<file src="GroupShareKit.png" target="" />
</files>
</package>