Update version

This commit is contained in:
Ben Claussen 2020-04-09 16:33:10 -04:00
parent bf8cbb41cc
commit dbee6fbf97
4 changed files with 4370 additions and 3623 deletions

View file

@ -16,10 +16,10 @@
@{ @{
# Script module or binary module file associated with this manifest # Script module or binary module file associated with this manifest
ModuleToProcess = 'NetboxPS.psm1' RootModule = 'NetboxPS.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '1.0.3' ModuleVersion = '1.0.4'
# ID used to uniquely identify this module # ID used to uniquely identify this module
GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896' GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896'

View file

@ -2,7 +2,7 @@
###### Powershell Netbox API module ###### Powershell Netbox API module
# Disclaimer # Disclaimer
This module is beta. Use it at your own risk. All internal functions are exposed currently. Public functions are in the form of `verb-noun` like usual cmdlets. This module is beta. Use it at your own risk. I have only added functions as I have needed them, so not everything is available.
# Description # Description
This module is a wrapper for the [Netbox](https://github.com/digitalocean/netbox) API. This module is a wrapper for the [Netbox](https://github.com/digitalocean/netbox) API.

6
dist/NetboxPS.psd1 vendored
View file

@ -16,10 +16,10 @@
@{ @{
# Script module or binary module file associated with this manifest # Script module or binary module file associated with this manifest
ModuleToProcess = 'NetboxPS.psm1' RootModule = 'NetboxPS.psm1'
# Version number of this module. # Version number of this module.
ModuleVersion = '1.0.3' ModuleVersion = '1.0.4'
# ID used to uniquely identify this module # ID used to uniquely identify this module
GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896' GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896'
@ -76,7 +76,7 @@
NestedModules = @() NestedModules = @()
# Functions to export from this module # Functions to export from this module
FunctionsToExport = '*' #For performanace, list functions explicity FunctionsToExport = @('*') #For performanace, list functions explicity
# Cmdlets to export from this module # Cmdlets to export from this module
CmdletsToExport = '*' CmdletsToExport = '*'

7981
dist/NetboxPS.psm1 vendored

File diff suppressed because it is too large Load diff