Skip to content

Commit

Permalink
Update dependency Prometheus.Client to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 19, 2020
1 parent 9767116 commit 177f41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Promitor.Core.Scraping/Promitor.Core.Scraping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Guard.Net" Version="1.2.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.14.0" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.34.0" />
<PackageReference Include="Prometheus.Client" Version="3.1.0" />
<PackageReference Include="Prometheus.Client" Version="4.0.0" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="3.1.0" />
<PackageReference Include="Prometheus.Client" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 177f41b

Please sign in to comment.