From ead621f56031f596da8bf16d49c28cd576a81476 Mon Sep 17 00:00:00 2001 From: Ebenezer Monney Date: Sun, 31 Mar 2019 14:13:42 +0000 Subject: [PATCH] v2.7.2 Release --- DAL/DAL.csproj | 2 +- QuickApp/ClientApp/package-lock.json | 2 +- QuickApp/ClientApp/package.json | 4 +-- .../app/components/about/about.component.html | 4 +-- .../controls/user-preferences.component.scss | 34 +++++++++++-------- .../src/app/services/configuration.service.ts | 2 +- QuickApp/QuickApp.csproj | 4 +-- QuickApp/ReadMe.html | 6 ++-- README.md | 6 ++-- 9 files changed, 34 insertions(+), 30 deletions(-) diff --git a/DAL/DAL.csproj b/DAL/DAL.csproj index b04c52e87..d4a8827fd 100644 --- a/DAL/DAL.csproj +++ b/DAL/DAL.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.7.1 + 2.7.2 Data Access Layer for the Quick Application template Copyright © 2019 www.ebenmonney.com https://www.ebenmonney.com/quickapp diff --git a/QuickApp/ClientApp/package-lock.json b/QuickApp/ClientApp/package-lock.json index 7d6ace222..0a2bb3cf0 100644 --- a/QuickApp/ClientApp/package-lock.json +++ b/QuickApp/ClientApp/package-lock.json @@ -1,6 +1,6 @@ { "name": "quickapp", - "version": "2.7.1", + "version": "2.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/QuickApp/ClientApp/package.json b/QuickApp/ClientApp/package.json index 50ff6d9e1..1a6159d2c 100644 --- a/QuickApp/ClientApp/package.json +++ b/QuickApp/ClientApp/package.json @@ -1,7 +1,7 @@ { "name": "quickapp", - "version": "2.7.1", - "description": "ASP.NET Core 2.1/Angular 7 startup project template with complete login, user and role management. Plus other useful services for Quick Application Development", + "version": "2.7.2", + "description": "ASP.NET Core 2.2/Angular 7 startup project template with complete login, user and role management. Plus other useful services for Quick Application Development", "author": { "name": "Ebenezer Monney", "email": "info@ebenmonney.com", diff --git a/QuickApp/ClientApp/src/app/components/about/about.component.html b/QuickApp/ClientApp/src/app/components/about/about.component.html index f57bf4a79..ce3776e5b 100644 --- a/QuickApp/ClientApp/src/app/components/about/about.component.html +++ b/QuickApp/ClientApp/src/app/components/about/about.component.html @@ -5,12 +5,12 @@

{{'p

Welcome to QuickApp

-

This application template provides a quick and convenient way to create ASP.NET Core 2.1 / Angular 7 applications

+

This application template provides a quick and convenient way to create ASP.NET Core 2.2 / Angular 7 applications

Technologies
  • Template pages with Angular7 and TypeScript
  • -
  • RESTful API Backend using ASP.NET Core 2.1 MVC Web API
  • +
  • RESTful API Backend using ASP.NET Core 2.2 MVC Web API
  • Database using Entity Framework Core
  • Authentication based on IdentityServer4 and ASP.NET Core Identity
  • API Documentation using Swagger
  • diff --git a/QuickApp/ClientApp/src/app/components/controls/user-preferences.component.scss b/QuickApp/ClientApp/src/app/components/controls/user-preferences.component.scss index 0ed7deaee..df97570e7 100644 --- a/QuickApp/ClientApp/src/app/components/controls/user-preferences.component.scss +++ b/QuickApp/ClientApp/src/app/components/controls/user-preferences.component.scss @@ -1,42 +1,46 @@ - + .separator-hr { - margin: 7px 5px; - border-top-style: dashed; + margin: 7px 5px; + border-top-style: dashed; } .subseparator-hr { - margin: 7px 5px; - border-top-style: none; + margin: 7px 5px; + border-top-style: none; } .last-separator-hr { - margin-top: 7px; + margin-top: 7px; } .form-group { - margin-top: 0; - margin-bottom: 0; + margin-top: 0; + margin-bottom: 0; } .form-control-plaintext { - min-height: 0; + min-height: 0; } .checkbox { - padding-top: 0; + padding-top: 0; } .col-reset-default { - padding-right: 0; + padding-right: 0; } .col-set-default { - padding-left: 5px; + padding-left: 5px; } +.col-reset-default .btn, +.col-set-default .btn { + min-width: 150px; +} @media (min-width: 768px) { - .col-form-label { - padding-top: 5px; - } + .col-form-label { + padding-top: 5px; + } } diff --git a/QuickApp/ClientApp/src/app/services/configuration.service.ts b/QuickApp/ClientApp/src/app/services/configuration.service.ts index 6c1675a9f..32cbbfed2 100644 --- a/QuickApp/ClientApp/src/app/services/configuration.service.ts +++ b/QuickApp/ClientApp/src/app/services/configuration.service.ts @@ -99,7 +99,7 @@ export class ConfigurationService { return this._showDashboardBanner != null ? this._showDashboardBanner : ConfigurationService.defaultShowDashboardBanner; } - public static readonly appVersion: string = '2.7.1'; + public static readonly appVersion: string = '2.7.2'; // ***Specify default configurations here*** public static readonly defaultLanguage: string = 'en'; diff --git a/QuickApp/QuickApp.csproj b/QuickApp/QuickApp.csproj index 5fbdb5097..d70248efb 100644 --- a/QuickApp/QuickApp.csproj +++ b/QuickApp/QuickApp.csproj @@ -10,11 +10,11 @@ false - ASPNET Core 2.1 - Angular7 startup template for Quick Application Development + ASPNET Core 2.2 - Angular7 startup template for Quick Application Development Copyright © 2019 www.ebenmonney.com https://www.ebenmonney.com/quickapp EBENMONNEY - 2.7.1 + 2.7.2 diff --git a/QuickApp/ReadMe.html b/QuickApp/ReadMe.html index edb79c0bc..7e57269e7 100644 --- a/QuickApp/ReadMe.html +++ b/QuickApp/ReadMe.html @@ -2,7 +2,7 @@ - QuickApp - ASPNET Core 2.1 / Angular 7 startup project template + QuickApp - ASPNET Core 2.2 / Angular 7 startup project template