Projektdateien hinzufügen.

This commit is contained in:
Kevin Krüger
2022-06-01 14:12:22 +02:00
parent ee5602434c
commit c66c939707
5 changed files with 166 additions and 0 deletions

17
PTConverter.Plugin.nuspec Normal file
View File

@@ -0,0 +1,17 @@
<?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>