Update the nuspec for 2.1.0 and readme (#60)
This commit is contained in:
Родитель
2f5550fee6
Коммит
da5dd18ce7
|
@ -2,16 +2,17 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>FeatureFlags.PowerShell</id>
|
||||
<version>2.0.0</version>
|
||||
<version>2.1.1</version>
|
||||
<title>PowerShell Feature Flags</title>
|
||||
<authors>Andrea Spadaccini,Nick Hara</authors>
|
||||
<owners>Andrea Spadaccini</owners>
|
||||
<license type="expression">MIT</license>
|
||||
<projectUrl>https://github.com/microsoft/PowerShell-FeatureFlags/</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<readme>README.md</readme>
|
||||
<description>PowerShell module containing a Feature Flags implementation based on a local config file.</description>
|
||||
<releaseNotes>Renamed blacklist to denylist, whitelist to allowlist. Incompatible with 1.0.x.</releaseNotes>
|
||||
<copyright>Copyright 2020 Microsoft</copyright>
|
||||
<copyright>Copyright 2022 Microsoft</copyright>
|
||||
<repository type="git" url="https://github.com/microsoft/PowerShell-FeatureFlags.git" branch="master" />
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче