Skip to content

Commit

Permalink
chore: update Prometheus.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jan 29, 2021
1 parent 24c7695 commit b96a8cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Prometheus.Client.Abstractions;
using Prometheus.Client.HttpRequestDurations.Tools;

namespace Prometheus.Client.HttpRequestDurations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using Microsoft.AspNetCore.Builder;
using Prometheus.Client.Collectors.Abstractions;
using Prometheus.Client.Collectors;

namespace Prometheus.Client.HttpRequestDurations
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Microsoft.AspNetCore.Http;
using Prometheus.Client.Collectors.Abstractions;
using Prometheus.Client.Collectors;

namespace Prometheus.Client.HttpRequestDurations
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<Description>Metrics logging of request durations for the Prometheus.Client</Description>
<Copyright>2020 © Serge K, Oleksandr Poliakov</Copyright>
<AssemblyTitle>Prometheus.Client.HttpRequestDurations</AssemblyTitle>
<VersionPrefix>3.2.2</VersionPrefix>
<VersionPrefix>3.3.0</VersionPrefix>
<Authors>Serge K, Oleksandr Poliakov</Authors>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp2.2;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1</TargetFrameworks>
<PackageId>Prometheus.Client.HttpRequestDurations</PackageId>
<PackageTags>prometheus;metrics</PackageTags>
<PackageIcon>icon.png</PackageIcon>
Expand Down Expand Up @@ -34,7 +34,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="4.2.0" />
<PackageReference Include="Prometheus.Client" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if HasRoutes
using System;
using Microsoft.AspNetCore.Http;
#if HasRoutes
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Routing;
using Microsoft.AspNetCore.Routing;
Expand Down

0 comments on commit b96a8cf

Please sign in to comment.