Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Installers/Capa.PowerShell.Module.1.14.1.x64.msi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\Capa.PowerShell.Module.PowerPack.MSI.psm1'

# Version number of this module.
ModuleVersion = '1.14.0'
ModuleVersion = '1.15.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -70,8 +70,8 @@ ProcessorArchitecture = 'None'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'MSI_GetProductCodeFromMSI', 'MSI_GetPropertyFromMSI',
'MSI_GetPropertiesFromMSI', 'MSI_IsMSIFileInstalled',
FunctionsToExport = 'MSI_GetProductCodeFromMSI', 'MSI_GetPropertyFromMSI',
'MSI_GetPropertiesFromMSI', 'MSI_IsMSIFileInstalled',
'MSI_IsMSIGuidInstalled', 'Install-PpMSI', 'Uninstall-PpMSI'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down Expand Up @@ -113,7 +113,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\Capa.PowerShell.Module.PowerPack.Reg.psm1'

# Version number of this module.
ModuleVersion = '1.13.0'
ModuleVersion = '1.15.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -70,10 +70,10 @@ ProcessorArchitecture = 'None'
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Reg_DeleteVariable', 'Reg_CreateKey', 'Reg_DeleteTree', 'Reg_EnumKey',
'Reg_ExistKey', 'Reg_ExistVariable', 'Reg_GetString', 'Reg_SetDword',
'Reg_SetExpandString', 'Reg_SetInteger', 'Reg_SetString',
'Set-PpRegistryValue', 'Reg_GetExpandString', 'Reg_GetInteger',
FunctionsToExport = 'Reg_DeleteVariable', 'Reg_CreateKey', 'Reg_DeleteTree', 'Reg_EnumKey',
'Reg_ExistKey', 'Reg_ExistVariable', 'Reg_GetString', 'Reg_SetDword',
'Reg_SetExpandString', 'Reg_SetInteger', 'Reg_SetString',
'Set-PpRegistryValue', 'Reg_GetExpandString', 'Reg_GetInteger',
'Reg_GetMultiString', 'Reg_SetQword'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down Expand Up @@ -115,7 +115,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PrivateData = @{
# ReleaseNotes = ''

# Prerelease string of this module
Prerelease = 'Prerelease6'
Prerelease = 'Prerelease7'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "echo ${nextRelease.version} > version.txt && pwsh -ExecutionPolicy Bypass -File CreateInstaller.ps1 && git add Documentation && git commit -m \"chore: Update documentation\""
"prepareCmd": "echo ${nextRelease.version} > version.txt && pwsh -ExecutionPolicy Bypass -File CreateInstaller.ps1 && git add Documentation && git commit -m 'chore: Update documentation' || exit 0"
}
],
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0-Prerelease.6
1.15.0-Prerelease.7