Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
吴兆宣
IdentityServer4-Admin
Commits
5d235dd6
Commit
5d235dd6
authored
4 years ago
by
janskoruba
Browse files
Options
Download
Email Patches
Plain Diff
Update to 1.0.0-rc2
parent
64047b09
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
17 additions
and
10 deletions
+17
-10
src/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity.csproj
...oruba.IdentityServer4.Admin.BusinessLogic.Identity.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.BusinessLogic.Shared/Skoruba.IdentityServer4.Admin.BusinessLogic.Shared.csproj
...Skoruba.IdentityServer4.Admin.BusinessLogic.Shared.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.BusinessLogic/Skoruba.IdentityServer4.Admin.BusinessLogic.csproj
...sLogic/Skoruba.IdentityServer4.Admin.BusinessLogic.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.EntityFramework.Extensions/Skoruba.IdentityServer4.Admin.EntityFramework.Extensions.csproj
...a.IdentityServer4.Admin.EntityFramework.Extensions.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.EntityFramework.Identity/Skoruba.IdentityServer4.Admin.EntityFramework.Identity.csproj
...uba.IdentityServer4.Admin.EntityFramework.Identity.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.EntityFramework.MySql/Skoruba.IdentityServer4.Admin.EntityFramework.MySql.csproj
...koruba.IdentityServer4.Admin.EntityFramework.MySql.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL.csproj
...a.IdentityServer4.Admin.EntityFramework.PostgreSQL.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.EntityFramework.Shared/Skoruba.IdentityServer4.Admin.EntityFramework.Shared.csproj
...oruba.IdentityServer4.Admin.EntityFramework.Shared.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.EntityFramework.SqlServer/Skoruba.IdentityServer4.Admin.EntityFramework.SqlServer.csproj
...ba.IdentityServer4.Admin.EntityFramework.SqlServer.csproj
+1
-1
src/Skoruba.IdentityServer4.Admin.EntityFramework/Skoruba.IdentityServer4.Admin.EntityFramework.csproj
...work/Skoruba.IdentityServer4.Admin.EntityFramework.csproj
+1
-1
src/Skoruba.IdentityServer4.Shared/Skoruba.IdentityServer4.Shared.csproj
...ntityServer4.Shared/Skoruba.IdentityServer4.Shared.csproj
+7
-0
No files found.
src/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<Description>Business Logic layer for the administration of the Asp.Net Core Identity and IdentityServer4</Description>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.BusinessLogic.Shared/Skoruba.IdentityServer4.Admin.BusinessLogic.Shared.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Shared Business Logic layer for the administration of the IdentityServer4 and Asp.Net Core Identity</Description>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.BusinessLogic/Skoruba.IdentityServer4.Admin.BusinessLogic.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<Description>Business Logic layer for the administration of the IdentityServer4</Description>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.Extensions/Skoruba.IdentityServer4.Admin.EntityFramework.Extensions.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>EntityFramework extensions for the administration of the IdentityServer4 and Asp.Net Core Identity</Description>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.Identity/Skoruba.IdentityServer4.Admin.EntityFramework.Identity.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<Description>Entity Framework layer for the administration of the Asp.Net Core Identity and IdentityServer4</Description>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.MySql/Skoruba.IdentityServer4.Admin.EntityFramework.MySql.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Entity Framework layer for the administration of the IdentityServer4 and Asp.Net Core Identity with MySql support</Description>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Entity Framework layer for the administration of the IdentityServer4 and Asp.Net Core Identity with PostrgreSQL support</Description>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.Shared/Skoruba.IdentityServer4.Admin.EntityFramework.Shared.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>DbContexts and Identity entities for the administration of the IdentityServer4 and Asp.Net Core Identity</Description>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.SqlServer/Skoruba.IdentityServer4.Admin.EntityFramework.SqlServer.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Entity Framework layer for the administration of the IdentityServer4 and Asp.Net Core Identity with SqlServer support</Description>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework/Skoruba.IdentityServer4.Admin.EntityFramework.csproj
View file @
5d235dd6
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc
1
</Version>
<Version>1.0.0-rc
2
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Entity Framework layer for the administration of the IdentityServer4</Description>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Shared/Skoruba.IdentityServer4.Shared.csproj
View file @
5d235dd6
...
...
@@ -2,6 +2,13 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>1.0.0-rc2</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Shared common layer for the administration of the IdentityServer4 and Asp.Net Core Identity</Description>
<PackageLicenseUrl>https://github.com/skoruba/IdentityServer4.Admin/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/skoruba/IdentityServer4.Admin</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/skoruba/IdentityServer4.Admin/master/docs/Images/Skoruba.IdentityServer4.Admin-Logo-Nuget.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment