This commit is contained in:
Rodweil, Theodor 2023-07-30 16:16:55 +02:00
commit 17266ecb99
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
30 changed files with 1731 additions and 0 deletions

14
.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>ConfluencePublisher</id>
<version>1.1.0</version>
<description>Übergangslösung für die Integration von sphinx-confluencebuilder generierter Confluence Dokumentation</description>
<authors>tiara.rodney@adesso.de</authors>
<owners>irina.ternovykh@vkb.de</owners>
<license type="expression">UNLICENSED</license>
<readme>README.md</readme>
<copyright>VKBit Betrieb GmbH</copyright>
<title>Powershell Confluence Publisher</title>
</metadata>
</package>