File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/Prometheus.Client.MetricServer Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
2- using Prometheus . Client . Advanced ;
2+ using Prometheus . Client . Collectors ;
33
44namespace Prometheus . Client . MetricServer
55{
Original file line number Diff line number Diff line change 22
33using System . Collections . Generic ;
44using System . Net ;
5- using Prometheus . Client . Advanced ;
5+ using Prometheus . Client . Collectors ;
66
77namespace Prometheus . Client . MetricServer
88{
Original file line number Diff line number Diff line change 88using Microsoft . AspNetCore . Hosting ;
99using Microsoft . Extensions . Configuration ;
1010using Microsoft . Extensions . DependencyInjection ;
11- using Prometheus . Client . Advanced ;
11+ using Prometheus . Client . Collectors ;
1212
1313namespace Prometheus . Client . MetricServer
1414{
Original file line number Diff line number Diff line change 44 <Description >MetricServer for the Prometheus.Client</Description >
55 <Copyright >2017 © Sergey Kuznetsov</Copyright >
66 <AssemblyTitle >Prometheus.Client.MetricServer</AssemblyTitle >
7- <VersionPrefix >1.0 .0</VersionPrefix >
7+ <VersionPrefix >1.1 .0</VersionPrefix >
88 <Authors >Sergey Kuznetsov</Authors >
99 <TargetFrameworks >net45;netstandard1.3</TargetFrameworks >
1010 <AssemblyName >Prometheus.Client.MetricServer</AssemblyName >
2020 </PropertyGroup >
2121
2222 <ItemGroup >
23- <PackageReference Include =" Prometheus.Client" Version =" 1.0 .0" />
23+ <PackageReference Include =" Prometheus.Client" Version =" 1.1 .0" />
2424 </ItemGroup >
2525
2626
You can’t perform that action at this time.
0 commit comments