Skip to content

Commit 4af3298

Browse files
committed
chore: organize sln folders
1 parent 544f8f7 commit 4af3298

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

.gitattributes

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
3-
4-
# Custom for Visual Studio
5-
*.cs diff=csharp
6-
*.sln merge=union
7-
*.csproj merge=union

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
ko_fi: phnx47
22
patreon: phnx47
3-
custom: ['https://www.buymeacoffee.com/phnx47']

Prometheus.Client.AspNetCore.sln

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D994EEE1-378
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prometheus.Client.AspNetCore", "src\Prometheus.Client.AspNetCore\Prometheus.Client.AspNetCore.csproj", "{B70120FA-53E2-4290-8DF2-BD3AF7139DCB}"
99
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA0CD8D2-E9AE-4518-B989-17901C5928B0}"
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{FA0CD8D2-E9AE-4518-B989-17901C5928B0}"
1111
ProjectSection(SolutionItems) = preProject
1212
.gitattributes = .gitattributes
1313
.gitignore = .gitignore
@@ -19,6 +19,20 @@ ProjectSection(SolutionItems) = preProject
1919
stylecop.json = stylecop.json
2020
EndProjectSection
2121
EndProject
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{255858DA-9CD1-49FD-BA65-010985E26F2A}"
23+
ProjectSection(SolutionItems) = preProject
24+
.github\CODEOWNERS = .github\CODEOWNERS
25+
.github\FUNDING.yml = .github\FUNDING.yml
26+
.github\renovate.json = .github\renovate.json
27+
EndProjectSection
28+
EndProject
29+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D3EB5CE6-053E-4CB3-A828-A987DA33BC3C}"
30+
ProjectSection(SolutionItems) = preProject
31+
.github\workflows\branch.yml = .github\workflows\branch.yml
32+
.github\workflows\master.yml = .github\workflows\master.yml
33+
.github\workflows\production.yml = .github\workflows\production.yml
34+
EndProjectSection
35+
EndProject
2236
Global
2337
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2438
Debug|Any CPU = Debug|Any CPU
@@ -35,5 +49,6 @@ Global
3549
EndGlobalSection
3650
GlobalSection(NestedProjects) = preSolution
3751
{B70120FA-53E2-4290-8DF2-BD3AF7139DCB} = {D994EEE1-3786-4FDF-8A49-76D8B9819A29}
52+
{D3EB5CE6-053E-4CB3-A828-A987DA33BC3C} = {255858DA-9CD1-49FD-BA65-010985E26F2A}
3853
EndGlobalSection
3954
EndGlobal

src/Prometheus.Client.AspNetCore/Prometheus.Client.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>Middleware for the Prometheus.Client</Description>
44
<Copyright>2020 © Serge K, Oleksandr Poliakov</Copyright>
55
<AssemblyTitle>Prometheus.Client.AspNetCore</AssemblyTitle>
6-
<VersionPrefix>4.1.0</VersionPrefix>
6+
<VersionPrefix>4.1.1</VersionPrefix>
77
<Authors>Serge K, Oleksandr Poliakov</Authors>
88
<TargetFrameworks>netstandard2.0;netcoreapp2.2;netstandard2.1;netcoreapp3.1</TargetFrameworks>
99
<AssemblyName>Prometheus.Client.AspNetCore</AssemblyName>

0 commit comments

Comments
 (0)