Skip to content

Commit 431ca45

Browse files
chore(main): release OpenFeature.Contrib.Providers.EnvVar 0.0.2 (#318)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4908000 commit 431ca45

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.1.0",
88
"src/OpenFeature.Contrib.Providers.Statsig": "0.1.0",
99
"src/OpenFeature.Contrib.Providers.Flipt": "0.0.5",
10-
"src/OpenFeature.Contrib.Providers.EnvVar": "0.0.1"
10+
"src/OpenFeature.Contrib.Providers.EnvVar": "0.0.2"
1111
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.EnvVar-v0.0.1...OpenFeature.Contrib.Providers.EnvVar-v0.0.2) (2025-03-12)
4+
5+
6+
### ✨ New Features
7+
8+
* Environment Variable Provider ([#312](https://github.com/open-feature/dotnet-sdk-contrib/issues/312)) ([4908000](https://github.com/open-feature/dotnet-sdk-contrib/commit/4908000ed27a648ee7cf8823320ae7d7c8cd8c45))

src/OpenFeature.Contrib.Providers.EnvVar/OpenFeature.Contrib.Providers.EnvVar.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>OpenFeature.Contrib.Providers.EnvVar</PackageId>
5-
<VersionNumber>0.0.1</VersionNumber> <!--x-release-please-version -->
5+
<VersionNumber>0.0.2</VersionNumber> <!--x-release-please-version -->
66
<VersionPrefix>$(VersionNumber)</VersionPrefix>
77
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
88
<FileVersion>$(VersionNumber)</FileVersion>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

0 commit comments

Comments
 (0)