Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Released 1.2: updated change log and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 27, 2021
1 parent dd3638e commit 5e35ca6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Format as below (Requires the '### Added' as a header or task fails)
...- Update ReadMe.MD

## [Unreleased]

## [1.2] - 2021-05-27
### Added
- Bug fix

Expand All @@ -24,6 +26,7 @@ Format as below (Requires the '### Added' as a header or task fails)
- Publish Beta to PowerShell Gallary
- Added PS Gallery API Key

[Unreleased]: https://github.com/DamagedDingo/JSM.Insight/compare/1.1..HEAD
[Unreleased]: https://github.com/DamagedDingo/JSM.Insight/compare/1.2..HEAD
[1.2]: https://github.com/DamagedDingo/JSM.Insight/compare/1.1..1.2
[1.1]: https://github.com/DamagedDingo/JSM.Insight/compare/1.0..1.1
[1.0]: https://github.com/DamagedDingo/JSM.Insight/tree/1.0
13 changes: 5 additions & 8 deletions JSM.Insight/JSM.Insight.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'JSM.Insight.psm1'

# Version number of this module.
ModuleVersion = '1.1'
ModuleVersion = '1.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -79,10 +79,9 @@ FunctionsToExport = 'Get-Icon', 'Get-InsightCreds', 'Get-Object', 'Get-ObjectAtt
'New-AttributeArray', 'New-Object', 'New-ObjectSchema',
'New-ObjectType', 'New-ObjectTypeAttribute', 'New-StatusType',
'Remove-Object', 'Remove-ObjectSchema', 'Remove-ObjectType',
'Remove-ObjectTypeAttribute', 'Remove-StatusTypeByID',
'Set-InsightCreds', 'Set-Object', 'New-Object', 'Set-ObjectSchema',
'Set-ObjectType', 'Set-ObjectTypeAttribute', 'Set-StatusType',
'Set-WorkspaceID', 'Update-Object'
'Remove-ObjectTypeAttribute', 'Remove-StatusTypeByID', 'Set-Object',
'New-Object', 'Set-ObjectSchema', 'Set-ObjectType',
'Set-ObjectTypeAttribute', 'Set-StatusType', 'Update-Object'

# 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.
CmdletsToExport = '*'
Expand Down Expand Up @@ -121,9 +120,7 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = 'Added
- Added Get-InsightCreds
- Added Get-InsightWorkspaceID
- Delete Set-InsightServer (Only used once, no need for function)'
- Bug fix'

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

0 comments on commit 5e35ca6

Please sign in to comment.