diff --git a/README copy.md b/README copy.md index 5fac685..7a86aee 100644 --- a/README copy.md +++ b/README copy.md @@ -12,7 +12,7 @@ For full license details, please visit [Creative Commons Attribution-NonCommerci [Register for and download CIS Benchmarks](https://www.cisecurity.org/cis-benchmarks) # Table of Contents -1. [Invoke-M365SecurityAudit](##Invoke-M365SecurityAudit) +1. [Invoke-M365SecurityAudit](#Invoke-M365SecurityAudit) 2. [Export-M365SecurityAuditTable](#Export-M365SecurityAuditTable) 3. [Get-AdminRoleUserLicense](#Get-AdminRoleUserLicense) 4. [Get-MFAStatus](#Get-MFAStatus) diff --git a/helpers/Build-Help.ps1 b/helpers/Build-Help.ps1 index 57d5a06..727d0a3 100644 --- a/helpers/Build-Help.ps1 +++ b/helpers/Build-Help.ps1 @@ -1,11 +1,11 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1 . .\source\Classes\CISAuditResult.ps1 .\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir docs -template ".\helpers\psDoc-master\src\out-html-template.ps1" -.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir ".\" -template ".\helpers\psDoc-master\src\out-markdown-template.ps1" -fileName ".\README.md" +.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir ".\" -template ".\helpers\psDoc-master\src\out-markdown-template.ps1" -fileName ".\README.md" - <# - $ver = "v0.1.23" + $ver = "v0.1.24" git checkout main git pull origin main git tag -a $ver -m "Release version $ver refactor Update"