Files
PTConverter.Plugin/PTConverter.Plugin.nuspec
2022-06-01 14:12:22 +02:00

17 lines
679 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>$id$</id>
<version>1.0.4</version>
<title>PTConverter.Plugin</title>
<authors>Kevin Krüger</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://git.peacetoke.com/PeaceToke/PTConverter</projectUrl>
<!-- <iconUrl>http://icon_url_here_or_delete_this_line/</iconUrl> -->
<description>A Package to create a Plugin for PTConverter.</description>
<releaseNotes>Projectwebsite updated.</releaseNotes>
<copyright>Kevin Krüger</copyright>
<tags>PTConverter Plugin</tags>
</metadata>
</package>