Skip to content

Commit

Permalink
Azure DevOps Deploy updating Version Number to 1.0.5.104
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Nov 9, 2019
1 parent 47eea61 commit b9738f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## 1.0.5.104

- Samples\Sample_WS2019_AzureADConnect.xml: Added sample for installing Azure AD
Connect.
Expand Down
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
22 changes: 11 additions & 11 deletions src/LabBuilder.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Daniel Scott-Raynsford
#
# Generated on: 9/27/2019
# Generated on: 11/9/2019
#

@{
Expand All @@ -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'
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b9738f8

Please sign in to comment.