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

Commit

Permalink
Released 1.1: 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 2afaf3f commit 7d4d2c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 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.1] - 2021-05-27
### Added
- Added Get-InsightCreds
- Added Get-InsightWorkspaceID
Expand All @@ -20,5 +22,6 @@ 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.0..HEAD
[Unreleased]: https://github.com/DamagedDingo/JSM.Insight/compare/1.1..HEAD
[1.1]: https://github.com/DamagedDingo/JSM.Insight/compare/1.0..1.1
[1.0]: https://github.com/DamagedDingo/JSM.Insight/tree/1.0
25 changes: 13 additions & 12 deletions JSM.Insight/JSM.Insight.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Gary Smith
#
# Generated on: 05/25/2021
# Generated on: 05/27/2021
#

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

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

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -69,20 +69,20 @@ Description = 'A collection of Powershell tools to interface with the API for th
# NestedModules = @()

# Functions 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 functions to export.
FunctionsToExport = 'Get-Icon', 'Get-Object', 'Get-ObjectAttributes',
FunctionsToExport = 'Get-Icon', 'Get-InsightCreds', 'Get-Object', 'Get-ObjectAttributes',
'Get-ObjectConnectedTickets', 'Get-ObjectHistory',
'Get-ObjectReferenceInfo', 'Get-ObjectSchema',
'Get-ObjectSchemaAttributes', 'Get-ObjectSchemaList',
'Get-ObjectSchemaObjectTypes', 'Get-ObjectType',
'Get-ObjectTypeAttributes', 'Get-ProgressCatagoryImports',
'Get-StatusTypeByID', 'Get-StatusTypes', 'New-AttributeArray',
'New-Object', 'New-ObjectSchema', 'New-ObjectType',
'New-ObjectTypeAttribute', 'New-StatusType', 'Remove-Object',
'Remove-ObjectSchema', 'Remove-ObjectType',
'Get-StatusTypeByID', 'Get-StatusTypes', 'Get-WorkspaceID',
'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-InsightServer', 'Set-Object', 'New-Object',
'Set-ObjectSchema', 'Set-ObjectType', 'Set-ObjectTypeAttribute',
'Set-StatusType', 'Set-WorkspaceID', 'Update-Object'
'Set-InsightCreds', 'Set-Object', 'New-Object', 'Set-ObjectSchema',
'Set-ObjectType', 'Set-ObjectTypeAttribute', 'Set-StatusType',
'Set-WorkspaceID', '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,8 +121,9 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = 'Added
- Publish Beta to PowerShell Gallary
- Added PS Gallery API Key '
- Added Get-InsightCreds
- Added Get-InsightWorkspaceID
- Delete Set-InsightServer (Only used once, no need for function)'

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

0 comments on commit 7d4d2c4

Please sign in to comment.