Skip to content

Commit 0e3120f

Browse files
committed
#7 Update Microsoft.AspNetCore.Server.Kestrel
1 parent 8103f67 commit 0e3120f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Sergey Kuznetsov
3+
Copyright (c) 2019 Sergey Kuznetsov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>MetricServer for the Prometheus.Client</Description>
4-
<Copyright>2018 © Sergey Kuznetsov</Copyright>
4+
<Copyright>2019 © Sergey Kuznetsov</Copyright>
55
<AssemblyTitle>Prometheus.Client.MetricServer</AssemblyTitle>
6-
<VersionPrefix>2.0.3</VersionPrefix>
6+
<VersionPrefix>2.1.0</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>
@@ -40,7 +40,7 @@
4040
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="1.1.0" />
4141
</ItemGroup>
4242
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
43-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.0" />
44-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.0.0" />
43+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.0" />
44+
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.1.0" />
4545
</ItemGroup>
4646
</Project>

0 commit comments

Comments
 (0)