Skip to content

Commit e78cea1

Browse files
committed
1.3.1
1 parent 519a2d5 commit e78cea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Prometheus.Client.MetricServer/Prometheus.Client.MetricServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>MetricServer for the Prometheus.Client</Description>
44
<Copyright>2018 © Sergey Kuznetsov</Copyright>
55
<AssemblyTitle>Prometheus.Client.MetricServer</AssemblyTitle>
6-
<VersionPrefix>1.2.3</VersionPrefix>
6+
<VersionPrefix>1.3.1</VersionPrefix>
77
<Authors>Sergey Kuznetsov</Authors>
88
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.3;netstandard2.0</TargetFrameworks>
99
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.3;netstandard2.0</TargetFrameworks>
@@ -20,7 +20,7 @@
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Prometheus.Client" Version="1.4.2"/>
23+
<PackageReference Include="Prometheus.Client" Version="1.5.0"/>
2424
</ItemGroup>
2525
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
2626
<Reference Include="System"/>

0 commit comments

Comments
 (0)