mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 01:42:28 +00:00
Update version
This commit is contained in:
parent
bf8cbb41cc
commit
dbee6fbf97
4 changed files with 4370 additions and 3623 deletions
|
|
@ -16,10 +16,10 @@
|
|||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest
|
||||
ModuleToProcess = 'NetboxPS.psm1'
|
||||
RootModule = 'NetboxPS.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.0.3'
|
||||
ModuleVersion = '1.0.4'
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
###### Powershell Netbox API module
|
||||
|
||||
# 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
|
||||
This module is a wrapper for the [Netbox](https://github.com/digitalocean/netbox) API.
|
||||
|
|
|
|||
6
dist/NetboxPS.psd1
vendored
6
dist/NetboxPS.psd1
vendored
|
|
@ -16,10 +16,10 @@
|
|||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest
|
||||
ModuleToProcess = 'NetboxPS.psm1'
|
||||
RootModule = 'NetboxPS.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.0.3'
|
||||
ModuleVersion = '1.0.4'
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = 'bba9b06c-49c8-47cf-8358-aca7c4e78896'
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
NestedModules = @()
|
||||
|
||||
# Functions to export from this module
|
||||
FunctionsToExport = '*' #For performanace, list functions explicity
|
||||
FunctionsToExport = @('*') #For performanace, list functions explicity
|
||||
|
||||
# Cmdlets to export from this module
|
||||
CmdletsToExport = '*'
|
||||
|
|
|
|||
5589
dist/NetboxPS.psm1
vendored
5589
dist/NetboxPS.psm1
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue