forked from mono/SkiaSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSkiaSharp.Views.Gtk3.nuspec
48 lines (41 loc) · 1.71 KB
/
SkiaSharp.Views.Gtk3.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<!-- package -->
<id>SkiaSharp.Views.Gtk3</id>
<title>SkiaSharp Views & Layers for GTK# 3</title>
<version>1.0.0</version>
<description>
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
</description>
<summary>
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
</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>ui xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp</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="netstandard2.0">
<dependency id="SkiaSharp" version="1.0.0" />
<dependency id="SkiaSharp.Views.Desktop.Common" version="1.0.0" />
<dependency id="GtkSharp" version="3.22.24.37" />
</group>
</dependencies>
</metadata>
<files>
<!-- SkiaSharp.Views.*.dll -->
<file src="lib/netstandard2.0/SkiaSharp.Views.Gtk3.dll" />
<file src="lib/netstandard2.0/SkiaSharp.Views.Gtk3.xml" />
<!-- legal -->
<file src="LICENSE.txt" />
</files>
</package>