forked from mono/SkiaSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSkiaSharp.HarfBuzz.nuspec
59 lines (52 loc) · 2.06 KB
/
SkiaSharp.HarfBuzz.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<!-- package -->
<id>SkiaSharp.HarfBuzz</id>
<title>SkiaSharp.HarfBuzz</title>
<version>1.0.0</version>
<description>
This package adds text shaping support to SkiaSharp via HarfBuzz.
</description>
<summary>
This package adds text shaping support to SkiaSharp via HarfBuzz.
</summary>
<releaseNotes>
Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release notes.
</releaseNotes>
<projectUrl>https://go.microsoft.com/fwlink/?linkid=868515</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?linkid=2130524</iconUrl>
<tags>xamarin graphics ios android windows uwp tvos watchos macos tizen cross-platform skiasharp harfbuzz</tags>
<!-- legal -->
<licenseUrl>https://go.microsoft.com/fwlink/?linkid=868514</licenseUrl>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<group targetFramework="net462">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="HarfBuzzSharp" version="1.0.0" />
</group>
<group targetFramework="netstandard1.3">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="HarfBuzzSharp" version="1.0.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="HarfBuzzSharp" version="1.0.0" />
</group>
</dependencies>
</metadata>
<files>
<!-- SkiaSharp.HarfBuzz.dll -->
<file src="lib/netstandard1.3/SkiaSharp.HarfBuzz.dll" />
<file src="lib/netstandard1.3/SkiaSharp.HarfBuzz.xml" />
<file src="lib/netstandard2.0/SkiaSharp.HarfBuzz.dll" />
<file src="lib/netstandard2.0/SkiaSharp.HarfBuzz.xml" />
<file src="lib/net462/SkiaSharp.HarfBuzz.dll" />
<file src="lib/net462/SkiaSharp.HarfBuzz.xml" />
<!-- legal -->
<file src="LICENSE.txt" />
</files>
</package>