Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
emonney committed Dec 1, 2024
1 parent a084d63 commit 1270a20
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 533 deletions.
2 changes: 1 addition & 1 deletion QuickApp.Core/QuickApp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>9.18.0</Version>
<Version>9.19.0</Version>
<Company>www.ebenmonney.com</Company>
<Authors>$(Company)</Authors>
<Description>Data Access Layer for the Quick Application template</Description>
Expand Down
4 changes: 2 additions & 2 deletions QuickApp.Server/QuickApp.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<SpaRoot>..\quickapp.client</SpaRoot>
<SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
<SpaProxyServerUrl>https://localhost:4200</SpaProxyServerUrl>
<Version>9.18.0</Version>
<Version>9.19.0</Version>
<Company>www.ebenmonney.com</Company>
<Authors>$(Company)</Authors>
<Description>ASPNET Core 9.0 - Angular 18 startup template for Quick Application Development</Description>
<Description>ASPNET Core 9.0 - Angular 19 startup template for Quick Application Development</Description>
<Copyright>Copyright © 2024 www.ebenmonney.com</Copyright>
<PackageProjectUrl>https://www.ebenmonney.com/quickapp</PackageProjectUrl>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# **QuickApp** - ASPNET Core 9 / Angular 18 project template
# **QuickApp** - ASPNET Core 9 / Angular 19 project template
[![MIT license](https://cdn.rawgit.com/emonney/tempa/7e9d69ad/MITLicense.png)](https://github.com/emonney/QuickApp/blob/master/LICENSE)
[![VSIX Downloads](https://img.shields.io/visual-studio-marketplace/d/adentum.QuickApp-ASPNETCoreAngularXProjectTemplate)](https://marketplace.visualstudio.com/items?itemName=adentum.QuickApp-ASPNETCoreAngularXProjectTemplate)
[![Twitter Follow](https://img.shields.io/twitter/follow/kommand?style=social)](https://twitter.com/kommand)

A startup **Angular 18 / ASP.NET Core 9** (cross-platform ) **project template** with an end-to-end login, user and role management implementation.
A startup **Angular 19 / ASP.NET Core 9** (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**.

🚀The mission with QuickApp is to simplify the software development process using ASP.Net Core and Angular, empowering engineers to efficiently build amazing software.
Expand Down Expand Up @@ -39,7 +39,7 @@ ___

## This application consists of:

* Template pages with Angular 18 and TypeScript
* Template pages with Angular 19 and TypeScript
* RESTful API Backend using ASP.NET Core 9 Web API
* Database using Entity Framework Core
* Authentication/Authorization based on OIDC/OAuth2 and ASP.NET Core Identity
Expand Down Expand Up @@ -109,7 +109,7 @@ LOGIN WITH USERNAME OR EMAIL ADDRESS
* [Overview of QuickApp](https://www.ebenmonney.com/quickapp)
* [Conceptual overview of what is ASP.NET Core](https://go.microsoft.com/fwlink/?LinkId=518008)
* [Working with Data](https://docs.microsoft.com/en-us/ef/#pivot=efcore)
* [Angular 18 documentation overview](https://angular.dev/overview)
* [Angular 19 documentation overview](https://angular.dev/overview)
* [Getting started with Angular CLI](https://angular.dev/cli)
* [Introduction to Bootstrap 5](https://getbootstrap.com/docs/5.2/getting-started/introduction)

Expand Down
Loading

0 comments on commit 1270a20

Please sign in to comment.