Update install instructions and metadata (#16)

This commit is contained in:
Bernie White 2019-08-12 22:14:11 +10:00 коммит произвёл GitHub
Родитель 564bc8490f
Коммит afe5e24ca1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -37,5 +37,9 @@ Save-Module -Name 'PSRule', 'PSRule.Rules.Kubernetes' -Path '.\modules';
```
> For pre-release versions the `-AllowPrerelease` switch must be added when calling `Install-Module` or `Save-Module`.
>
> To install pre-release module versions, upgrading to the latest version of _PowerShellGet_ may be required. To do this use:
>
> `Install-Module -Name PowerShellGet -Repository PSGallery -Scope CurrentUser -Force`
[module]: https://www.powershellgallery.com/packages/PSRule.Rules.Kubernetes

Просмотреть файл

@ -50,7 +50,7 @@ DotNetFrameworkVersion = '4.7.2'
# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
@{ ModuleName = 'PSRule'; ModuleVersion = '0.5.0' }
@{ ModuleName = 'PSRule'; ModuleVersion = '0.0.1' }
)
# Assemblies that must be loaded prior to importing this module
@ -95,7 +95,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
Tags = @('PSRule', 'Rule', 'Kubernetes')
Tags = @('PSRule', 'PSRule-rules', 'Rule', 'Kubernetes')
# A URL to the license for this module.
LicenseUri = 'https://github.com/BernieWhite/PSRule.Rules.Kubernetes/blob/master/LICENSE'