Skip to content

Commit 0802f0e

Browse files
committed
Reformat csproj file for improved readability
Adjusted indentation and whitespace in Swashbuckle.Rebase.Extensions.csproj to enhance readability. No changes were made to project properties or dependencies.
1 parent 02b556a commit 0802f0e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<Authors>Will Axtell</Authors>
6-
<Description>Rebase your API paths at Swashbuckle preserialization</Description>
7-
<PackageProjectUrl>https://github.com/waxtell/Swashbuckle.Rebase.Extensions</PackageProjectUrl>
8-
<RepositoryUrl>https://github.com/waxtell/Swashbuckle.Rebase.Extensions.git</RepositoryUrl>
9-
<RepositoryType>git</RepositoryType>
10-
<PackageTags>Swashbuckle basepath preserialization</PackageTags>
11-
<PackageReleaseNotes>
12-
2.0.0 - Target net8.0 and Swashbuckle.AspNetCore 10.1.0
13-
1.0.0 - Initial release
14-
</PackageReleaseNotes>
15-
16-
<Version>2.0.0</Version>
17-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<Authors>Will Axtell</Authors>
6+
<Description>Rebase your API paths at Swashbuckle preserialization</Description>
7+
<PackageProjectUrl>https://github.com/waxtell/Swashbuckle.Rebase.Extensions</PackageProjectUrl>
8+
<RepositoryUrl>https://github.com/waxtell/Swashbuckle.Rebase.Extensions.git</RepositoryUrl>
9+
<RepositoryType>git</RepositoryType>
10+
<PackageTags>Swashbuckle basepath preserialization</PackageTags>
11+
<PackageReleaseNotes>
12+
2.0.0 - Target net8.0 and Swashbuckle.AspNetCore 10.1.0
13+
1.0.0 - Initial release
14+
</PackageReleaseNotes>
1815

19-
<ItemGroup>
20-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" />
21-
</ItemGroup>
16+
<Version>2.0.0</Version>
17+
</PropertyGroup>
18+
19+
<ItemGroup>
20+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" />
21+
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)