Skip to content

Commit 1270a20

Browse files
committed
Updated version number
1 parent a084d63 commit 1270a20

File tree

9 files changed

+106
-533
lines changed

9 files changed

+106
-533
lines changed

QuickApp.Core/QuickApp.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>9.18.0</Version>
7+
<Version>9.19.0</Version>
88
<Company>www.ebenmonney.com</Company>
99
<Authors>$(Company)</Authors>
1010
<Description>Data Access Layer for the Quick Application template</Description>

QuickApp.Server/QuickApp.Server.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<SpaRoot>..\quickapp.client</SpaRoot>
88
<SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
99
<SpaProxyServerUrl>https://localhost:4200</SpaProxyServerUrl>
10-
<Version>9.18.0</Version>
10+
<Version>9.19.0</Version>
1111
<Company>www.ebenmonney.com</Company>
1212
<Authors>$(Company)</Authors>
13-
<Description>ASPNET Core 9.0 - Angular 18 startup template for Quick Application Development</Description>
13+
<Description>ASPNET Core 9.0 - Angular 19 startup template for Quick Application Development</Description>
1414
<Copyright>Copyright © 2024 www.ebenmonney.com</Copyright>
1515
<PackageProjectUrl>https://www.ebenmonney.com/quickapp</PackageProjectUrl>
1616
</PropertyGroup>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# **QuickApp** - ASPNET Core 9 / Angular 18 project template
1+
# **QuickApp** - ASPNET Core 9 / Angular 19 project template
22
[![MIT license](https://cdn.rawgit.com/emonney/tempa/7e9d69ad/MITLicense.png)](https://github.com/emonney/QuickApp/blob/master/LICENSE)
33
[![VSIX Downloads](https://img.shields.io/visual-studio-marketplace/d/adentum.QuickApp-ASPNETCoreAngularXProjectTemplate)](https://marketplace.visualstudio.com/items?itemName=adentum.QuickApp-ASPNETCoreAngularXProjectTemplate)
44
[![Twitter Follow](https://img.shields.io/twitter/follow/kommand?style=social)](https://twitter.com/kommand)
55

6-
A startup **Angular 18 / ASP.NET Core 9** (cross-platform ) **project template** with an end-to-end login, user and role management implementation.
6+
A startup **Angular 19 / ASP.NET Core 9** (cross-platform ) **project template** with an end-to-end login, user and role management implementation.
77
As well as other common functionalities for **Quick Application Development**.
88

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

4040
## This application consists of:
4141

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

0 commit comments

Comments
 (0)