Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
bf8fc83c
Commit
bf8fc83c
authored
5 years ago
by
janskoruba
Browse files
Options
Download
Email Patches
Plain Diff
Update version to beta8
parent
72abd8a5
master
dependabot/npm_and_yarn/src/Skoruba.IdentityServer4.Admin.UI/hosted-git-info-2.8.9
dependabot/npm_and_yarn/src/Skoruba.IdentityServer4.Admin.UI/lodash-4.17.21
dependabot/npm_and_yarn/src/Skoruba.IdentityServer4.Admin.UI/path-parse-1.0.7
dependabot/npm_and_yarn/src/Skoruba.IdentityServer4.STS.Identity/hosted-git-info-2.8.9
dependabot/npm_and_yarn/src/Skoruba.IdentityServer4.STS.Identity/lodash-4.17.21
dependabot/npm_and_yarn/src/Skoruba.IdentityServer4.STS.Identity/path-parse-1.0.7
dependabot/nuget/src/Skoruba.IdentityServer4.Admin.Api/Microsoft.AspNetCore.Authentication.JwtBearer-5.0.9
dev
feature/633-update-is4-to-v4
feature/suggested-claims
feature/transfer-admin-ui-to-nuget-package
feature/windows-auth-v2
release/1.1.0
release/2.0.0
release/2.0.0-beta1
2.0.1
2.0.0
2.0.0-preview-beta1
1.0.0
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
13 deletions
+13
-13
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
+2
-2
src/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL.csproj
...a.IdentityServer4.Admin.EntityFramework.PostgreSQL.csproj
+2
-2
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
+2
-2
src/Skoruba.IdentityServer4.Admin.EntityFramework/Skoruba.IdentityServer4.Admin.EntityFramework.csproj
...work/Skoruba.IdentityServer4.Admin.EntityFramework.csproj
+1
-1
No files found.
src/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity/Skoruba.IdentityServer4.Admin.BusinessLogic.Identity.csproj
View file @
bf8fc83c
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</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 @
bf8fc83c
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</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 @
bf8fc83c
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</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 @
bf8fc83c
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</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 @
bf8fc83c
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</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 @
bf8fc83c
...
...
@@ -2,10 +2,10 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Entity Framework l
ibrary for support MySql
</Description>
<Description>Entity Framework l
ayer for the administration of the IdentityServer4 and Asp.Net Core Identity with MySql support
</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>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL/Skoruba.IdentityServer4.Admin.EntityFramework.PostgreSQL.csproj
View file @
bf8fc83c
...
...
@@ -2,10 +2,10 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Entity Framework l
ibrary for support
PostrgreSQL</Description>
<Description>Entity Framework l
ayer for the administration of the IdentityServer4 and Asp.Net Core Identity with
PostrgreSQL
support
</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>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework.Shared/Skoruba.IdentityServer4.Admin.EntityFramework.Shared.csproj
View file @
bf8fc83c
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</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 @
bf8fc83c
...
...
@@ -2,10 +2,10 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</Version>
<Authors>Jan Škoruba</Authors>
<PackageTags>IdentityServer4 Admin OpenIDConnect OAuth2 Identity</PackageTags>
<Description>Entity Framework l
ibrary for support
SqlServer</Description>
<Description>Entity Framework l
ayer for the administration of the IdentityServer4 and Asp.Net Core Identity with
SqlServer
support
</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>
...
...
This diff is collapsed.
Click to expand it.
src/Skoruba.IdentityServer4.Admin.EntityFramework/Skoruba.IdentityServer4.Admin.EntityFramework.csproj
View file @
bf8fc83c
...
...
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>1.0.0-beta
7
</Version>
<Version>1.0.0-beta
8
</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.
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
Menu
Projects
Groups
Snippets
Help