File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
4- <VersionPrefix >0.6.0</VersionPrefix >
4+ <VersionPrefix >0.6.1</VersionPrefix >
5+ <Description >Microsoft.Extensions.DependencyInjection (IServiceCollection) support for the Prometheus.Client</Description >
56 <PackageId >Prometheus.Client.DependencyInjection</PackageId >
67 <PackageTags >prometheus;metrics</PackageTags >
78 <PackageIcon >icon.png</PackageIcon >
2425 <ItemGroup >
2526 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
2627 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.16" />
27- <PackageReference Include =" Prometheus.Client" Version =" 4.5.0 " />
28+ <PackageReference Include =" Prometheus.Client" Version =" 4.5.1 " />
2829 </ItemGroup >
2930</Project >
You can’t perform that action at this time.
0 commit comments