mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Version to 1.2
This commit is contained in:
parent
4c230807aa
commit
17b8a726d1
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/),
|
||||
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
|
||||
|
||||
## Pull request rollup release. Lots of new features including:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'SnipeItPS'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.1'
|
||||
ModuleVersion = '1.2'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ environment:
|
|||
PSGalleryAPIKey:
|
||||
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
||||
|
||||
version: 1.1.{build}
|
||||
version: 1.2.{build}
|
||||
|
||||
# Don't rebuild when I tag a release on GitHub
|
||||
skip_tags: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue