Skip to content

Commit 64735d0

Browse files
committed
Update Swashbuckle.AspNetCore packages to 8.1.3
Updated the version of `Swashbuckle.AspNetCore` and related packages from `8.1.2` to `8.1.3` in multiple project files, including `ApiKeySample.csproj`, `BasicAuthenticationSample.csproj`, `JwtBearerSample.csproj`, `Net8JwtBearerSample.csproj`, and `SimpleAuthentication.Swashbuckle.csproj`. The `Swashbuckle.AspNetCore.Annotations` package was also updated to `8.1.3` in `JwtBearerSample.csproj`. These updates ensure compatibility with the latest features and fixes.
1 parent c141f9d commit 64735d0

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

samples/Controllers/ApiKeySample/ApiKeySample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

samples/Controllers/JwtBearerSample/JwtBearerSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.2" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.3" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="8.1.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/ApiKeySample/ApiKeySample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="8.1.2" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="8.1.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="[8.0.16,9.0.0)" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.3" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.7" />
36-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="8.1.2" />
36+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="8.1.3" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)