diff --git a/FeatureFlags.PowerShell.nuspec b/FeatureFlags.PowerShell.nuspec index 5bc5046..7fa0137 100644 --- a/FeatureFlags.PowerShell.nuspec +++ b/FeatureFlags.PowerShell.nuspec @@ -2,16 +2,17 @@ FeatureFlags.PowerShell - 2.0.0 + 2.1.1 PowerShell Feature Flags Andrea Spadaccini,Nick Hara Andrea Spadaccini MIT https://github.com/microsoft/PowerShell-FeatureFlags/ false + README.md PowerShell module containing a Feature Flags implementation based on a local config file. Renamed blacklist to denylist, whitelist to allowlist. Incompatible with 1.0.x. - Copyright 2020 Microsoft + Copyright 2022 Microsoft diff --git a/README.md b/README.md index 6bdf9b4..e6abdbb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Nuget](https://img.shields.io/nuget/v/FeatureFlags.PowerShell)](https://www.nuget.org/packages/FeatureFlags.PowerShell/1.0.0) +[![Nuget](https://img.shields.io/nuget/v/FeatureFlags.PowerShell)](https://www.nuget.org/packages/FeatureFlags.PowerShell) [![Platforms](https://img.shields.io/powershellgallery/p/FeatureFlags.svg)](https://www.powershellgallery.com/packages/FeatureFlags/) [![FeatureFlags](https://img.shields.io/powershellgallery/v/FeatureFlags.svg)](https://www.powershellgallery.com/packages/FeatureFlags/)