Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions FeatureFlags.PowerShell.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<package>
<metadata>
<id>FeatureFlags.PowerShell</id>
<version>1.0.0</version>
<version>1.0.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>
<description>PowerShell module containing a Feature Flags implementation based on a local config file.</description>
<releaseNotes>First release.</releaseNotes>
<copyright>Copyright 2019</copyright>
<releaseNotes>Fixed bug with the "probability" condition (issue #18).</releaseNotes>
<copyright>Copyright 2020 Microsoft</copyright>
<repository type="git" url="https://github.com/microsoft/PowerShell-FeatureFlags.git" branch="master" />
</metadata>
<files>
<file src="bld\psgallery\FeatureFlags\*.*" target="$targetBase$" />
<file src="bld\psgallery\FeatureFlags\External\**\netstandard1.0\*.*" target="$targetBase$\External" />
</files>
</package>
</package>