Skip to content

Commit

Permalink
Update AeriesApi.psd1 (#59)
Browse files Browse the repository at this point in the history
* Update AeriesApi.psd1

Incrementing version to 1.0.1

* Update README.md

Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery.
  • Loading branch information
jameslancaster committed Oct 12, 2022
1 parent 89cfc27 commit 08ffa63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AeriesApi/AeriesApi.psd1
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AeriesApi.psm1'

# Version number of this module.
ModuleVersion = '1.0.0'
ModuleVersion = '1.0.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,13 +8,13 @@ This project will also standardize ways to utilize the Aeries API for any type o

# Getting Started
1. Install the module with `Install-Module -Name AeriesApi`
2. Dependencies include PowerShell 5.1+ or PowerShell Core 7.1.3+
2. Dependencies include PowerShell 5.1+ or PowerShell 7+
3. Utilize the module by putting `Import-Module -Name AeriesApi` at the top of the script file(s)
4. Check out the [Examples](Examples) folder to see how to get started!

# Build and Test
This module has been tested on both PowerShell 5.1 as well as PowerShell Core 7.1.3
The build process is practically non-existent, simply import the [AeriesApi.psm1](AeriesApi/AeriesApi.psm1) file with `Import-Module -Name ".\AeriesApi\AeriesApi.psm1" -Force`
The build process is practically non-existent, simply import the [AeriesApi.psm1](AeriesApi/AeriesApi.psm1) file with `Import-Module -Name ".\AeriesApi\AeriesApi.psm1" -Force` or install the module from PSGallery with `Install-Module "AeriesApi"`

# Contribute [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
Contributions are happily welcome and will undergo testing before being committed into the main branch.
Expand Down

0 comments on commit 08ffa63

Please sign in to comment.