mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Updated docs
This commit is contained in:
parent
11e087944a
commit
464c9430f7
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/).
|
||||
|
||||
# [v.1.9.x] - 2021-07-14
|
||||
|
||||
## Image uploads
|
||||
|
||||
## New features
|
||||
Support for image upload and removes. Just specify filename for -image para-
|
||||
meter to upload image when creating or updating item on snipe.
|
||||
to remove image use -image_delete parameter
|
||||
|
||||
Most of set-commands have new -RequestType parameter that defaults to Patch.
|
||||
If needed request method can be changed from default.
|
||||
|
||||
## New Functions
|
||||
Following new commands have been added to SnipeitPS:
|
||||
- New-Supplier
|
||||
- Set-Supplier
|
||||
- Remove-Supplier
|
||||
- Set-Manufacturer
|
||||
|
||||
|
||||
# [v.1.8.x] - 2021-06-17
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'SnipeitPS'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.8'
|
||||
ModuleVersion = '1.9'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ environment:
|
|||
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
||||
PShell: '5'
|
||||
|
||||
version: 1.8.{build}
|
||||
version: 1.9.{build}
|
||||
|
||||
# Don't rebuild when I tag a release on GitHub
|
||||
skip_tags: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue