Files
Pilz/Pilz.UI/Pilz.UI-NuGet/PaintingControls.nuspec

27 lines
1.2 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>PaintingControls</id>
<version>1.0.0.0</version>
<title>PaintingControls</title>
<authors>Pilzinsel64</authors>
<owners>Pilzinsel64</owners>
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://www.nuget.org/packages/PaintingControls/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Create an PaintingControl and add several PaintingObjects containing visual objects.
The PaintingControl has some user actions that can be enabled/disabled.
Also you can completly customize the drawing process of an PaintingObject.
It is very simple to use.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © Pilzinsel64 2018</copyright>
<tags>control object paint visual</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2"/>
</dependencies>
<summary>PaintingControls is a simple way to paint and control visual objects.</summary>
</metadata>
<files>
<file src="lib\**" target="lib/" />
</files>
</package>