refactor: adapt to nuspec requirement for gallery publishing
This commit is contained in:
parent
2019f8c959
commit
69c2684ee7
29 changed files with 84 additions and 20 deletions
14
PSConfluencePublisher.nuspec
Executable file
14
PSConfluencePublisher.nuspec
Executable 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue