Skip to content

Commit

Permalink
make ready for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Nov 27, 2024
1 parent dd6c741 commit dd1b22c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/IdentityServer4.MongoDB/IdentityServer4.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
<PropertyGroup>
<Description>MongoDB persistence layer for IdentityServer4</Description>
<VersionPrefix>5.0.0</VersionPrefix>
<Authors>Diogo Damiani</Authors>
<Authors>Abdullah Atta</Authors>
<Authors>Diogo Damiani;Abdullah Atta</Authors>
<TargetFrameworks>net9.0</TargetFrameworks>
<AssemblyName>IdentityServer4.Contrib.MongoDB</AssemblyName>
<PackageId>IdentityServer4.Contrib.MongoDB</PackageId>
<AssemblyName>Streetwriters.IdentityServer4.Contrib.MongoDB</AssemblyName>
<PackageId>Streetwriters.IdentityServer4.Contrib.MongoDB</PackageId>
<PackageTags>OAuth2;OAuth 2.0;OpenID Connect;Security;Identity;IdentityServer;MongoDB</PackageTags>
<PackageIconUrl>
https://identityserver.github.io/Documentation/assets/images/icons/IDserver_icon128.jpg</PackageIconUrl>
<PackageIcon>assets/images/icons/IDserver_icon128.jpg</PackageIcon>
<PackageProjectUrl>https://github.com/streetwriters/IdentityServer4.Contrib.MongoDB</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/streetwriters/IdentityServer4.Contrib.MongoDB/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand All @@ -30,6 +29,9 @@
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="IdentityServer4" Version="4.1.2" />
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
<None Include="assets/images/icons/IDserver_icon128.jpg" Pack="true"
PackagePath="assets/images/icons/" />
<None Include="../../README.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd1b22c

Please sign in to comment.