Skip to content

Commit

Permalink
Update to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKur committed Apr 7, 2024
1 parent e6300af commit 4a48562
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 6 additions & 8 deletions PSModule/M365Documentation/M365Documentation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Thomas Kurth
#
# Generated on: 18.02.2024
# Generated on: 07.04.2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'M365Documentation.psm1'

# Version number of this module.
ModuleVersion = '3.2.2'
ModuleVersion = '3.3.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -27,7 +27,7 @@ Author = 'Thomas Kurth'
CompanyName = 'WorkplaceNinjas'

# Copyright statement for this module
Copyright = '(c) 2023 Thomas Kurth. All rights reserved.'
Copyright = '(c) 2024 Thomas Kurth. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Automatic Documentation of M365 to simplify the life of admins and consultants.'
Expand Down Expand Up @@ -110,12 +110,10 @@ PrivateData = @{
IconUri = 'https://raw.githubusercontent.com/ThomasKur/M365Documentation/main/Logo/M365DocumentationLogo.png'

# ReleaseNotes of this module
ReleaseNotes = ' 3.2.2 18.02.2024
ReleaseNotes = ' 3.3.0 07.04.2024
- Add Security and Settings Catalog Profiles #37 #38
- Changed from PSWriteWord to PSWriteOfficve which is PS 7 compatible #21
- Removed depentency to AzureAD Module which and Switched to PowerShell Graph SDK. #41
- Bugfixe Markdown table
- Bugfix API Limit 25 elements returned #45
- Add nice formated Settings Catalog Path of all values from https://github.com/IntunePMFiles/DeviceConfig #44
Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 3.3.0 07.04.2024

- Bugfix API Limit 25 elements returned #45
- Add nice formated Settings Catalog Path of all values from https://github.com/IntunePMFiles/DeviceConfig #44

## 3.2.2 18.02.2024

- Add Intune Security and Settings Catalog Profiles #37 #38
Expand Down

0 comments on commit 4a48562

Please sign in to comment.