File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 77bin
88obj
99packages
10+ .idea
Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ public interface ICollectorRegistry
1010 bool Remove ( ICollector collector ) ;
1111
1212 IEnumerable < MetricFamily > CollectAll ( ) ;
13+
14+ void RegisterOnDemandCollectors ( IEnumerable < IOnDemandCollector > onDemandCollectors ) ;
1315 }
1416}
Original file line number Diff line number Diff line change 1- #if ! COREFX
1+ #if ! NETSTANDART13
22
33using System ;
44using System . Collections . Generic ;
Original file line number Diff line number Diff line change 44 <Description >.NET client for prometheus.io.</Description >
55 <Copyright >2017 © Sergey Kuznetsov</Copyright >
66 <AssemblyTitle >Prometheus.Client</AssemblyTitle >
7- <VersionPrefix >1.1.2 </VersionPrefix >
7+ <VersionPrefix >1.2.0 </VersionPrefix >
88 <Authors >Sergey Kuznetsov</Authors >
99 <TargetFrameworks >net45;netstandard1.3</TargetFrameworks >
1010 <AssemblyName >Prometheus.Client</AssemblyName >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" protobuf-net" Version =" 2.3.1 " />
26+ <PackageReference Include =" protobuf-net" Version =" 2.3.2 " />
2727 </ItemGroup >
2828
2929 <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
3232 </ItemGroup >
3333
3434 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
35- <DefineConstants >$(DefineConstants);COREFX </DefineConstants >
35+ <DefineConstants >$(DefineConstants);NETSTANDART13 </DefineConstants >
3636 </PropertyGroup >
3737
3838 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
You can’t perform that action at this time.
0 commit comments