Skip to content

Commit cd3f3ac

Browse files
committed
chore: change project structure
1 parent c2bfd19 commit cd3f3ac

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Prometheus.Client.AspNetCore.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ ProjectSection(SolutionItems) = preProject
3131
.github\workflows\prod.yml = .github\workflows\prod.yml
3232
EndProjectSection
3333
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prometheus.Client.AspNetCore", "src\Prometheus.Client.AspNetCore\Prometheus.Client.AspNetCore.csproj", "{D95D2825-6A97-4E54-B667-FE4B4F328207}"
34+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prometheus.Client.AspNetCore", "src\Prometheus.Client.AspNetCore.csproj", "{9CEA986B-142E-4A8A-87B4-A6C2A5B7106B}"
3535
EndProject
3636
Global
3737
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3838
Debug|Any CPU = Debug|Any CPU
3939
Release|Any CPU = Release|Any CPU
4040
EndGlobalSection
4141
GlobalSection(ProjectConfigurationPlatforms) = postSolution
42-
{D95D2825-6A97-4E54-B667-FE4B4F328207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43-
{D95D2825-6A97-4E54-B667-FE4B4F328207}.Debug|Any CPU.Build.0 = Debug|Any CPU
44-
{D95D2825-6A97-4E54-B667-FE4B4F328207}.Release|Any CPU.ActiveCfg = Release|Any CPU
45-
{D95D2825-6A97-4E54-B667-FE4B4F328207}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{9CEA986B-142E-4A8A-87B4-A6C2A5B7106B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43+
{9CEA986B-142E-4A8A-87B4-A6C2A5B7106B}.Debug|Any CPU.Build.0 = Debug|Any CPU
44+
{9CEA986B-142E-4A8A-87B4-A6C2A5B7106B}.Release|Any CPU.ActiveCfg = Release|Any CPU
45+
{9CEA986B-142E-4A8A-87B4-A6C2A5B7106B}.Release|Any CPU.Build.0 = Release|Any CPU
4646
EndGlobalSection
4747
GlobalSection(SolutionProperties) = preSolution
4848
HideSolutionNode = FALSE
4949
EndGlobalSection
5050
GlobalSection(NestedProjects) = preSolution
5151
{D3EB5CE6-053E-4CB3-A828-A987DA33BC3C} = {255858DA-9CD1-49FD-BA65-010985E26F2A}
52-
{D95D2825-6A97-4E54-B667-FE4B4F328207} = {D994EEE1-3786-4FDF-8A49-76D8B9819A29}
52+
{9CEA986B-142E-4A8A-87B4-A6C2A5B7106B} = {D994EEE1-3786-4FDF-8A49-76D8B9819A29}
5353
EndGlobalSection
5454
EndGlobal
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>ASP.NET Core middleware for the Prometheus.Client</Description>
4-
<VersionPrefix>4.5.0</VersionPrefix>
4+
<VersionPrefix>4.5.1</VersionPrefix>
55
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0</TargetFrameworks>
66
<PackageId>Prometheus.Client.AspNetCore</PackageId>
77
<RepositoryUrl>https://github.com/prom-client-net/prom-client-aspnetcore</RepositoryUrl>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<AssemblyOriginatorKeyFile>../../Prometheus.Client.AspNetCore.snk</AssemblyOriginatorKeyFile>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<None Include="..\..\icon.png" Visible="false" Pack="true" PackagePath="" />
12+
<None Include="../icon.png" Visible="false" Pack="true" PackagePath="" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Prometheus.Client" Version="[4.5.3,5.0.0)" />
File renamed without changes.

0 commit comments

Comments
 (0)