From b9738f8326eb61bad4b9754cc4f17073fdb67ecb Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Sat, 9 Nov 2019 23:32:15 +0000 Subject: [PATCH] Azure DevOps Deploy updating Version Number to 1.0.5.104 --- CHANGELOG.md | 2 +- RELEASENOTES.md | 2 +- src/LabBuilder.psd1 | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d661fe46..b7085ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 1.0.5.104 - Samples\Sample_WS2019_AzureADConnect.xml: Added sample for installing Azure AD Connect. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ff30caae..50082c47 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,6 @@ # Release Notes -## What is New In LabBuilder Unreleased +## What is New in LabBuilder 1.0.5.104 - Samples\Sample_WS2019_AzureADConnect.xml: Added sample for installing Azure AD Connect. diff --git a/src/LabBuilder.psd1 b/src/LabBuilder.psd1 index 06b838d4..5de1f96a 100644 --- a/src/LabBuilder.psd1 +++ b/src/LabBuilder.psd1 @@ -3,7 +3,7 @@ # # Generated by: Daniel Scott-Raynsford # -# Generated on: 9/27/2019 +# Generated on: 11/9/2019 # @{ @@ -12,7 +12,7 @@ RootModule = 'LabBuilder.psm1' # Version number of this module. -ModuleVersion = '1.0.5.83' +ModuleVersion = '1.0.5.104' # Supported PSEditions CompatiblePSEditions = 'Desktop' @@ -69,14 +69,14 @@ FormatsToProcess = @() # 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 = 'Get-LabResourceModule', 'Initialize-LabResourceModule', - 'Get-LabResourceMSU', 'Initialize-LabResourceMSU', - 'Get-LabResourceISO', 'Initialize-LabResourceISO', 'Get-LabSwitch', - 'Initialize-LabSwitch', 'Remove-LabSwitch', 'Get-LabVMTemplateVHD', - 'Initialize-LabVMTemplateVHD', 'Remove-LabVMTemplateVHD', - 'Get-LabVMTemplate', 'Initialize-LabVMTemplate', - 'Remove-LabVMTemplate', 'Get-LabVM', 'Initialize-LabVM', - 'Install-LabVM', 'Remove-LabVM', 'Get-Lab', 'New-Lab', 'Install-Lab', +FunctionsToExport = 'Get-LabResourceModule', 'Initialize-LabResourceModule', + 'Get-LabResourceMSU', 'Initialize-LabResourceMSU', + 'Get-LabResourceISO', 'Initialize-LabResourceISO', 'Get-LabSwitch', + 'Initialize-LabSwitch', 'Remove-LabSwitch', 'Get-LabVMTemplateVHD', + 'Initialize-LabVMTemplateVHD', 'Remove-LabVMTemplateVHD', + 'Get-LabVMTemplate', 'Initialize-LabVMTemplate', + 'Remove-LabVMTemplate', 'Get-LabVM', 'Initialize-LabVM', + 'Install-LabVM', 'Remove-LabVM', 'Get-Lab', 'New-Lab', 'Install-Lab', 'Update-Lab', 'Uninstall-Lab', 'Start-Lab', 'Stop-Lab' # 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. @@ -116,7 +116,7 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = ' -## What is New In LabBuilder Unreleased +## What is New in LabBuilder 1.0.5.104 - Samples\Sample_WS2019_AzureADConnect.xml: Added sample for installing Azure AD Connect.