Citms.Distributed.Config
1.0.9
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Citms.Distributed.Config --version 1.0.9
NuGet\Install-Package Citms.Distributed.Config -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Citms.Distributed.Config" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Citms.Distributed.Config --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Citms.Distributed.Config, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Citms.Distributed.Config as a Cake Addin #addin nuget:?package=Citms.Distributed.Config&version=1.0.9 // Install Citms.Distributed.Config as a Cake Tool #tool nuget:?package=Citms.Distributed.Config&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
分布式配置中心基础实现和定义;实现参数配置自动注册,获取值等公共功能接口申明
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Citms.Common.Core (>= 2.3.6)
-
.NETStandard 2.0
- Citms.Common.Core (>= 2.3.6)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Citms.Distributed.Config:
Package | Downloads |
---|---|
Citms.Discovery.Consul
Consul注册中心,配置中心 |
|
Citms.Discovery.Nacos
Nacos注册中心,配置中心 |
|
Citms.Elastic.Apm
服务性能跟踪APM,基于Elastic.Apm.NetCoreAll封装通过反射动态修改apm server地址 |
|
Citms.OprLog.Resolver
操作日志响应解析器 |
|
Citms.Resource.Proxy
图片,视频资源代理工具包 使用方式 using Citms.Common; "".GetProxyUrl(); |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.2 | 588 | 11/6/2023 |
1.1.1 | 136 | 11/6/2023 |
1.1.1-preview1 | 99 | 11/3/2023 |
1.1.0 | 416 | 2/21/2023 |
1.1.0-preview | 166 | 2/20/2023 |
1.0.9 | 2,193 | 7/27/2021 |
1.0.8 | 869 | 6/8/2021 |
1.0.7 | 1,134 | 2/26/2021 |
1.0.6 | 2,716 | 3/21/2020 |
1.0.5 | 585 | 3/9/2020 |
1.0.4 | 550 | 3/6/2020 |
1.0.2 | 1,341 | 3/5/2020 |
1.0.2-preview1 | 387 | 3/2/2020 |
1.0.2-preview | 740 | 3/2/2020 |
1.0.1 | 2,737 | 12/12/2019 |
2019-12-12 配置中心基础接口实现抽象
2021-7-27 配置中心支持配置项设置为只读 Readonly