Skip to content

Commit 621d959

Browse files
committed
chore: update Prometheus.Client
1 parent 54bfaca commit 621d959

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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>
@@ -33,7 +33,7 @@
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" />

src/Prometheus.Client.AspNetCore/PrometheusExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using Prometheus.Client.Collectors;
33
using Microsoft.AspNetCore.Builder;
44
using Microsoft.AspNetCore.Http;
5-
using Prometheus.Client.Collectors.Abstractions;
65

76
namespace Prometheus.Client.AspNetCore
87
{

src/Prometheus.Client.AspNetCore/PrometheusOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Prometheus.Client.Collectors.Abstractions;
1+
using Prometheus.Client.Collectors;
22

33
namespace Prometheus.Client.AspNetCore
44
{

0 commit comments

Comments
 (0)