Skip to content

Commit b445fa0

Browse files
committed
Update SimpleAuthenticationTools.Abstractions version
Updated the `SimpleAuthenticationTools.Abstractions` package from version `3.0.4` to `3.0.5` in both `SimpleAuthentication.Swashbuckle.csproj` and `SimpleAuthentication.csproj` files.
1 parent 7b0c0ed commit b445fa0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.4" />
35+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.5" />
3636
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.3.1" />
3737
</ItemGroup>
3838

src/SimpleAuthentication/SimpleAuthentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.4" />
38+
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.0.5" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

0 commit comments

Comments
 (0)