File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/Prometheus.Client.MetricServer Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2018 Sergey Kuznetsov
3+ Copyright (c) 2019 Sergey Kuznetsov
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments