Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jzills committed Jun 8, 2024
1 parent 089336d commit 2f74ddb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
File renamed without changes
Binary file added resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion src/SwaggerUIAuthorization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,31 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<PackageId>SwaggerUIAuthorization</PackageId>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>Joshua Zillwood</Authors>
<Description>Control access to SwaggerUI, ensuring that only authenticated users with appropriate permissions can view documentation their roles have access to. This package leverages .NET's authentication and authorization mechanisms, aligning with the rules already established within your application.</Description>
<Company></Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jzills/SwaggerUIAuthorization</PackageProjectUrl>
<RepositoryUrl>https://github.com/jzills/SwaggerUIAuthorization.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<None Include="../resources/icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
Expand Down

0 comments on commit 2f74ddb

Please sign in to comment.