This repository was archived by the owner on Aug 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathMigraDoc.nuspec
More file actions
30 lines (30 loc) · 2.06 KB
/
MigraDoc.nuspec
File metadata and controls
30 lines (30 loc) · 2.06 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
<?xml version="1.0"?>
<package >
<metadata>
<id>PDFsharp-MigraDoc-GDI-dasz</id>
<version>1.32.3886.0</version>
<authors>empira Software GmbH</authors>
<licenseUrl>http://www.pdfsharp.net/MigraDoc_License.ashx</licenseUrl>
<projectUrl>https://github.com/DavidS/MigraDoc</projectUrl>
<iconUrl>http://www.pdfsharp.net/resources/MigraDoc-Logo-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>The popular PDF library with a few fixes.</summary>
<description>This version is modified to fix a few bugs by dasz.at. Original description: MigraDoc Foundation - the Open Source .NET library that easily creates documents based on an object model with paragraphs, tables, styles, etc. and renders them into PDF or RTF. This is PDFsharp and MigraDoc based on GDI+.</description>
<releaseNotes>
* Mark DdlReaderErrors as CLSCompliant
</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>PDFsharp MigraDoc PDF RTF document creation</tags>
</metadata>
<files>
<file src="MigraDoc\code\TestFormsApplication\bin\Release\de\MigraDoc.DocumentObjectModel.resources.dll" target="lib\net35\de" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\de\MigraDoc.Rendering.resources.dll" target="lib\net35\de" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\de\PdfSharp.Charting.resources.dll" target="lib\net35\de" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\de\PdfSharp.resources.dll" target="lib\net35\de" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\MigraDoc.DocumentObjectModel.dll" target="lib\net35" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\MigraDoc.Rendering.dll" target="lib\net35" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\MigraDoc.RtfRendering.dll" target="lib\net35" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\PdfSharp.Charting.dll" target="lib\net35" />
<file src="MigraDoc\code\TestFormsApplication\bin\Release\PdfSharp.dll" target="lib\net35" />
</files>
</package>