Skip to content

Commit 41a0e07

Browse files
committed
Ran build for v0.1.35 with subsequent ReadMe update.
1 parent f96a2da commit 41a0e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PoshServiceNow/PoshServiceNow.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# Module manifest for module 'PoshServiceNow'
33
#
44
# Generated by: Sam Martin
@@ -12,7 +12,7 @@
1212
RootModule = 'PoshServiceNow.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.34'
15+
ModuleVersion = '0.1.35'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'b90d67da-f8d0-4406-ad74-89d169cd0633'

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PoshServiceNow
2-
[![GitHub release](https://img.shields.io/github/release/Sam-Martin/servicenow-powershell.svg)](https://github.com/Sam-Martin/servicenow-powershell/releases/latest) [![GitHub license](https://img.shields.io/github/license/Sam-Martin/servicenow-powershell.svg)](LICENSE) ![Test Coverage](https://img.shields.io/badge/coverage-100%25-yellowgreen.svg)
2+
[![GitHub release](https://img.shields.io/github/release/Sam-Martin/servicenow-powershell.svg)](https://github.com/Sam-Martin/servicenow-powershell/releases/latest) [![GitHub license](https://img.shields.io/github/license/Sam-Martin/servicenow-powershell.svg)](LICENSE) ![Test Coverage](https://img.shields.io/badge/coverage-74%25-orange.svg)
33
This PowerShell module provides a series of cmdlets for interacting with the [ServiceNow REST API](http://wiki.servicenow.com/index.php?title=REST_API), performed by wrapping `Invoke-RestMethod` for the API calls.
44
**IMPORTANT:** Neither this module nor its creator are in any way affiliated with ServiceNow.
55

0 commit comments

Comments
 (0)