Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #16 from Enatec/develop
Browse files Browse the repository at this point in the history
Release 1.0.10
  • Loading branch information
jhochwald committed Jan 23, 2019
2 parents d0c509c + 8125ec5 commit 1b59957
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to the **UniFiTooling** project will be documented in this f

---

### 1.0.10 [Unreleased]
### 1.0.10 - 2019-01-23

A feature release.
Repository moved, no real code changes.

#### Deprecated

Expand All @@ -18,7 +18,7 @@ The folowing internal (private) commands will be removed in the next release (Ve

- `Get-HostsFile`

They shouln't never be a part of this module. I just use them for some internal tests.
They should never be a part of this module. I just use them for some internal tests.

### 1.0.9 - 2019-01-20

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You will find some demo use cases within the [UseCases](https://github.com/Enate

### Version

This document is based on UniFiTooling version 1.0.9
This document is based on UniFiTooling version 1.0.10

### Status

Expand Down
2 changes: 1 addition & 1 deletion UniFiTooling.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PrivateData = @{
IconUri = 'https://github.com/Enatec/UniFiTooling/raw/master/src/other/powershell-project.png'

# ReleaseNotes of this module
ReleaseNotes = 'A feature release. Transfer to a new home.'
ReleaseNotes = 'Project repository moved, URLs changed to the new home.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 1 addition & 1 deletion buildreports/CodeHealthReport-UnitTests.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h1>
<div class="col-sm-4 col-md-5 col-lg-4 right-header">
<h5>
Analyzed path :<span class="right-header-data"> C:\scripts\PowerShell\dev\UniFiTooling\src\public\</span><br>
Analysis date :<span class="right-header-data"> 2019-01-23 12:55:08Z</span>
Analysis date :<span class="right-header-data"> 2019-01-23 13:21:37Z</span>
</h5>
</div>
</div>
Expand Down
90 changes: 45 additions & 45 deletions info/UniFiTooling.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"ProcessorArchitecture": null,
"Author": "Joerg Hochwald",
"Description": "Ubiquiti (UBNT) UniFi Security Gateway automation via the API of the Ubiquiti UniFi Controller",
"RequiredModules": null,
"DscResourcesToExport": null,
"FunctionsToExport": null,
"FileList": null,
"TypesToProcess": null,
"DotNetFrameworkVersion": null,
"LicenseUri": "https://github.com/Enatec/UniFiTooling/wiki/License",
"RequireLicenseAcceptance": false,
"CompatiblePSEditions": [
"Core",
"Desktop"
],
"RootModule": "UniFiTooling.psm1",
"CLRVersion": null,
"PowerShellHostVersion": null,
"CmdletsToExport": null,
"ReleaseNotes": "A feature release. Transfer to a new home.",
"Copyright": "(c) 2019 by enabling Technology. All rights reserved.",
"Tags": [
"UniFi",
"API",
"Automation",
"Ubiquiti",
"UBNT",
"USG",
"RESTful"
],
"IconUri": "https://github.com/Enatec/UniFiTooling/raw/master/src/other/powershell-project.png",
"PowerShellHostName": null,
"FormatsToProcess": null,
"ExternalModuleDependencies": null,
"RequiredAssemblies": null,
"Prerelease": null,
"ModuleVersion": "1.0.10",
"GUID": "7fff91a0-02eb-4df2-84d5-c7d3cd7f7a5d",
"PowerShellVersion": "5.1",
"CompanyName": "enabling Technology",
"ProjectUri": "https://github.com/Enatec/UniFiTooling",
"AliasesToExport": null,
"ScriptsToProcess": null,
"ModuleList": null,
"NestedModules": null
"ProcessorArchitecture": null,
"Author": "Joerg Hochwald",
"Description": "Ubiquiti (UBNT) UniFi Security Gateway automation via the API of the Ubiquiti UniFi Controller",
"RequiredModules": null,
"DscResourcesToExport": null,
"FunctionsToExport": null,
"FileList": null,
"TypesToProcess": null,
"DotNetFrameworkVersion": null,
"LicenseUri": "https://github.com/Enatec/UniFiTooling/wiki/License",
"RequireLicenseAcceptance": false,
"CompatiblePSEditions": [
"Core",
"Desktop"
],
"RootModule": "UniFiTooling.psm1",
"CLRVersion": null,
"PowerShellHostVersion": null,
"CmdletsToExport": null,
"ReleaseNotes": "Project repository moved, URLs changed to the new home.",
"Copyright": "(c) 2019 by enabling Technology. All rights reserved.",
"Tags": [
"UniFi",
"API",
"Automation",
"Ubiquiti",
"UBNT",
"USG",
"RESTful"
],
"IconUri": "https://github.com/Enatec/UniFiTooling/raw/master/src/other/powershell-project.png",
"PowerShellHostName": null,
"FormatsToProcess": null,
"ExternalModuleDependencies": null,
"RequiredAssemblies": null,
"Prerelease": null,
"ModuleVersion": "1.0.10",
"GUID": "7fff91a0-02eb-4df2-84d5-c7d3cd7f7a5d",
"PowerShellVersion": "5.1",
"CompanyName": "enabling Technology",
"ProjectUri": "https://github.com/Enatec/UniFiTooling",
"AliasesToExport": null,
"ScriptsToProcess": null,
"ModuleList": null,
"NestedModules": null
}
2 changes: 1 addition & 1 deletion release/1.0.10/UniFiTooling.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PrivateData = @{
IconUri = 'https://github.com/Enatec/UniFiTooling/raw/master/src/other/powershell-project.png'

# ReleaseNotes of this module
ReleaseNotes = 'A feature release. Transfer to a new home.'
ReleaseNotes = 'Project repository moved, URLs changed to the new home.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified release/UniFiTooling-1.0.10.zip
Binary file not shown.
Binary file modified release/UniFiTooling-current.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion release/UniFiTooling/UniFiTooling.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PrivateData = @{
IconUri = 'https://github.com/Enatec/UniFiTooling/raw/master/src/other/powershell-project.png'

# ReleaseNotes of this module
ReleaseNotes = 'A feature release. Transfer to a new home.'
ReleaseNotes = 'Project repository moved, URLs changed to the new home.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified src/other/powershell-project.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b59957

Please sign in to comment.