Skip to content

Commit

Permalink
1.6.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual committed Apr 3, 2023
1 parent f77cb32 commit b3142d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"commandlets"
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2023-04-033 - Version 1.6.9

* Fix multiple commandlets using incorrectly pluralised "Get-" commandlets.

## 2023-03-31 - Version 1.6.8

* Fix multiple bugs with `Update-NinjaOneNodeRolePolicyAssignment` command.
Expand Down
4 changes: 2 additions & 2 deletions NinjaOne.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\NinjaOne.psm1'

# Version number of this module.
ModuleVersion = '1.6.8'
ModuleVersion = '1.6.9'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -248,7 +248,7 @@
IconUri = 'https://pbs.twimg.com/profile_images/1452496768030187521/kIGQii5Y_400x400.jpg'

# ReleaseNotes of this module
ReleaseNotes = 'Fix multiple bugs with `Update-NinjaOneNodeRolePolicyAssignment`.'
ReleaseNotes = 'Fix multiple commandlets using incorrectly pluralised "Get-" commandlets.'

# Prerelease string of this module
# Prerelease = 'Beta1'
Expand Down

0 comments on commit b3142d2

Please sign in to comment.