refactor: adapt to nuspec requirement for gallery publishing

This commit is contained in:
Rodweil, Theodor 2023-08-07 03:45:19 +02:00
parent 2019f8c959
commit 69c2684ee7
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
29 changed files with 84 additions and 20 deletions

14
PSConfluencePublisher.nuspec Executable file
View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>PSConfluencePublisher</id>
<version>1.1.0</version>
<description>standalone publisher for xconfluencebuilder</description>
<authors>theodor.rodweil@victory-k.it</authors>
<owners>Theodor Rodweil</owners>
<license type="expression">DL-DE-BY-2.0</license>
<readme>README.md</readme>
<copyright>Victory Karma IT</copyright>
<title>Powershell Confluence Publisher</title>
</metadata>
</package>