Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Dec 6, 2017
1 parent 08f0087 commit 2407328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Prometheus.Client.Owin/Prometheus.Client.Owin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>An Owin handler for the Prometheus.Client</Description>
<Copyright>2017 © Sergey Kuznetsov</Copyright>
<AssemblyTitle>Prometheus.Client.Owin</AssemblyTitle>
<VersionPrefix>1.3.2</VersionPrefix>
<VersionPrefix>1.4.0</VersionPrefix>
<Authors>Sergey Kuznetsov</Authors>
<TargetFrameworks>net45;netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyName>Prometheus.Client.Owin</AssemblyName>
Expand All @@ -26,7 +26,7 @@
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="[1.3.0,1.4.0)" />
<PackageReference Include="Prometheus.Client" Version="1.4.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'">
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
Expand Down

0 comments on commit 2407328

Please sign in to comment.