Skip to content

Commit

Permalink
Merge pull request #144 from rebelinux/dev
Browse files Browse the repository at this point in the history
Added Diagrammer.Microsoft.Ad module
  • Loading branch information
rebelinux committed Jan 24, 2024
2 parents 6812743 + 844ebe0 commit 3541322
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
shell: pwsh
run: |
Install-Module -Name PScriboCharts -Repository PSGallery -Force
- name: Install Diagrammer.Microsoft.AD module
shell: pwsh
run: |
Install-Module -Name Diagrammer.Microsoft.AD -Repository PSGallery -Force
- name: Test Module Manifest
shell: pwsh
run: |
Expand Down
2 changes: 1 addition & 1 deletion AsBuiltReport.Microsoft.AD.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RequiredModules = @(
},
@{
ModuleName = 'Diagrammer.Microsoft.AD';
ModuleVersion = '0.1.2'
ModuleVersion = '0.1.3'
}
)

Expand Down

0 comments on commit 3541322

Please sign in to comment.