Skip to content

Commit

Permalink
v2.7.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebenezer Monney committed Mar 31, 2019
1 parent 686e62e commit ead621f
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 30 deletions.
2 changes: 1 addition & 1 deletion DAL/DAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.7.1</Version>
<Version>2.7.2</Version>
<Description>Data Access Layer for the Quick Application template</Description>
<Copyright>Copyright © 2019 www.ebenmonney.com</Copyright>
<PackageProjectUrl>https://www.ebenmonney.com/quickapp</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion QuickApp/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions QuickApp/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ <h3><i class="fa fa-info-circle fa-lg page-caption" aria-hidden="true"></i> {{'p

<div class="reduced-font" [@fadeInOut]>
<h4>Welcome to QuickApp</h4>
<p>This application template provides a quick and convenient way to create ASP.NET Core 2.1 / Angular 7 applications</p>
<p>This application template provides a quick and convenient way to create ASP.NET Core 2.2 / Angular 7 applications</p>

<h5>Technologies</h5>
<ul>
<li>Template pages with <a href="https://angular.io" target="_blank" rel="nofollow">Angular7</a> and <a href="https://www.typescriptlang.org" target="_blank" rel="nofollow">TypeScript</a></li>
<li>RESTful API Backend using <a href="https://docs.microsoft.com/en-us/aspnet/core" target="_blank" rel="nofollow">ASP.NET Core 2.1</a> MVC Web API</li>
<li>RESTful API Backend using <a href="https://docs.microsoft.com/en-us/aspnet/core" target="_blank" rel="nofollow">ASP.NET Core 2.2</a> MVC Web API</li>
<li>Database using <a href="https://docs.microsoft.com/en-us/ef/core" target="_blank" rel="nofollow">Entity Framework Core</a></li>
<li>Authentication based on <a href="http://docs.identityserver.io/en/release" target="_blank" rel="nofollow">IdentityServer4</a> and <a href="https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-configuration?tabs=aspnetcore2x" target="_blank" rel="nofollow">ASP.NET Core Identity</a></li>
<li>API Documentation using <a href="https://swagger.io" target="_blank" rel="nofollow">Swagger</a></li>
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 2 additions & 2 deletions QuickApp/QuickApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

<!-- Set this to true if you enable server-side prerendering -->
<BuildServerSideRenderer>false</BuildServerSideRenderer>
<Description>ASPNET Core 2.1 - Angular7 startup template for Quick Application Development</Description>
<Description>ASPNET Core 2.2 - Angular7 startup template for Quick Application Development</Description>
<Copyright>Copyright © 2019 www.ebenmonney.com</Copyright>
<PackageProjectUrl>https://www.ebenmonney.com/quickapp</PackageProjectUrl>
<Company>EBENMONNEY</Company>
<Version>2.7.1</Version>
<Version>2.7.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions QuickApp/ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>QuickApp - ASPNET Core 2.1 / Angular 7 startup project template</title>
<title>QuickApp - ASPNET Core 2.2 / Angular 7 startup project template</title>
<style type="text/css">
body {
margin: 0 50px 2em 50px;
Expand Down Expand Up @@ -64,7 +64,7 @@
<div>
<h1 id="header"><strong>Welcome to QuickApp - ASP.NET Core / Angular project template</strong></h1>
<p>
This application template provides a quick and convenient way to create ASP.NET Core 2.1 / Angular 7 applications with common features such as login, user management, role management, etc already implemented
This application template provides a quick and convenient way to create ASP.NET Core 2.2 / Angular 7 applications with common features such as login, user management, role management, etc already implemented
</p>
<p>
<a target="_blank" href="http://quickapp.ebenmonney.com">LIVE DEMO</a> | <a target="_blank" href="https://www.ebenmonney.com/shop">MORE TEMPLATES</a>
Expand All @@ -78,7 +78,7 @@ <h1 id="header"><strong>Welcome to QuickApp - ASP.NET Core / Angular project tem
<h2 id="technologies">Technologies:</h2>
<ul>
<li>Template pages with <a href="https://angular.io" target="_blank" rel="nofollow">Angular7</a> and <a href="https://www.typescriptlang.org" target="_blank" rel="nofollow">TypeScript</a></li>
<li>RESTful API Backend using <a href="https://docs.microsoft.com/en-us/aspnet/core" target="_blank" rel="nofollow">ASP.NET Core 2.1</a> MVC Web API</li>
<li>RESTful API Backend using <a href="https://docs.microsoft.com/en-us/aspnet/core" target="_blank" rel="nofollow">ASP.NET Core 2.2</a> MVC Web API</li>
<li>Database using <a href="https://docs.microsoft.com/en-us/ef/core" target="_blank" rel="nofollow">Entity Framework Core</a></li>
<li>Authentication based on <a href="http://docs.identityserver.io/en/release" target="_blank" rel="nofollow">IdentityServer4</a> and <a href="https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-configuration?tabs=aspnetcore2x" target="_blank" rel="nofollow">ASP.NET Core Identity</a></li>
<li>API Documentation using <a href="https://swagger.io" target="_blank" rel="nofollow">Swagger</a></li>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# **QuickApp** - ASPNET Core 2.1 / Angular 7 project template
# **QuickApp** - ASPNET Core 2.2 / Angular 7 project template
[![MIT license](https://cdn.rawgit.com/emonney/tempa/7e9d69ad/MITLicense.png)](https://github.com/emonney/QuickApp/blob/master/LICENSE)

A startup **Angular 7 / ASP.NET Core 2.1** (cross-platform ) **project template** with an end-to-end login, user and role management implementation.
A startup **Angular 7 / ASP.NET Core 2.2** (cross-platform ) **project template** with an end-to-end login, user and role management implementation.
As well as other common functionalities for **Quick Application Development**.

[FOLLOW ME](https://twitter.com/kommand) on twitter for important updates
Expand Down Expand Up @@ -32,7 +32,7 @@ ___
## This application consists of:

* Template pages using 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 OpenID Connect
* API Documentation using Swagger
Expand Down

0 comments on commit ead621f

Please sign in to comment.