From 85d162aa9d1d9a19e0c4cd1f0d1ff9777f38759e Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sat, 16 Aug 2025 09:32:50 -0400 Subject: [PATCH 1/5] Update README.md --- Oqtane.Application/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index 5b4de06c..c4292d23 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -5,7 +5,6 @@ This folder contains content files for a Visual Studio Project Template designed ``` dotnet new install Oqtane.Application.Template dotnet new oqtane-app -o MyCompany.MyProject -dotnet new uninstall Oqtane.Application.Template ``` When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency. From 6c3cfb0c7af8045b38e30e2de97dcf60628b8651 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sat, 16 Aug 2025 09:33:28 -0400 Subject: [PATCH 2/5] Update README.md --- Oqtane.Application/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index c4292d23..6682dac0 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -9,7 +9,7 @@ dotnet new oqtane-app -o MyCompany.MyProject When using this approach you do not need to have a local copy of the oqtane.framework source code - you simply utilize Oqtane as a standard application dependency. -The solution contains an AppHost project which must be identified as the Startup project. It is only responsible for loading the development environment and launching the Oqtane framework. +The solution contains an AppHost project which must be identified as the Startup project. It is responsible for loading the development environment and launching the Oqtane framework. The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane conventions. From 8e965912aa7a8d813066b0c356ac79a89e583d8c Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sat, 16 Aug 2025 09:34:21 -0400 Subject: [PATCH 3/5] Update README.md --- Oqtane.Application/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index 6682dac0..f4bcb000 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -11,7 +11,7 @@ When using this approach you do not need to have a local copy of the oqtane.fram The solution contains an AppHost project which must be identified as the Startup project. It is responsible for loading the development environment and launching the Oqtane framework. -The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane conventions. +The solution also contains Build, Client, Server, and Shared folders which is where you you would implement your custom functionality. An example module and theme are included for reference, and you can add additional modules and themes within the same projects by following the standard Oqtane folder/namespace conventions. *Known Issues* From f5a8a953bb2de63544ddba2408f41e3d45f333f3 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sat, 16 Aug 2025 09:39:09 -0400 Subject: [PATCH 4/5] Update README.md --- Oqtane.Application/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index f4bcb000..d7b6a3cf 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -16,5 +16,5 @@ The solution also contains Build, Client, Server, and Shared folders which is wh *Known Issues* - do not use the term "Oqtane" in your output name or else you will experience namespace conflicts -- the application's *.nuspec file should be included in the *.nupkg package however Nuget is excluding it -- when calling "dotnet new" the PostBuild section in the Oqtane.Application.Build.csproj is being modified - not sure why +- the application's Build project is missing the *.nuspec file as Nuget is excluding it from the template - not sure why +- when calling "dotnet new" the PostBuild section in the Oqtane.Application.Build.csproj is being modified incorrectly - not sure why From 84c5e4c30ba4f7eaf574cc659c0e92cc459fd6f0 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Sun, 17 Aug 2025 10:10:56 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdad0222..57553e3e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Oqtane is being developed based on some fundamental principles which are outline # Latest Release -[6.1.4](https://github.com/oqtane/oqtane.framework/releases/tag/v6.1.4) was released on July 30, 2025 and is a maintenance release including 49 pull requests by 4 different contributors, pushing the total number of project commits all-time to over 6700. The Oqtane framework continues to evolve at a rapid pace to meet the needs of .NET developers. +[6.1.5](https://github.com/oqtane/oqtane.framework/releases/tag/v6.1.5) was released on August 17, 2025 and is a maintenance release including 46 pull requests by 3 different contributors, pushing the total number of project commits all-time to almost 6900. The Oqtane framework continues to evolve at a rapid pace to meet the needs of .NET developers. # Try It Now! @@ -92,6 +92,10 @@ Connect with other developers, get support, and share ideas by joining the Oqtan # Roadmap This project is open source, and therefore is a work in progress... +[6.1.5](https://github.com/oqtane/oqtane.framework/releases/tag/v6.1.5) (Aug 17, 2025) +- [x] Stabilization improvements +- [x] Database provider improvements + [6.1.4](https://github.com/oqtane/oqtane.framework/releases/tag/v6.1.4) (Jul 30, 2025) - [x] Stabilization improvements - [x] SMTP OAuth2 Support