Skip to content

Commit

Permalink
PSD1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed May 23, 2021
1 parent 43f966b commit 66068f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSWritePDF.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Description = 'Little project to create, read, modify, split, merge PDF files on Windows, Linux and Mac.'
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.16'
ModuleVersion = '0.0.17'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
Expand All @@ -19,7 +19,7 @@
}
}
RequiredModules = @(@{
ModuleVersion = '0.0.200'
ModuleVersion = '0.0.201'
ModuleName = 'PSSharedGoods'
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
})
Expand Down

0 comments on commit 66068f8

Please sign in to comment.