Skip to content

Commit c03dd24

Browse files
committed
chore: update Prometheus.Client
1 parent 5e5134c commit c03dd24

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/Prometheus.Client.DependencyInjection/Prometheus.Client.DependencyInjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;netcoreapp2.2;netstandard2.1</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
44
<Copyright>2020 © Serge K, Oleksandr Poliakov</Copyright>
55
<AssemblyTitle>Prometheus.Client.DependencyInjection</AssemblyTitle>
6-
<VersionPrefix>0.3.0</VersionPrefix>
6+
<VersionPrefix>0.4.0</VersionPrefix>
77
<Authors>Serge K, Oleksandr Poliakov</Authors>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>../../Prometheus.Client.DependencyInjection.snk</AssemblyOriginatorKeyFile>
@@ -28,6 +28,6 @@
2828
<ItemGroup>
2929
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
3030
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.11" />
31-
<PackageReference Include="Prometheus.Client" Version="4.2.0" />
31+
<PackageReference Include="Prometheus.Client" Version="4.3.0" />
3232
</ItemGroup>
3333
</Project>

src/Prometheus.Client.DependencyInjection/ServiceCollectionExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using Microsoft.Extensions.DependencyInjection;
2-
using Prometheus.Client.Abstractions;
32
using Prometheus.Client.Collectors;
4-
using Prometheus.Client.Collectors.Abstractions;
53

64
namespace Prometheus.Client.DependencyInjection
75
{

0 commit comments

Comments
 (0)