fix: update package manifest to make powershellgallery happy
This commit is contained in:
parent
0b3f654bc2
commit
08dc46ca35
2 changed files with 20 additions and 11 deletions
|
|
@ -1,20 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>victorykit.PSConfluencePublisher</id>
|
||||
<title>victorykit.PSConfluencePublisher</title>
|
||||
<title>PSConfluencePublisher</title>
|
||||
<version>1.0.0</version>
|
||||
<description>standalone publisher for xconfluencebuilder</description>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description> Standalone Atlassian Confluence publisher component for the
|
||||
victorykit-xconfluencebuilder Sphinx extension, which is a (temporary )
|
||||
drop-in replacement for sphinxcontrib.confluencebuilder. See
|
||||
https://bitbucket.org/victorykit/psconfluencepublisher/src/master/README.md
|
||||
, for a full description.</description>
|
||||
<projectUrl>https://bitbucket.org/victorykit/psconfluencepublisher</projectUrl>
|
||||
<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>
|
||||
<owners>Victory Karma IT</owners>
|
||||
<authors>Theodor Rodweil</authors>
|
||||
<licenseUrl>https://bitbucket.org/victorykit/psconfluencepublisher/src/master/LICENSE</licenseUrl>
|
||||
<readme>README.md</readme>
|
||||
<releaseNotes>See
|
||||
https://bitbucket.org/victorykit/psconfluencepublisher/src/master/CHANGELOG.md
|
||||
, for a full changelog.</releaseNotes>
|
||||
<copyright>(c) 2023 Victory Karma IT. All rights reserved.</copyright>
|
||||
<tags>PSModule PSGet Confluence</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="src\**\*" target="."/>
|
||||
<file src="README.md" target="." />
|
||||
<file src="LICENSE*" target="." />
|
||||
</files>
|
||||
</package>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Copyright = '(c) victory-k.it. All rights reserved.'
|
|||
RootModule = 'PSConfluencePublisher.psm1'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
# Description = ''
|
||||
Description = 'External Confluence publisher for xconfluencebuilder'
|
||||
|
||||
# Minimum version of the PowerShell engine required by this module
|
||||
# PowerShellVersion = '6.0'
|
||||
|
|
@ -88,7 +88,7 @@ AliasesToExport = @()
|
|||
|
||||
# List of all files packaged with this module
|
||||
FileList = @(
|
||||
"manifest.schema.json"
|
||||
"schemas/manifest.schema.json"
|
||||
)
|
||||
|
||||
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue