mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Merge pull request #164 from PetriAsi/update/readme
Update/readme v.1.7
This commit is contained in:
commit
8ec56d8e7f
3 changed files with 17 additions and 3 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -5,7 +5,21 @@ 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/).
|
||||||
|
|
||||||
# [v.1.6.x]
|
# [v.1.7.x] - 2021-06-14
|
||||||
|
|
||||||
|
## Consumables
|
||||||
|
|
||||||
|
## New features
|
||||||
|
Added support for consumables
|
||||||
|
|
||||||
|
## New functions
|
||||||
|
- New-SnipeitConsumable
|
||||||
|
- Get-SnipeitConsumable
|
||||||
|
- Set-SnipeitConsumable
|
||||||
|
- Remove-SnipeitConsumable
|
||||||
|
|
||||||
|
|
||||||
|
# [v.1.6.x] - 2021-06-14
|
||||||
|
|
||||||
## Remove more things ja set some more
|
## Remove more things ja set some more
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
RootModule = 'SnipeitPS'
|
RootModule = 'SnipeitPS'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '1.6'
|
ModuleVersion = '1.7'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ environment:
|
||||||
PSGalleryAPIKey:
|
PSGalleryAPIKey:
|
||||||
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
secure: UdM6qhf5B0G8liHhUrwWERCZr44iSqmg4jUq0lwlTjZs4KyeoiwnBzdej0phqIAm
|
||||||
|
|
||||||
version: 1.6.{build}
|
version: 1.7.{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