diff --git a/Oqtane.Application/AppHost/readme.md b/Oqtane.Application/AppHost/readme.md deleted file mode 100644 index 881a01c1..00000000 --- a/Oqtane.Application/AppHost/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -# Oqtane Application Template - -![Oqtane](https://github.com/oqtane/framework/blob/master/oqtane.png?raw=true "Oqtane") - -Oqtane is an open source CMS and Application Framework that provides advanced functionality for developing web, mobile, and desktop applications on .NET. It leverages Blazor to compose a fully dynamic digital experience which can be hosted on Static Blazor, Blazor Server, Blazor WebAssembly, or Blazor Hybrid (via .NET MAUI). - -More information about Oqtane can be found at: [https://www.oqtane.org](https://www.oqtane.org) diff --git a/Oqtane.Application/Build/icon.png b/Oqtane.Application/Build/icon.png index 7422cf2f..3c43cce4 100644 Binary files a/Oqtane.Application/Build/icon.png and b/Oqtane.Application/Build/icon.png differ diff --git a/Oqtane.Application/Oqtane.Application.Template.nuspec b/Oqtane.Application/Oqtane.Application.Template.nuspec index a740abe0..35a1c956 100644 --- a/Oqtane.Application/Oqtane.Application.Template.nuspec +++ b/Oqtane.Application/Oqtane.Application.Template.nuspec @@ -8,12 +8,12 @@ false MIT https://licenses.nuget.org/MIT - Build/icon.png + icon.png https://github.com/oqtane/oqtane.framework Oqtane is an open source CMS and Application Framework that provides advanced functionality for developing web, mobile, and desktop applications on .NET. It leverages Blazor to compose a fully dynamic digital experience which can be hosted on Static Blazor, Blazor Server, Blazor WebAssembly, or Blazor Hybrid (via .NET MAUI). en-US Web ASP.NET Blazor Oqtane Modular Multi-Tenant "Open Source" "SQL Server" MySQL PostgreSQL SQLite - AppHost/README.md + README.md diff --git a/Oqtane.Application/README.md b/Oqtane.Application/README.md index 5b4de06c..293e7a1f 100644 --- a/Oqtane.Application/README.md +++ b/Oqtane.Application/README.md @@ -1,21 +1,18 @@ # Oqtane Application Template -This folder contains content files for a Visual Studio Project Template designed for Oqtane development projects. The template relies on the native templating capabilities of the .NET Command Line Interface (CLI): +This is a Visual Studio Project Template designed for Oqtane development projects. This template relies on the native templating capabilities of the .NET Command Line Interface (CLI): ``` 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. -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. +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* - 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 diff --git a/Oqtane.Application/icon.png b/Oqtane.Application/icon.png new file mode 100644 index 00000000..3c43cce4 Binary files /dev/null and b/Oqtane.Application/icon.png differ