Skip to content

Commit 89841cb

Browse files
committed
sln changes
1 parent bf8c712 commit 89841cb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Prometheus.Client.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D994EEE1-3786-4FDF-8A49-76D8B9819A29}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AF762EE-AC2C-481B-8D03-2AC5234E8723}"
9-
ProjectSection(SolutionItems) = preProject
10-
LICENSE = LICENSE
11-
README.md = README.md
12-
EndProjectSection
13-
EndProject
148
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2D96C0A4-CA7D-49E1-AB75-967CFEBB1EC6}"
159
EndProject
1610
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{E4FCD5AF-30E0-4194-A7CC-875967A45A53}"

src/Prometheus.Client/Prometheus.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>.NET client for prometheus.io</Description>
4+
<Description>.NET client for prometheus.io. Fork of prometheus-net</Description>
55
<Copyright>2017 © Sergey Kuznetsov</Copyright>
66
<AssemblyTitle>Prometheus.Client</AssemblyTitle>
77
<VersionPrefix>1.0.0</VersionPrefix>

0 commit comments

Comments
 (0)