-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.nuspec
More file actions
24 lines (22 loc) · 930 Bytes
/
.nuspec
File metadata and controls
24 lines (22 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Avae.Printables.Xps</id>
<version>1.0.1</version>
<title>Avae Printables.Xps</title>
<authors>cedric56</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Avalonia print functionalities</description>
<summary>Avalonia print functionalities</summary>
<releaseNotes>Initial release of avae printables package</releaseNotes>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<license type="expression">MIT</license>
<dependencies>
<group targetFramework="net8.0" />
</dependencies>
</metadata>
<files>
<!-- README file -->
<file src="content\PdfSharp.SharpZipLib\ReadMe.txt" target="lib\net8.0-windows10.0.19041\Avae.Printables.Xps\PdfSharp.SharpZipLib\" />
</files>
</package>