File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/Prometheus.Client.AspNetCore Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33 <Description >Middleware for the Prometheus.Client</Description >
44 <Copyright >2020 © Serge K, Oleksandr Poliakov</Copyright >
55 <AssemblyTitle >Prometheus.Client.AspNetCore</AssemblyTitle >
6- <VersionPrefix >4.1.2 </VersionPrefix >
6+ <VersionPrefix >4.2.0 </VersionPrefix >
77 <Authors >Serge K, Oleksandr Poliakov</Authors >
8- <TargetFrameworks >netstandard2.0;netcoreapp2.2; netstandard2.1;netcoreapp3.1</TargetFrameworks >
8+ <TargetFrameworks >netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks >
99 <AssemblyName >Prometheus.Client.AspNetCore</AssemblyName >
1010 <PackageId >Prometheus.Client.AspNetCore</PackageId >
1111 <PackageTags >prometheus;metrics</PackageTags >
3333 </None >
3434 </ItemGroup >
3535 <ItemGroup >
36- <PackageReference Include =" Prometheus.Client" Version =" 4.2 .0" />
36+ <PackageReference Include =" Prometheus.Client" Version =" 4.3 .0" />
3737 </ItemGroup >
3838 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" >
3939 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
Original file line number Diff line number Diff line change 22using Prometheus . Client . Collectors ;
33using Microsoft . AspNetCore . Builder ;
44using Microsoft . AspNetCore . Http ;
5- using Prometheus . Client . Collectors . Abstractions ;
65
76namespace Prometheus . Client . AspNetCore
87{
Original file line number Diff line number Diff line change 1- using Prometheus . Client . Collectors . Abstractions ;
1+ using Prometheus . Client . Collectors ;
22
33namespace Prometheus . Client . AspNetCore
44{
You can’t perform that action at this time.
0 commit comments