System.Graphics/build/JonLipsky.System.Graphics.G...

27 строки
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>JonLipsky.Microsoft.Maui.Graphics.GDI.Winforms</id>
<version>$version$</version>
<title>JonLipsky.Microsoft.Maui.Graphics.GDI.Winforms</title>
<authors>Jon Lipsky</authors>
<owners>jonlipsky</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>GDI support for Microsoft.Maui.Graphics on WinForms</description>
<summary>GDI support for Microsoft.Maui.Graphics on WinForms</summary>
<copyright>Jon Lipsky</copyright>
<projectUrl>https://github.com/dotnet/Microsoft.Maui.Graphics</projectUrl>
<repository type="git" url="https://github.com/dotnet/Microsoft.Maui.Graphics"/>
<license type="expression">MIT</license>
<language>C#</language>
<dependencies>
<group>
<dependency id="JonLipsky.Microsoft.Maui.Graphics" version="$version$"/>
</group>
</dependencies>
</metadata>
<files>
<file src="src/Microsoft.Maui.Graphics.GDI.Winforms/bin/Release/net5.0-windows/Microsoft.Maui.Graphics.GDI.Winforms.dll"/>
<file src="src/Microsoft.Maui.Graphics.GDI.Winforms/bin/Release/net5.0-windows/Microsoft.Maui.Graphics.GDI.Winforms.pdb"/>
</files>
</package>