Update module version to 1.0.1 and add new functions for exporting and deploying DSC configuration data
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
@{
|
||||
@{
|
||||
RootModule = "Merge-DSCConfigurationData.psm1"
|
||||
ModuleVersion = "1.0.0"
|
||||
ModuleVersion = "1.0.1"
|
||||
GUID = "c1c7e70d-9049-4eaa-a3c9-44a424c35ef5"
|
||||
Author = "Torsten Brendgen"
|
||||
Copyright = "(c) Torsten Brendgen. All rights reserved."
|
||||
Description = "Merges DSC configuration data from templates and deployment data."
|
||||
PowerShellVersion = "5.1"
|
||||
FunctionsToExport = @(
|
||||
"Merge-DSCConfigurationData"
|
||||
"Merge-DSCConfigurationData",
|
||||
"Export-PowerShellDataFile",
|
||||
"New-DSCConfigurationDataDeployment"
|
||||
)
|
||||
CmdletsToExport = @()
|
||||
VariablesToExport = @()
|
||||
|
||||
Reference in New Issue
Block a user