Skip to content

Commit e7b30d3

Browse files
authored
Bump version up to 1.0.1 (#24)
1 parent dd2bc41 commit e7b30d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FeatureFlags.PowerShell.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package>
33
<metadata>
44
<id>FeatureFlags.PowerShell</id>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<title>PowerShell Feature Flags</title>
77
<authors>Andrea Spadaccini,Nick Hara</authors>
88
<owners>Andrea Spadaccini</owners>
99
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/microsoft/PowerShell-FeatureFlags/</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>PowerShell module containing a Feature Flags implementation based on a local config file.</description>
13-
<releaseNotes>First release.</releaseNotes>
14-
<copyright>Copyright 2019</copyright>
13+
<releaseNotes>Fixed bug with the "probability" condition (issue #18).</releaseNotes>
14+
<copyright>Copyright 2020 Microsoft</copyright>
1515
<repository type="git" url="https://github.com/microsoft/PowerShell-FeatureFlags.git" branch="master" />
1616
</metadata>
1717
<files>
1818
<file src="bld\psgallery\FeatureFlags\*.*" target="$targetBase$" />
1919
<file src="bld\psgallery\FeatureFlags\External\**\netstandard1.0\*.*" target="$targetBase$\External" />
2020
</files>
21-
</package>
21+
</package>

0 commit comments

Comments
 (0)