mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Version bumb to 1.3
This commit is contained in:
parent
01e1746b2c
commit
3f58e8eaac
3 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -5,6 +5,23 @@ 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.3.x] - 2021-05-27
|
||||||
|
|
||||||
|
## Checking out accessories
|
||||||
|
|
||||||
|
### New features
|
||||||
|
You can specify Put or Patch for Set-SnipeItAsset when updating assets.
|
||||||
|
Set-SnipeItLocation new -city parameter
|
||||||
|
|
||||||
|
### New Functions
|
||||||
|
- Set-SnipeItAccessoryOwner checkout accessory
|
||||||
|
- Get-SnipeItAccessoryOwner list checkedout accessories
|
||||||
|
- Reset-SnipeItAccessoryOwner checkin accessory
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Set-SnipeItAsset fixed datetime and name inputs #126,128
|
||||||
|
-
|
||||||
|
|
||||||
# [v1.2.x] - 2021-05-24
|
# [v1.2.x] - 2021-05-24
|
||||||
|
|
||||||
## Prefixing SnipeItPS
|
## Prefixing SnipeItPS
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'SnipeItPS'
|
RootModule = 'SnipeItPS'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.2'
|
ModuleVersion = '1.3'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ environment:
|
||||||
PSGalleryAPIKey:
|
PSGalleryAPIKey:
|
||||||
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
||||||
|
|
||||||
version: 1.2.{build}
|
version: 1.3.{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