-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
57 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
src/Ardalis.ApiEndpoints.NSwag/Ardalis.ApiEndpoints.NSwag.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<PackageId>Ardalis.ApiEndpoints.NSwag</PackageId> | ||
<Version>4.0.1</Version> | ||
<Authors>Steve Smith (@ardalis), Maksym Koshovyi</Authors> | ||
<Description>OpenAPI support for ApiEndpoints using NSwag</Description> | ||
<Summary>OpenAPI support for ApiEndpoints using NSwag</Summary> | ||
<PackageTags>api endpoints openapi nswag</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="NSwag.Generation.AspNetCore" Version="13.0.0" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PackageId>Ardalis.ApiEndpoints.NSwag</PackageId> | ||
<Version>4.1.0</Version> | ||
<Authors>Steve Smith (@ardalis), Maksym Koshovyi</Authors> | ||
<Description>OpenAPI support for ApiEndpoints using NSwag</Description> | ||
<Summary>OpenAPI support for ApiEndpoints using NSwag</Summary> | ||
<PackageTags>api endpoints openapi nswag</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Ardalis.ApiEndpoints\Ardalis.ApiEndpoints.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="NSwag.Generation.AspNetCore" Version="13.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Ardalis.ApiEndpoints\Ardalis.ApiEndpoints.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
32 changes: 16 additions & 16 deletions
32
src/Ardalis.ApiEndpoints.Swashbuckle/Ardalis.ApiEndpoints.Swashbuckle.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<PackageId>Ardalis.ApiEndpoints.Swashbuckle</PackageId> | ||
<Version>4.0.1</Version> | ||
<Authors>Steve Smith (@ardalis), Maksym Koshovyi</Authors> | ||
<Description>OpenAPI support for ApiEndpoints using Swashbuckle</Description> | ||
<Summary>OpenAPI support for ApiEndpoints using Swashbuckle</Summary> | ||
<PackageTags>api endpoints openapi swashbuckle</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="4.0.0" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PackageId>Ardalis.ApiEndpoints.Swashbuckle</PackageId> | ||
<Version>4.1.0</Version> | ||
<Authors>Steve Smith (@ardalis), Maksym Koshovyi</Authors> | ||
<Description>OpenAPI support for ApiEndpoints using Swashbuckle</Description> | ||
<Summary>OpenAPI support for ApiEndpoints using Swashbuckle</Summary> | ||
<PackageTags>api endpoints openapi swashbuckle</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="4.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Ardalis.ApiEndpoints\Ardalis.ApiEndpoints.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Ardalis.ApiEndpoints\Ardalis.ApiEndpoints.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters