mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 10:45:48 +00:00
commit
33aa1d64bf
3 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/),
|
The format is based on [Keep a Changelog](http://keepachangelog.com/),
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# [v1.2.x] - 2021-05-24
|
||||||
|
|
||||||
|
## Prefixing SnipeItPS
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
All commands are now prefixed like Set-Info -> Set-SnipeItInfo.
|
||||||
|
To keep compatibility all old commands are available as aliases.
|
||||||
|
To update existing scripts theres Update-SnipeItAlias command.
|
||||||
|
|
||||||
|
### New fuctions
|
||||||
|
- Update-SnipeitAlias Tool to update existing scripts
|
||||||
|
- Get-SnipeItLicenceSeat lists license seats
|
||||||
|
- Set-SnipeItLicenseSeat Set and checkouts/in license seats
|
||||||
|
Licenseseat api is supported from Snipe-It release => v5.1.5
|
||||||
|
|
||||||
|
### New fixes
|
||||||
|
Added -id parameter support to support Get-SnipeItCustomField and
|
||||||
|
Get-SnipeItFieldSet commands
|
||||||
|
|
||||||
# [v1.1.x] - 2021-05-18
|
# [v1.1.x] - 2021-05-18
|
||||||
|
|
||||||
## Pull request rollup release. Lots of new features including:
|
## Pull request rollup release. Lots of new features including:
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'SnipeItPS'
|
RootModule = 'SnipeItPS'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.1'
|
ModuleVersion = '1.2'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ environment:
|
||||||
PSGalleryAPIKey:
|
PSGalleryAPIKey:
|
||||||
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
||||||
|
|
||||||
version: 1.1.{build}
|
version: 1.2.{build}
|
||||||
|
|
||||||
# Don't rebuild when I tag a release on GitHub
|
# Don't rebuild when I tag a release on GitHub
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue