|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
3 |
| - <metadata minClientVersion="2.5"> |
| 3 | + <metadata minClientVersion="2.8"> |
4 | 4 | <id>SharpVectors.Reloaded</id>
|
5 | 5 | <version>$version$</version>
|
6 | 6 | <title>SharpVectors</title>
|
7 | 7 | <authors>Elinam LLC (Japan)</authors>
|
8 | 8 | <owners>SharpVectors Team</owners>
|
9 | 9 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
10 | 10 | <description>A library for parsing, converting and viewing SVG files in WPF and WinForms applications.</description>
|
11 |
| - <licenseUrl>https://github.com/ElinamLLC/SharpVectors/blob/master/License.md</licenseUrl> |
| 11 | + <license type="expression">BSD-3-Clause</license> |
12 | 12 | <projectUrl>https://github.com/ElinamLLC/SharpVectors</projectUrl>
|
13 |
| - <iconUrl>https://github.com/ElinamLLC/SharpVectors/blob/master/Images/SharpVectors.png?raw=true</iconUrl> |
14 |
| - <copyright>Copyright (c) 2010 - 2018 Elinam LLC</copyright> |
| 13 | + <icon>images\SharpVectors64.png</icon> |
| 14 | + <copyright>Copyright (c) 2010 - 2019 Elinam LLC</copyright> |
15 | 15 | <releaseNotes>
|
| 16 | + Release 1.4.0 |
| 17 | + * Design time update to SvgImage and SvgImageConverter. |
| 18 | + * Adding support for href in addition to the xlink:href (as in SVG 2) |
| 19 | + * Improvements in the WPF runtime library |
| 20 | + - ZoomPanControl is updated to the latest version |
| 21 | + - SvgImage renamed to SvgImageNameScope (not SvgImageExtension in converter library) |
| 22 | + * GDI+ Rendering: Resumed the developments of this renderer |
| 23 | + - Code Refactoring, improvements and bug fixes |
| 24 | + - Improvements in the SvgPictureBox control |
| 25 | + * WPF Rendering: Initial support for SVG fonts |
| 26 | + * New Points and Path Parsers (based on Batik path parsing) |
| 27 | + - Introduced new points and paths parser for better error handling |
| 28 | + - Removed the fallback for the WPF PathGeometry parser |
| 29 | + * Introduced WpfDrawingDocument to manage drawing information |
| 30 | + - This will simply the search for ID and provide hit-testing |
| 31 | + - This preserves the format of the SVG ID, x:Name must comply to variable naming |
| 32 | + * Introduced EmbeddedImageSerializerVisitor to serialize embedded images to file, where required |
| 33 | + * Improved color syntax support |
| 34 | + - Support for all color syntaxes: rgb, rgba, hsl, hsla |
| 35 | + - Fixed the reported issues #99, #112 |
| 36 | + * Issue #111: Trim for quotes to ResolveUri methods (fixed by @mmatriccino) |
| 37 | + * Several bug fixes and code improvements |
| 38 | + |
16 | 39 | Release 1.3.0
|
17 | 40 | * Support for fallback paint server.
|
18 | 41 | * Issue #81: Mouse Click on DOM Element.
|
|
44 | 67 | * Added marker support.
|
45 | 68 | </releaseNotes>
|
46 | 69 | <tags>svg .net wpf svg2xaml svg2wpf xaml</tags>
|
| 70 | + <dependencies> |
| 71 | + <group targetFramework=".NETFramework4.0" /> |
| 72 | + </dependencies> |
47 | 73 | </metadata>
|
48 | 74 | <files>
|
49 | 75 | <file src="..\Output\SharpVectors.Converters.Wpf.dll" target="lib\net40"/>
|
|
63 | 89 | <file src="..\Output\SharpVectors.Rendering.Gdi.xml" target="lib\net40"/>
|
64 | 90 | <file src="..\Output\SharpVectors.Rendering.Wpf.xml" target="lib\net40"/>
|
65 | 91 | <file src="..\Output\SharpVectors.Runtime.Wpf.xml" target="lib\net40"/>
|
| 92 | + |
| 93 | + <file src="..\Images\SharpVectors64.png" target="images"/> |
66 | 94 | </files>
|
67 | 95 | </package>
|
0 commit comments