Skip to content

Commit

Permalink
PSD1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 17, 2021
1 parent 4930a55 commit 80f74f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PSWritePDF.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2011 - 2021 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'Little project to create, read, modify, split, merge PDF files on Windows, Linux and Mac.'
FunctionsToExport = @('Close-PDF', 'Get-PDF', 'Get-PDFDetails', 'New-PDF', 'New-PDFArea', 'New-PDFDocument', 'New-PDFInfo', 'New-PDFList', 'New-PDFListItem', 'New-PDFOptions', 'New-PDFPage', 'New-PDFTable', 'New-PDFText', 'Register-PDFFont', 'Get-PDFConstantAction', 'Get-PDFConstantColor', 'Get-PDFConstantFont', 'Get-PDFConstantPageSize', 'Get-PDFConstantVersion', 'Convert-PDFToText', 'Merge-PDF', 'Split-PDF','Get-PDFFormField','Set-PDFForm')
FunctionsToExport = @('Close-PDF', 'Get-PDF', 'Get-PDFDetails', 'Get-PDFFormField', 'New-PDF', 'New-PDFArea', 'New-PDFDocument', 'New-PDFInfo', 'New-PDFList', 'New-PDFListItem', 'New-PDFOptions', 'New-PDFPage', 'New-PDFTable', 'New-PDFText', 'Register-PDFFont', 'Get-PDFConstantAction', 'Get-PDFConstantColor', 'Get-PDFConstantFont', 'Get-PDFConstantPageSize', 'Get-PDFConstantVersion', 'Convert-PDFToText', 'Merge-PDF', 'Set-PDFForm', 'Split-PDF')
GUID = '19fcb43c-d8c5-44a9-84e4-bccf29765490'
ModuleVersion = '0.0.14'
ModuleVersion = '0.0.15'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
Expand All @@ -19,7 +19,7 @@
}
}
RequiredModules = @(@{
ModuleVersion = '0.0.197'
ModuleVersion = '0.0.198'
ModuleName = 'PSSharedGoods'
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
})
Expand Down

0 comments on commit 80f74f7

Please sign in to comment.