psconfluencepublisher/PSConfluencePublisher.nuspec
Rodweil, Theodor 46b1b7c83f
refactor: make this a valid nuget package for Powershell gallery
feat: add build environment scripts
2023-08-07 20:56:50 +02:00

19 lines
746 B
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>victorykit.PSConfluencePublisher</id>
<title>victorykit.PSConfluencePublisher</title>
<version>1.1.0</version>
<description>standalone publisher for xconfluencebuilder</description>
<authors>Victory Karma IT</authors>
<owners>Theodor Rodweil</owners>
<license type="expression">DL-DE-BY-2.0</license>
<readme>.\README.md</readme>
<copyright>Victory Karma IT</copyright>
<tags>PowerShell</tags>
</metadata>
<files>
<file src="src\**\*" target="."/>
<file src="README.md" target="." />
</files>
</package>