Skip to content

Commit 7945896

Browse files
authored
Merge pull request #199 from PetriAsi/update/readme
Update/readme, version bump
2 parents 11e0879 + ec3b9b4 commit 7945896

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
# [v.1.9.x] - 2021-07-14
9+
10+
## Image uploads
11+
12+
## New features
13+
Support for image upload and removes. Just specify filename for -image para-
14+
meter when creating or updating item on snipe.
15+
Remove image use -image_delete parameter.
16+
17+
*Snipe It version greater than 5.1.8 is needed to support image parameters.*
18+
19+
Most of set-commands have new -RequestType parameter that defaults to Patch.
20+
If needed request method can be changed from default.
21+
22+
## New Functions
23+
Following new commands have been added to SnipeitPS:
24+
- New-Supplier
25+
- Set-Supplier
26+
- Remove-Supplier
27+
- Set-Manufacturer
28+
829

930
# [v.1.8.x] - 2021-06-17
1031

SnipeitPS/SnipeitPS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'SnipeitPS'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.8'
15+
ModuleVersion = '1.9'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
1818
PShell: '5'
1919

20-
version: 1.8.{build}
20+
version: 1.9.{build}
2121

2222
# Don't rebuild when I tag a release on GitHub
2323
skip_tags: true

0 commit comments

Comments
 (0)