Citms.Distributed.Config 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Citms.Distributed.Config --version 1.0.1
NuGet\Install-Package Citms.Distributed.Config -Version 1.0.1
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.1" />
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.1
#r "nuget: Citms.Distributed.Config, 1.0.1"
#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.1

// Install Citms.Distributed.Config as a Cake Tool
#tool nuget:?package=Citms.Distributed.Config&version=1.0.1

分布式配置中心基础实现和定义;实现参数配置自动注册,获取值等公共功能接口申明

Product 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 was computed. 
.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.

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 355 11/6/2023
1.1.1 89 11/6/2023
1.1.1-preview1 76 11/3/2023
1.1.0 366 2/21/2023
1.1.0-preview 143 2/20/2023
1.0.9 2,066 7/27/2021
1.0.8 815 6/8/2021
1.0.7 1,055 2/26/2021
1.0.6 2,504 3/21/2020
1.0.5 551 3/9/2020
1.0.4 526 3/6/2020
1.0.2 1,285 3/5/2020
1.0.2-preview1 356 3/2/2020
1.0.2-preview 647 3/2/2020
1.0.1 2,612 12/12/2019

2019-12-12 配置中心基础接口实现抽象