You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[samples/EnvironmentWebApi](samples/EnvironmentWebApi) paketin **tam çalışan canlı kullanım örneğidir**. Paketi `ProjectReference` ile tüketir ([Program.cs](samples/EnvironmentWebApi/Program.cs) tek satır), ortam `appsettings` dosyaları, publish profilleri ve `launchSettings.json` ile birlikte gelir.
148
+
[samples/EnvironmentConfiguratorApi](samples/EnvironmentConfiguratorApi) paketin **tam çalışan canlı kullanım örneğidir**. Paketi `ProjectReference` ile tüketir ([Program.cs](samples/EnvironmentConfiguratorApi/Program.cs) tek satır), ortam `appsettings` dosyaları, publish profilleri ve `launchSettings.json` ile birlikte gelir.
149
149
150
-
`/test/environment-name` endpoint'i aktif ortam adını döndürür ([TestController.cs](samples/EnvironmentWebApi/Controllers/TestController.cs)).
150
+
`/test/environment-name` endpoint'i aktif ortam adını döndürür ([TestController.cs](samples/EnvironmentConfiguratorApi/Controllers/TestController.cs)).
Copy file name to clipboardExpand all lines: src/EnvironmentConfigurator/EnvironmentConfigurator.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
<PropertyGroup>
13
13
<PackageId>EnvironmentConfigurator</PackageId>
14
-
<Version>1.0.1</Version>
14
+
<Version>1.0.2</Version>
15
15
<Authors>sametbrr</Authors>
16
16
<Description>Environment-aware configuration for ASP.NET Core. Adds appsettings.{Environment}.json loading via a single builder call and auto-scaffolds publish profiles, web.config and per-environment appsettings into the consuming project on first build.</Description>
0 commit comments